/* CSS Document */

body {
	background-color:#000037;
	background-image:url(/images/background/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	font-family: Trebuchet MS;
	font-size:11px;
	color:#3E474A;
	

}

a {
	color:#014565; text-decoration:none;
}

a:hover {
	color:#8A9396; text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family: Arial;
	font-size:125%;
	color:#000000;
	font-weight:normal; 
}



#title {
	margin:0 auto 0 auto;
	text-align:center;
	height:140px;
	width: 650px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color:#CCCCCC;
	font-weight:bold;
	}


#title p {
	margin: 0 auto 0 auto;
	font-size:11px;
	color:#CCCCCC;
	padding-right:10px;
	padding-top:5px;
	}

#title a {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	}
	
#title a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}	

#title img {
	border:none;
}

#banner {
margin: 0 auto 0 auto;
text-align:center;
}


#container {
	width:650px;
	margin:0 auto 0 auto;
	height: 1200px;
}



#sidebar {
	width:190px;
	float:left;
	margin-right:10px;
	padding-right:10px;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:150%;
	color:#014565;
	border-bottom:1px solid #C3C3C3;
}

#sidebar p {
	line-height:17px;
}




#menu {
	text-align:left;
}

#menu a {
	color:#3E474A;
	background-image:url(images/background/sutter_menu_hover.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
}

#menu a:hover {
	color:#8A9396;
	background-image:url(images/backgrounds/sutter_menu.jpg);
}




#content {
	margin-left:210px;
	padding-left:10px;
	margin-right:8px;
	border-left:1px solid #cccccc;
	background-image:url(images/backgrounds/content2.jpg);
	background-position:left;
	background-repeat:repeat-y;
	text-align: justify;
	height: 1200px;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:150%;
	color:#014565;
	border-bottom:1px dashed #8A9396;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(images/sutter_fade2.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:17px;
	text-indent:15px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/sutter_list.jpg);
}



#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #8A9396;
}
		
.form {
	width:175px;
	height:18px;
	font-family:tahoma;
	font-size:11px;
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	background-color:#ffffff;
	color:#333333;
	margin-left:0px;
	margin-right:0px
}

.form input {height:18px; border-color:#2F3E5E; border-width:1px; background-color:#ffffff; border-style:solid; }

		
.textarea {
	width:175px;
	height:99px;
	font-family:tahoma;
	font-size:11px;
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	background-color:#ffffff;
	color:#333333;
	overflow:auto;
	margin-left:0px;
	margin-right:0px;
	border-color: #000000;
}

