@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/template/light-x-repeat.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #98CDEF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	color: #0B2060;
}
h2 {
	color: #1983D7;
}
#container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#container #header {
	margin: 0px;
	padding: 0px;
	height: 268px;
	background-image: url(../images/template/header.png);
	background-repeat: no-repeat;
}
#leftMargin {
	float: left;
	height: 268px;
	width:900px;
	background-image: url(../images/template/dark-x-repeat.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
#container #mainContent {
	padding: 10px;
}
#container #header #mainmenu {
	padding-top: 180px;
	margin: 0px;
}
#container #header #mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #header #mainmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#container #header #mainmenu ul li a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px;
	float: left;
}
#container #header #mainmenu ul li a:hover {
	background-color: #1880D2;
}
