﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:black;
}

#hidden{
    display:none;
}

#mast_container{
	width:906px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	border:
}

#masthead {
	height:200px;
	background-image:url('../image/logo.jpg');
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:right;
}

.top_container, .bot_container{
	overflow:hidden;
	height:auto;
}

.bot_container{
	height:auto;
}

#img1{
margin-left: 2px;	
}

#img2{
	float:right;
}

#links{
	background-color:#9E070B;
	padding-top:10px;
	padding-bottom:10px;
}

#links ul li{
	color:white;
	font-family:Arial;
	font-size:12px;
	line-height:25px;
}

#links li > a:link{
	color:white;
	text-decoration:none;
}

#links li > a:hover{
	font-size:13px;
	font-weight:bold;
	color:white;
	cursor:hand;
}

#links li > a:visited{
	text-decoration:none;
	color:white;
}

#links a:link{
	color: #9E070B;
	text-decoration:none;
	font-weight:normal;
	color:white;
}

#links a:visited{
	text-decoration:none;
	color:#9E070B;
	color:white;
}

#categories{
	background-color: #9E070B;
	padding-top:10px;
	padding-bottom:10px;
	overflow: auto; 
	margin-bottom: -2000px; padding-bottom: 2000px;
	color:white;
}

#categories ul li{
	color:white;
	font-family:Arial;
	font-size:12px;
	line-height:25px;
}

#categories li > a:link{
	color:white;
	text-decoration:none;
}

#categories li > a:hover{
	font-size:13px;
	font-weight:bold;
	color:white;
	cursor:hand;
}

#categories li > a:visited{
	text-decoration:none;
	color:white;
}

#categories a:link{
	color: #9E070B;
	color:white;
	text-decoration:none;
	font-weight:normal;
}
#categories li > a:visited{
	text-decoration:none;
	color:white;
}

a:link{
	color: #9E070B;
	text-decoration:none;
	font-weight:normal;
}

a:visited{
	text-decoration:none;
	color:#9E070B;

}

#bot_left_col {
	width: 200px;
	float: left;
	margin-left:5px;
	max-height:100%;
}
#top_left_col {
	width: 200px;
	float: left;
	max-height:100%;
	margin-left:5px;
	height:400px;
}
#bot_page_content {
	margin-left: 215px;	
}
#top_page_content {
	margin-left: 215px;
	height:auto;
}

#desc{
	background-color: white;
	padding:10px 10px 10px 10px;
	font-family:Arial;
	font-size:13px;
	text-align:justify;
	line-height:22px;
	color:black;
	
}

hr{
	height:10px;
	background-color:silver;
}

#leftsilverhr{
	height:10px;
	width: 199px;
	background-color:silver;
}

#bottomredhr{
    
	height:10px;
	width: 684px;
	background-color: #9E070B;
	margin-left:auto;
	margin-right:auto;

}

#bottomsilverhr{
	height:10px;
	width: 890px;
	background-color:silver;
}

#toprightredhr{
	height:10px;
	width: 684px;
	background-color:#9E070B;
	margin-right: 4px;
}

#middlerightredhr{
	height:10px;
	width: 684px;
	background-color:#9E070B;
	margin-right: 4px;
}

#footer {
	clear: both;
	min-height:25px;
}

#footer_links{
	background-color:white;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
}

#footer_links a:visited{
	text-decoration:none;
	color:#9E070B;
	font-weight:bold;
}

#footer_links a:link{
	color: #9E070B;
	text-decoration:none;
	font-weight:normal;
	font-weight:bold;
}

#footer_links a:hover{
	color: #9E070B;
	text-decoration:none;
	font-weight:bolder;
	cursor:hand;

}

#credit{
	text-align:center;
	padding-right:5px;
	font-family:Arial; 
	font-size:10px; 
	color: #333333;	
}