/* CSS Document */

html, body {height: 100%}
h1 {font-size:22px}
h2 {font-size:19px}
h3 {font-size:16px}
h4 {font-size:13px}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62%;
	color: #333399;
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 1.5em;
}
li{
	
	padding: 0px;
	line-height: 1.5em;
	/*list-style-image: url(../images/bullet.gif);*/
}

a:link, a:visited, a:active {
	color: #6699cc;
}
a:hover, a:focus {
	color: #000099;
}
#page {
	padding: 0px;
	min-height: 100%;
	width: 780px;
	margin-left: -390px;
	position: relative;
	left: 50%;
	z-index: 10;
	background-image: url(../images/bgVertical.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content {
	position: relative;
	min-height: 309px;
	padding: 0px 0px 31px;
	width: 728px;
	margin-top: 0px;
	margin-right: 26px;
	margin-left: 26px;
}
#header {
	background-color: #000099;
	position: relative;
	height: 79px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 675px;
	position: absolute;
	left: 28px;
	top: 12px;
}
#imageBar {
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	background-color: #cccccc;
}
#imageBar div {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#animation {
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 581px;
	overflow: hidden;
}

#news {
	height: 137px;
	width: 147px;
}

#news p {
	margin: 0px;
	padding: 7px;
	color: #666666;
}

#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 147px;
	position: relative;
}
#mainArea {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 581px;
}
#titleBar {
	position: relative;
	height: 31px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/title_.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #6699cc;
}
#mainContent {
	margin: 0px;
	padding: 20px 15px;
	position: relative;
}


.clear {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 100%;
	position: relative;
}
#footer {
	background-color: #f3f3f3;
	padding: 0px;
	height: 30px;
	border-top: 1px solid #eaeaea;
	width: 728px;
	margin-top: -31px;
	margin-left: -364px;
	position: relative;
	z-index: 30;
	left: 50%;
}
#footer p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 8px 15px 0px 0px;
	padding: 0px;
	color: #cccccc;
}
#bgPurpleStrip {
	background-image: url(../images/bgHorizontal.gif);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 309px;
	top: 0px;
}
#bgLeftShadow {
	background-image: url(../images/bgLeftShadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 309px;
	width: 26px;
	left: 50%;
	top: 0px;
	padding: 0px;
	margin-left: -390px;
	z-index: 20;
}
#bgRightShadow {
	background-image: url(../images/bgRightShadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 309px;
	width: 26px;
	left: 50%;
	top: 0px;
	padding: 0px;
	margin-left: 364px;
	z-index: 21;
}
