@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #3366cc;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
}
#pageWrapper {
	margin: 0px auto;
	height: auto;
	width: 950px;
}
#pageHeader {
	height: 200px;
	width: 950px;
	background-image: url(../images/pageHeader.jpg);
}
#pageTitle {
	height: 38px;
	width: 730px;
	padding-left: 220px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/pageTitle.jpg);
}
#pageColumns {
	height: auto;
	width: 950px;
	background-color: #ffffff;
}
#pageMenuColumn {
	float: left;
	height: auto;
	width: 200px;
	margin-left: 10px;
	background-image: url(../images/pageMenuTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3366cc;
}
#pageContentColumn {
	float: left;
	height: auto;
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-color: #ffffff;
}
#pageLinkColumn {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 10px;
	text-align: center;
	background-color: #3366cc;
}
#pagePageBottomArea {
	margin-top: 10px;
	height: 95px;
	width: 950px;
	padding-top: 5px;
	background-image: url(../images/pageBottomArea.jpg);
	text-align: center;
}

/** TYPE STYLES **/

a:link {color: #000066;}
a:visited {color: #000066;}
a:active {color: #000066;}
a:hover {color: #1122CC;}
a {text-decoration: none;} 
.AD001 {font-size: 12px; font-weight: bold; COLOR: #FFFFFF;}


/** MENU STYLES **/

.menu ul{
	font: bold 13px arial;
	text-align: center;
	height: 20px;
	width: 200px;
}
.menu ul li{
	list-style: none;
	display: list-item;
	margin-left: -40px;
}
.menu ul li a{
	text-decoration: none;
	text-align:center;
	float: left;
	color: #FFF;
	width: 200px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #ffffff;
}
.menu ul li a:hover{
	text-decoration: none;
	text-align:center;
	float: left;
	color: #ccccFF;
	width: 200px;
	border-bottom: 1px solid #0000ff;
}