﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#DFDFDF;
	background-repeat: repeat;
}
#container {
	margin: 10px auto 10px auto;
	min-width: 600px;
	width: 930px;
	font-family: Verdana;
}

#header {
	background-color:#FFFFFF;
	width: 930px;
	height: 5px;
	font-family: Verdana;
}

#top_left {
    width: 465px;
	float: left;
	background-color: #FFFFFF;
	height: 70px;
	text-align: left;
}
	
#top_right {
	width: 465px;
	float: right;
	background-color: #FFFFFF;
	height: 70px;
	text-align: right;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
#top_left1 {
	width: 465px;
	float: left;
	background-color: #004489;
	height: 22px;
	text-align: left;
	cursor: pointer;
}
#top_right1 {
	width: 465px;
	float: right;
	background-color: #004489;
	height: 22px;
	text-align: right;
	cursor: pointer;
}
#left_col {
	width: 184px;
	float: left;
	height: 650px;
	background-color: #FFFFFF;
	font-family: Verdana;
	color: #004489;
	font-size: small;
	font-weight: bold;
}
#main_col {
	width: 572px;
	height: 650px;
	background-color: #FFFFFF;
	float: left;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #004489;
}
#right_col {
	width: 174px;
	float: right;
	height: 650px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #004489;
	width: 930px;
	text-align: center;
	font-family: Verdana;
	font-size: medium;
	line-height: 26px;
	color: #FFFFFF;
	cursor: pointer;
}

#page_content {
	margin-left: 200px;
}


