/*External Style Sheet*/

body,div,html,p,ul,li
	{
	padding:0;
	margin:0;
	}

h1,h2,h3,h4,h5,h6
	{
	font-size:12px;
	margin:0;
	padding:0;
	}
h1
	{
	color:#9c1d25;
	font-size:16pt;
	font-weight:bold;
	}
h2
	{
	color:#444444;
	font-size:12pt;
	}
		
h6
	{
	text-transform:uppercase;
	font-family:"Times New Roman",Times, serif;
	font-size:21px;
	font-weight:normal;
	letter-spacing:2px;
	padding:10px 0 0 30px;
	
	}
/*header*/
img
	{
	border-style:none;
	}

ul
	{
	list-style:none;
	}

body 
	{
	margin:0 auto;
	color:black;
	font-size:10pt;
	font-family: Arial,Verdana,sans-serif;
	background:#dbdac6;
	}
.main
	{
	width:996px;
	margin:0 auto;
	}	
.whiteback
	{
	float:left;
	background:white;
	width:100%;
	}	
#side_nav
	{
	margin:5px;
	padding:0;
	width:180px;
	float:left;
	background-color:#e4e4da;
	border:solid 1px #382922;
	}
	#side_nav ol
		{
		color:#382922;
		padding:0;
		margin:0;
		margin:5px 0 10px 30px;
		}
		#side_nav ol li a
			{
			color:#382922;
			text-decoration:none;
			}
		#side_nav ol li a:hover
			{
			color:#9c1d25;
			}
	
#header
	{
	height:75px;
	}
	#header h1
		{
		padding-top:20px;
		}
		#header h1 a
			{
			color:#9c1d25;
			text-decoration:none;
			}
#content
	{
	padding:15px 0 15px 15px;
	margin-left:15px;
	float:left;
	width:670px;
	border-left:solid 2px #382922;
	}
	#content h2
		{
		font-size:21px;
		font-weight:normal;
		color:#164f59;
		padding-bottom:10px;
		}
	#content .right
		{
		text-align:right;
		padding-right:150px;
		}
.lines
	{
	width:100%;
	float:left;
	border-top:solid 1px #382922;
	border-bottom:solid 3px #382922;
	height:2px;
	font-size:1px;
	}
.tiny
	{
	font-size:9px;
	text-align:center;
	}
		
a:link
	{
	font-family: Arial,Verdana,sans-serif;
	text-decoration: underline;
	color:blue;
	}
a:visited
	{
	text-decoration: underline;
	color:purple;
	}	
a:hover
	{
	text-decoration: underline;
	color:blue;
	}
a:active
	{
	text-decoration: underline;
	color:blue;
	}

a.bottom:link
	{
	background-color:#e4e4da;
	color:#382922;
	font-family: Arial,Verdana,sans-serif;
	
	border-bottom:#9c1d25;
	}
a.bottom:visited
	{
	background-color:#e4e4da;
	color:#382922;
	border-bottom:#9c1d25;
	
	}	
a.bottom:hover
	{
	background-color:#9c1d25;
	color:#e4e4da;
	border-bottom:#e4e4da;
	
	}
a.bottom:active
	{
	color:#382922;
	background-color:#e4e4da;
	border-bottom:#9c1d25;
	
	}


p
	{
	padding-bottom:8px;
	line-height:16px;
	}
.clear
	{
	font-size:1px;
	height:1px;
	clear:both;
	margin:0;
	padding:0;
	}

