* {
	margin: 0;
	padding: 0;
	border: 0;
}

body, input, textarea {
	font: 12px Verdana, Arial, sans-serif;
	color: #000;
}

input, textarea {
	border: 1px solid #000;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 950px;
}

div#logo {
	margin: 7px 0;
	width: 250px;
	height: 90px;
	float: left;
}

div#slogan {
	margin: 7px 0;
	width: 650px;
	height: 50px;
	float: left;
	padding-top: 30px;
	padding-right: 50px;
}

div#slogan h1 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2368B2;
	text-align: right;
	letter-spacing: -2px;
}

div#menucontainer {
	width: 950px;
	background-image: url('/images/template/menu_title_background.png');
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	float: left;
	display: table;
}

ul#menu {
	list-style: none;
	border-left: 1px solid #C9C9C9;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	color:#FFF;
	padding: 4px 11px;
	border-right: 1px solid #C9C9C9;
}

ul#menu .active a{
	color:#000;
	background-color:#FFF;
}

#banner	{
	height:92px;
	width: 950px;
	float: left;
	border-bottom: 1px solid #C9C9C9;
}

/*Content*/
#content {
	width: 950px;
	float: left;
}

#left_content {
	float:left;
	width: 140px;
}
	
#left_content p {
	margin-top:15px;
}

#mid_content {
	float:left;
	width: 630px;
	margin-top:10px;
	padding-right: 10px;
}

#mid_content p {
	margin-bottom: 8px;
}

#mid_content h2 {
	color:#003b47;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#mid_content ul {
	margin-left: 15px;
}

#right_content{
	float:left;
	width: 170px;
}

.menu_item_right {
	background-image: url('/images/template/submenu_title_background.png');
	font-size: 14px;
	color: #fff;
	text-align:center;
	padding: 2px;
}

.content_item_right {
	border:1px solid #c9c9c9;
	text-align:center;
	padding: 2px;
}

.auto_item_right{
	width:60px;
	text-align:left;
	float:left;	
}

.auto_table {
	text-align:left;
}

/* Footer */

#footer {
	background-image: url('/images/template/footer_background.png');
	background-repeat:repeat-x;
	float:left;
	width:950px;
	height:23px;
	margin-top:20px;
}

#poweredby {
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}
