

body {
	margin: 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 704px;
	height: 62px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(images/img01.gif) no-repeat center bottom; border-color: #F07242; color: #F07242; }
#menu2 { background: url(images/img02.gif) no-repeat center bottom; border-color: #FC3; color: #FC3; }
#menu3 { background: url(images/img03.gif) no-repeat center bottom; border-color: #039; color: #039; }
#menu4 { background: url(images/img04.gif) no-repeat center bottom; border-color: #CC3; color: #CC3; }
#menu5 { background: url(images/img05.gif) no-repeat center bottom; border-color: #9F8DF6; color: #B0A7DB; }

#menu a:hover {
	color: #000000;
}

/* Logo */


#logo {
	width: 704px;
	height: 160px;
	margin: 0 auto;
	border-bottom: 10px solid #039;
	background-color: #FFFFFF;
}

#logo h2 {
	float: right;
	Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 900;
	color: #FFFFFF;
}





/* Content */
#disclaimer {
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align:justify;
	font-size:11px;
}

.details {
	font-size:11px;
	padding-left:1em;
}

.logo {
	padding: 4px;
	float: right;
}

#content {
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#colA {
	float: right;
	width: 424px;
	padding: 0 30px 0 0;
}

#colB {
	float: left;
	width: 220px;
}

/* BoxedA */

.boxedA {
	background-color:#FFFFFF;
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA h4 {
	height: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}

.boxedA p {
	line-height: 2em;
	text-align: left;
}

.boxedA .more {
	text-align: left;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

.boxedA .more a:hover {
	background: #039;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #b2c8dd url(images/img11.gif) repeat-y;
	border-bottom: 1px solid #549EE9
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #006699;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 199px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/img12.gif) repeat-y;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #006699;
	height: auto;
}

.boxedB a:hover {
	background: #A9CEF4;
	color: #FFFFFF;
}

/* BoxedC */

.boxedC {
	padding: 12px;
	height: auto;
	border: #CCC solid 1px;
	}
.boxedC p {
	color:#000000;	
}



 








/* News */

#news {
}

#news h2 {
	font-size: 22px;
}

#news ul {
	list-style-type: square;
	}
blockquote {
	width: 25%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #039;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
	border-right-style:solid;
	padding: 25px 5px 5px 5px;
	height: auto;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	margin: 0 auto;
	border-top: 2px solid #039;
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	color: #000;
}

#footer a {
	color: #000;
}