/* CSS Document */

body{
    padding : 0;
    margin : 0;
	color: #474747;
	text-align: center;
	background-image : url(/images/background_header_shadow.gif);
    background-repeat : repeat-x;
	font-family: verdana, arial, sans-serif;
}
#container {
	width: 750px;
	margin: 0px 18px 0px 18px;
	text-align: left;

	}	
#header{
	margin : 0;
	height: 125;
}
#subpage_header{
	margin : 0;
	height: 125;
	background-image : url(/images/background_header_shadow.gif);
    background-repeat : repeat-x;
}
#logo{
	margin-top:0;
	margin-left: 0;
}
#utilities{
    margin-top : 0px;
    margin-right : 0px;
	padding: 8px;
	height: 25px;
	width: 100px;
	border: 1px dashed #ccc;
}
#nav{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #666;
}
#content{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height:19px;
	margin-top: 20px;
}

#footer{
	margin-bottom: 0%;
	padding: 5px;
	height: 40px;
	text-align: center;
	background-color: #333;
	color: #FFFDCF;
}

/* text styles  */

.pagetitle {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin:15px 0px 10px 0px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	width: 100%;
	line-height:26px;	
}

.subtitle {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #685C19;

}

.footer {
	color:#FFFDCF;
	font-size: 11px;
}

.normalspacing {
	line-height:14px;
}

.smalltext_11 {
	font-size: 11px;
}

/* list styles    */
ul {
  margin-top:4px;
  padding-top:0px;
  margin-bottom:8px;
  margin-left: 18px; 
  margin-right: 0px;
}

ol {
  margin-top:4px;
  padding-top:0px;
  margin-bottom:8px;
  margin-left: 35px; 
  margin-right: 0px;
}

/* link styles  */

a:link, a:active { 
		color: #003399; 
		text-decoration: underline; 
} 

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

a:visited { 
		color: #6699CC; 
		text-decoration: underline; 
} 

a.navbar:link, a.navbar:visited { 
		color: #000; 
		text-decoration: none; 
		font-weight:bold;
		font-size:12px;
		font-family: arial, Verdana, San-serif;
		line-height:12px;
} 


a.footerlink:link, a.footerlink:active, a.footerlink:visited { 
		color: #FFFDCF; 
		text-decoration: none; 
		font-size:11px;
} 

a.footerlink:hover { 
		color: #FFFDCF; 
		text-decoration: underline; 
		font-size:11px;
} 

/* form styles  */
textarea{
	font-family: arial, sans-serif;
	font-size: 10pt;
	width:275px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

form {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

select.smaller {
	width : 190px;
	font-family: verdana, arial, sans-serif;
	font-size : 11px;
	margin-top : 3px;
}

input.gobutton {
	margin-left:175px;
	margin-top:7px;
}
input.gobuttonsameline {
	margin-left:10px;
	margin-top:30px;
}
