﻿  /* CSS layout */

body {
	text-align: center;
	background-image: url('control/images/logo-back11.jpg');
}
#masthead_top {
	width: 1000px;
	margin: 0 auto;
	height: 20px;

}
#masthead {
	background-color: #005a5a;
	width: 1000px;
	margin: 0 auto;
}

/*	top navigation bar	***************************/
#topnav {
	width: 1000px;
	margin: 0 auto;
	background-color: #005a5a;
	text-align:left;
	height: 20px;
}
#topnav a {
	font-weight: normal;
	text-decoration: none;
	margin-left:30px;
	color: #e6e3c9;
}
#topnav a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
/*	end of top navigation bar	***************************/


#corners_top {
	width: 1000px;
	margin: 0 auto;
	height: 20px;

}


#container {
	min-width: 1000px;
	width: 1000px;
	font-size:12pt;
	margin: 0 auto;
	height: auto;
}

/*	left navigation bar	***************************/
#left_col {
	width: 130px;
	margin: 0 auto;
	float: left;
	text-align: left;
/*	background-image: url('images/left-col-background.jpg'); */
	background-color: #e6e3c9;
	height: 1000px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #005a5a;
}

#left_col a {
	font-weight: bold;
	text-decoration: none;
	color: #005a5a;
}
#left_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #aa0000;
}

#left_col li {
	font-size: 1.0em;
	display: block;
	margin-left: 5px;
	height: 30px;
	padding: 0;
}

/*	end of left navigation bar	***************************/

/*	right featured items navigation bar	***************************/
#right_col {
	width: 168px;
	margin: 0 auto;
	float: left;
	text-align: center;
	color:#005a5a;
/*	background-image: url('images/right-col-background.jpg'); */
	background-color: #e6e3c9;
	height: 1000px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #005a5a;
	padding-left:5px;
	padding-right:5px;
	
}

#right_col a {
	font-weight: normal;
	text-decoration: none;
	color: #005a5a;
}
#right_col a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #aa0000;
}

#right_col li {
	font-size: 0.9em;
	text-align: left;
	display: list-item;
	list-style: disc;
	list-style-position: inside;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	padding: 0;
}
/*	end of right news navigation bar	***************************/


#page_content {
	width: 688px;
	margin: 0 auto;
	float: left;
	background-color: #ffffff;
	font-size:12pt;
	text-align: left;
	height: 1000px;
}

#page_content a {
	font-weight: bold;
	text-decoration: none;
	color: #005a5a;
}
#page_content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #aa0000;
}


/*	styles for pages with mostly links in the main page content area	***************************/
#link_page_content {
	width: 688px;
	margin: 0 auto;
	float: left;
	background-color: #ffffff;
	font-size:12pt;
	text-align: left;
	height: 1000px;
}

#link_page_content a {
	font-weight: bold;
	text-decoration: none;
	color: #005a5a;
}
#link_page_content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #aa0000;
}

#link_page_content li {
	font-size: 1.0em;
	display: block;
	margin-left: 10px;
	height: 30px;
	padding: 0;
	vertical-align:middle;
	margin-top:5px;
}
/*	end of styles for pages with mostly links in the main page content area	***************************/

#footer {
	clear: both;
	background-color: #005a5a;
	color: #ffffff;
	width: 1000px;
	margin: 0 auto;
}
#footer a {
	font-weight: bold;
	text-decoration:underline;
	color: #ffffff;
}
#footer a:hover {
	color: #aa0000;
}
#footer_bot {
	width: 1000px;
	margin: 0 auto;
	height: 20px;

}


