@charset "UTF-8";
body {
	font: 13px/125% Arial, Helvetica, sans-serif;
	background: url(images/gradation.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333333;
}
#headerul {
	font-size: 12px;
	float: right;
	text-decoration: none;
	list-style: none;
	width: 100%;
	display: block;
	padding: 3px 0px;
	border-top: thick none #304A95;
	border-right: medium none #304A95;
	border-bottom: thin solid #333333;
	border-left: medium none #304A95;
	font-weight: normal;
	background: #FFFFFF;
	margin: 3px 0px 0px;
}
#headerul li {
	padding: 0px;
	text-decoration: none;
	float: right;
	list-style: none;
	border-right: none #B0AEAE;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 1px solid #B0AEAE;
	font-weight: normal;
}
#header li a {
	display: inline-block;
	padding: 3px 20px;
	text-decoration: none;
	list-style: none;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	background: #FFFFFF;
}
#headerul a:hover {
	background: #FFFFFF;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 20px;
	font-weight: bolder;
}
h1 {
	color: #000066;
	font: bold normal 22px Arial, Helvetica, sans-serif;
}
h3 {
	font: lighter 14px Arial, Helvetica, sans-serif;
	color: #000066;
}
h2 {
	font: normal 18px/110% Arial, Helvetica, sans-serif;
	color: #000066;
}
#sidebar1 ul {
	list-style: none inside;
	display: block;
	margin: 10px 0px 20px;
	padding: 0px;
}
#sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	letter-spacing: .05em;
}
#sidebar1 a:hover {
	background: url(images/bluebullet.gif) no-repeat left center;
	display: block;
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1 li {
	background: url(images/yellow-bullet.gif) no-repeat left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
	display: block;
	margin: 0px 0px 0px 10px;
}
#container {
	width: 1039px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	float: none;
	background: #FFFFFF url(images/sidebar.gif) repeat-y left top;
}
#header {
	border-bottom: thin none #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: #FFFFFF;
}
#mainContent {
	padding: 30px 10px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 180px 0px 270px;
}
#applications {
	margin: 0px;
	padding: 0px;
	width: 300px;
	clear: none;
}
#sidebar1 h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 10px 10px 10px 0px;
	font-variant: small-caps;
}
#home {
	width: 1038px;
	margin: 0px;
	padding: 0px;
	height: 210px;
	background: #D1D1D2 url(images/flash-background.gif) no-repeat;
	position: relative;
	visibility: visible;
	clear: both;
}
#footer {
	padding: 0 10px;
	border-top: 1px none #333333;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 140px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #333333;
}
#sidebar1 {
	width: 220px;
	float: left;
	padding: 20px 20px 20px 10px;
	color: #FFFFFF;
	margin: 0px;
}
.home {
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	float: right;
	visibility: visible;
	z-index: auto;
}
.clearfloat {
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}

