body { font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF url(assets/images/repeat.jpg) top repeat-x;
	margin:0;
	}

p { font-size: 12px;
	line-height: 20px;
	color:#000040;}

h1 { font-size: 16px;
	 font-weight: bold;
	 color:#9F9F9F;
	 letter-spacing:5px;
	 text-transform:uppercase;
	 margin:0;
	 }

h2 { font-size: 15px;
	 font-weight: bold;
	 color:#666666;
	 letter-spacing:5px;
	 text-transform:uppercase;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#0000A4;
	 letter-spacing:5px;
	 text-transform:uppercase;
	 margin-bottom:5px;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#666666;
	}

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

li { font-size: 12px;
	 line-height: 20px;
	 padding-bottom:5px;
	 list-style:url(assets/images/bullet.jpg);
	 margin-left:-15px;
	 color:#7D7D7D;
	 }

.imgborder { BORDER: #666666 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#9F9F9F;
	background:#9F9F9F;
	height:1px;
	border:0;
	}
	
.margin p{margin:5px;}
			  
/* Template */
.docname {font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:40px;
	color:#000040;
	font-weight:normal;
	letter-spacing:20px;
	}
.address {font-size:12px;
	color:#9F9F9F;
	font-weight:bold;
	letter-spacing:5px;
	}
#nav {width:225px;
	margin:0;
	padding:0;
	border-top:1px dotted #9F9F9F;
	border-bottom:1px dotted #9F9F9F;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
#nav ul {margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	}
#nav li {list-style:none;
	text-align:center;
	line-height:22px;
	margin:0;
	}
#nav a {font-size:12px;
	color:#9F9F9F;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:3px;
	text-transform:uppercase;
	display:block;
	}
#nav a:hover {font-size:12px;
	color:#000040;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:3px;
	text-transform:uppercase;
	display:block;
	background-color:#F2F2F2;
	}
#sidebar { width:230px;
	padding:10px;
	}



/* End Template */

/* Dropdown Menu */
#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #9F9F9F;
border-bottom-width: 0;
font:normal 11px Arial;
text-transform:uppercase;
letter-spacing:1px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9F9F9F;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F2F2F2;
color:#000040;
}

/* End Dropdown */
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00008A;
	border: #666666 1px solid;
	background-color: #E4E4E4;
}
 input.submit
{
	border: 1px solid #666666;
	border-top-color: #666666;
	border-left-color: #666666;
	padding: 0.25em;
	background-color: #E4E4E4;
	color: #000040;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #CCCCCC;
	border-top-color: #666666;
	border-left-color: #666666;
	padding: 0.25em;
	background-color: #000040;
	color: #E4E4E4;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */