/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	background-color:#e8e6cc;
	color: #6e1716;
	}
	
p	{
	font: 9pt georgia;
	margin-top: 0px;
	}

h1	{
	font: normal 20pt georgia;
	margin-top: 0px;
	line-height: 30px;
	color:#b6004c;
	
	}
	
h2 { 
	font: normal 12pt georgia;
	margin-top: 0px;
	line-height: 20px;
	color:#b6004c;
	}

h3{
	font: bold 10pt georgia;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 15px;
	}

h4{
	font: normal 7pt georgia;
	margin-top: 0px;
	line-height: 12px;
	}

h5	{
	font: 9pt georgia;
	font-style: italic;
	margin-top: 0px;
	}

.topic_section { border-bottom: 1px solid #e8e6cc;
					margin-bottom:4px;
					padding-bottom:4px;
					}

.key_line {
		border-top: 1px solid #e8e6cc;
		border-bottom: 1px solid #e8e6cc;
		}

h2 a:link { color: #4f4d34;}
h2 a:visited { color: #4f4d34;}
h2 a:hover {color: #fff;}

a:link {
	color: #b6004c;
	text-decoration:none;
	}

a:visited {
	color: #b6004c;
	border-bottom:1px solid #e8e6cc;
	text-decoration: none;
	
}

a:hover {
   color: #fff;
   font: georgia 12px bold;
   text-decoration: none; 
   background-color: #b6004c;
}

a:active {
   	color: #4f4d34;
	text-decoration: none; 
}


.faded{ color:#6e1716;}

ul {
	font: 9pt georgia;
	list-style-image:url(images/bullet_image.gif);
	line-height: 14px;
	list-style-position:outside;
	}



#container {
			width: 754px;
			text-align: left;
			margin: 0 auto;
			padding: 0;
			background-color:#fff;
			float: center;
			height: auto;
			background-color:#fff;
			border: 5px solid #fff;
			}

#header		{
			
			
			width: 754px;
			height: 207px;
			background-color: #fff;
			margin: 4px 0px;
			}

#main	{
			width: 730px;
			background-color: #fff;
			}
			
#navigation	{
			text-align: left;
			padding: 10px;
			float: left;
			width: auto;
			height: 400px;
			margin-bottom: 5px;
			
			}
#titling {
			float:left;
			width: 630px;
			padding-left: 5px;
			border-bottom: 1px solid #e8e6cc;
			border-left: 1px solid #e8e6cc;
			}

#content_1	{
			text-align: left;
			float: left;
			width:40%;
			margin-bottom: 10px;
			margin: 0px 0px 5px 0px;
			height: auto;
			border-left: 1px solid #e8e6cc;
			border-right: 1px solid #e8e6cc;
			padding: 5px 5px 5px 10px;
			}

#content_2	{
			text-align: left;
			float: left;
			width:40%;
			text-align: left;
			height: auto;
			margin: 0px 5px 0px 0px;
			padding: 5px 0px 5px 10px;
			}

#content_3	{
			text-align: left;
			float: left;
			width: 75%;
			margin-bottom: 10px;
			margin: 0px 5px 0px 0px;
			border-left: 1px solid #e8e6cc;
			padding: 5px 5px 5px 10px;
			
			}

.content_image	{
			text-align: left;
			width: auto;
			height: auto;
			margin: 2px 0px;
			padding:5px 0px;
			border-top: 1px dotted #d8d8b1;
			border-bottom: 1px dotted #d8d8b1;
			}

#footer		{
			clear: both;
			border-top: 1px solid #e8e6cc;
			padding-top: 1px;
			float: center;
			text-align: center;
			margin-top: 30px;
			}