/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #fff;
		font-family: Tahoma, serif;
		font-weight: 500;		
		font-size: 0.8em;
		line-height: 1.5em;
		text-align: center;
		margin-top: 20px;
		}

	p {
		padding-top: 10px;
		}
	
	form {
	margin-left: 32px;
	}
	img {
	border: none;
	}




															/** MAIN CONTAINERS **/
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	div#header {
		
		}
		div#header-in {
			
			}
	div#content {
		border: 1px dotted #999;
					}
		div#right {
			margin: 0 0 0 400px;
			background-color: #cb0027;
			color: #ffffff;
			padding: 35px 40px 30px 40px;
			text-align: justify;
			}
			div#right a{
				font-weight: bold;
				text-decoration: none;
				color: #828e8a;
				}
				div#right a:hover{
				text-decoration: underline;
				}
			div#right-in {
				
				}
		div.column {
			width: 330px;
			}
			div#left {
				float: left;
				padding: 0 50px 0 50px;
				}
				div#left h1{
				font-family: Georgia, Tahoma, serif;
				letter-spacing: -1px;
				text-align: center;
				padding: 0 50px 20px 0;
				}
				div#left ul,li{
				list-style: none;
				margin-left: 20px;
				}
				div#left a{
				font-family: Georgia, Tahoma, serif;
				letter-spacing: 1px;
				font-size: 1em;
				font-weight: bold;
				color: #666666;
				text-decoration: none;
				}
				div.column-in {
					
					}
	div#footer {
		clear: both;
		text-align: right;
		font-family: Georgia, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		}
		div#footer a{
		text-decoration: none;
		color: #cb0027;
		}
		div#footer img{
		border: none;
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
.x {
	display: none;
	}
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
	}
	div.unauthorized-401, div.forbidden-403,
	div.notfound-404, div.internalerror-500 {
		color: #333;
		background-color: #ffc;
		border: 1px solid #ff0;
		}
	div.unauthorized-401 a, div.forbidden-403 a,
	div.notfound-404 a, div.internalerror-500 a {
		color: #00f;
		background-color: #ffc;
		}


.right{
text-align: right;
}

.normal ul, li{
list-style: none;
}

#headshot{
padding: 50px 0 0 60px;
}
/*
.active ul, li{
list-style-position: outside;
list-style-image: url(images/arrow.gif);
}
*/

															/** FORMS **/
* { }






															/** END **/