* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #333333;
}
/*LIGHT BLUE BAR AT THE TOP & LANGUAGE MENU*/
.facebook {
	display:block;
	float:right;
	height:16px;
	padding:0 0 0 20px;
	background:url(../images/facebook.png) no-repeat 0 0; 
}

#languages {
	text-align: right;
	background-image: url(../images/lightBlue_bar.jpg);
	background-repeat: repeat;
	background-position: 23px;
	height: 25px;
}
#langPref {
	padding-top: 5px;
}
#langPref a {
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
}
#langPref a:hover {
	color: #080079;
	text-decoration: underline;
	padding-right: 15px;
}
/*HEADER IS LOGO AND IMAGE COLlAGE*/
#header {
	margin-top: 5px;
	background-color: #FFFFFF;
}
#header a {
	text-decoration: none;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
	float: left;
}
#menu {
	padding-bottom: 5px;
	padding-top: 5px;
}

#contentContainer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #02489D;
	width: 800px;
	position: relative;
	top: -15px;
	background-color: #FFFFFF;
	z-index: 0;
}
#imageswap {
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	width: 200px;
	background-color: #FFFFFF;
}
#contentArea {
	float: left;
	width: 550px;
	color: #666666;
	padding-top: 15px;
	background-color: #FFFFFF;
}
#container p {
	padding-bottom: 10px;
	color: #333333;
}
#contentArea img {
	padding-top: 5px;
	padding-bottom: 15px;
}
#contentArea h1 {
	color: #01499D;
	font-size: 18pt;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contentArea h2 {
	color: #01499D;
	font-size: 12pt;
	font-style: italic;
	padding-bottom: 10px;
}
#contentArea h3 {
	color: #01499D;
	font-size: 15pt;
	padding-bottom: 5px;
}
#contentArea ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
	color: #333333;
}
#contentArea .program {
	list-style-type: disc;
	padding-left: 20px;
	color: #333333;
}
#contentArea .program li {
	padding: 2px;
}

#leftz {
	float: left;
	padding-right: 10px;
	width: 270px;
}
#leftz ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
}
#leftz li {
	padding-bottom: 2px;
	color: #333333;
}
#rightz {
	float: left;
	width: 270px;
}
#contentArea a {
	color: #00934D;
	text-decoration: none;
}
#contentArea a:link {
	color: #00934D;
	text-decoration: none;
}
#contentArea a:hover {
	color: #02489D;
}
#contentArea .question {
	font-style: italic;
	color: #02489D;
	font-weight: bold;
}
form b {
	font-weight: bold;
	color: #00934D;
}
form {
	color: #333333;
}

#footer {
	font-size: 8pt;
	text-align: center;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #999999;
	background-color: #FFFFFF;
}
#footer p {
	color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 760px;
}
#footer a span {
	display:none;
}
#footer a {
	background-image: url(../images/check_lightblue.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	display: inline;
	float: right;
	margin-top: -12px;
	margin-right: 30px;
}
#footer a:link {
	background-image: url(../images/check_lightblue.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
#footer a:hover {
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

#noBorder a img{
	border: none;
}
