body {
	font-family:Maiandra GD;
	font-size:medium;
	color:#FFFFFF;
	border-color:#000000;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	padding:5px;
	background-image:url(../images/pale_gradient.gif);
	background-repeat:repeat-x;
}

container{
	width:inherit;
	background-color:#D8D5D6;
	
}

#logo{
	background-color:#000000;
	width:auto;
	
}
#logo ul {
	text-align:right;
	margin: 0px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	white-space: nowrap;
	
}
#logo li{
	list-style-type: none;
 	display: inline;
}

#top_navigation{
	color:#FFFFFF;
	background-image:url(../images/topnav_red_grad.gif);
	background-repeat:repeat-x;
	line-height:inherit;
	text-align:left;
	width:inherit;
	padding:2px;
}
#top_navigation ul{
	margin: 0px;
	padding:0px;
	font-family:Garamond;
	font-size:medium;
	/*text-shadow:#333333;*/
	font-weight:normal;
	white-space: nowrap;
	width:inherit;
}
#top_navigation li{
	list-style-type: none;
 	display: inline;
}
#top_navigation li a{
	text-decoration: none;
 	color: #FFFFFF;
}
#top_navigation li a:link {
	color:#FFFFFF;
}
#top_navigation li a:visited {
	color: #FFFFFF;
}
#top_navigation li a:hover {
 	color:#CCCCCC;
	
}
#top_navigation a{
	text-decoration:none;
	color:#FFFFFF;
}
#top_navigation a:link {
	color:#FFFFFF;
}

#main_content{
	color:#330000;
	background-color:#FFFFFF;
	width:inherit;
	margin:0px;
	padding:2px;
	overflow:hidden;
}
#main_content a{
	text-decoration:none;
	color:#666666;	
}
#main_content a:link{
	color:#666666;
}
#main_content a:visited{
	color:#666666;
}
#main_content a:hover{
	color:#333333;
}

#right_column{
	font-size:small;
	background-color:inherit;
	float:right;
	padding:2px;
	width:28%;
		
}
#right_column h3{
	font-family:Mistral;
	font-size:2em;
	color:#4D4D4D;
	background-color:#EBEBEB;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#D8D8D8;
	overflow:hidden;
}

#right_column ul{
	text-align:right;
	margin: 0px;
	padding:2px;
	
}
#right_column li{
	list-style-type:none;
}


#column{
	background-color:inherit;
	font-family:Maiandra GD;
	/*font-size:small;*/
	float:left;
	width:25%;
	padding:2px;
	margin-left:0px;
	border-right-color:#D8D8D8;
	border-right-style: dashed;
	border-right-width: 1px;
	border-left-color:#D8D8D8;
	border-left-style:dashed;
	border-left-width:1px;
	
}
#column h3{
	font-family:Mistral;
	font-size:1.5em;
	/*text-shadow:#000000;*/
	color:#4D4D4D;
	background-color:#EBEBEB;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#D8D8D8;
	
}

#left_column{
	font-size:1em;
	background-color:inherit;
	float:left;
	margin-right:0px;
	padding:2px;
	width:45%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color:#D8D8D8;
}
#left_col2{
	font-size:small;
	background-color:inherit;
	float:left;
	margin-right:0px;
	padding:2px;
	width:25%;
	overflow:hidden;
	
}
#left_col2 ul{
	text-align:left;
	margin: 0px;
	padding:2px;
	
}
#left_col2 li{
	list-style-type:disc;
	list-style-position:inside;
}
#left_col2 h3{
	font-family:Mistral;
	font-size:1.5em;
	color:#4D4D4D;
	background-color:#EBEBEB;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#D8D8D8;
	overflow:hidden;	
}
#center_col{
	font-size:1em;
	float:left;
	margin: 2px;
	background-color:inherit;
	width:45%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color:#D8D8D8;
	border-left-width: 1px;
	border-left-style:dashed;
	border-left-color:#D8D8D8;
	overflow:hidden;
}
#center_col h3{
	font-family:Mistral;
	font-size:2em;
	color:#4D4D4D;
	background-color:#EBEBEB;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#D8D8D8;
	overflow:hidden;
}

#center_col ul {
	text-align:left;
	padding:2px;			
}
#center_col li{
	list-style-type:disc;
	list-style-position:inside;
}

#footer{
	color:#666666;
	position:relative;
	display:inline;
	vertical-align:bottom;
	font-size:small;
	margin-top:10px;
	overflow: hidden;
	padding:10px;
	text-align:center;
}
#footer a{
	text-decoration:none;
	color:#666666;	
}
#footer a:link{
	color:#666666;
}
#footer a:visited{
	color:#666666;
}
#footer a:hover{
	color:#333333;
}