@charset "utf-8";
* { 
padding : 0; 
margin : 0; 
} 
img {
	padding : 5px;
} 
img.floatTL { 
float : left; 
margin-right : 10px; 
margin-bottom : 5px; 
margin-top : 15px; 
margin-left : 0; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 5px; 
margin-right : 10px; 
} 
body {
	font-size : 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
} 
#wrap {
	width : 990px;
	float: none;
	clear: both;
	border: thin solid #003366;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.clear { 
clear : both; 
} 
#header { 
float : left; 
width : 990px; 
height : 100px; 
background-repeat : no-repeat; 
} 
#logo {
	float : left;
	width : 400px;
	text-align : center;
	height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
} 
#logo h1.lineone { 
font-size : 1.6em; 
font-weight : lighter; 
padding-top : 10px; 
padding-left : 5px; 
border : none; 
letter-spacing : -1px; 
color : #0000cc; 
} 
#logo h1.lineone span { 
color : #f9f9f9; 
} 
#logo h2.linetwo { 
padding-left : 5px; 
font-size : 0.9em; 
text-transform : none; 
color : #219cff; 
} 
#logo h2.linetwo a { 
color : #219cff; 
text-decoration : none; 
} 
#navigation {
	float : left;
	width : 990px;
	background-color : #cccccc;
	text-align : center;
	height: 30px;
	color: #000000;
	background-image: url(images/topback.jpg);
	background-repeat: repeat-x;
} 
#navigation ul { 
display : list-item; 
list-style-type : none; 
width : 100%; 
} 
#navigation li { 
display : inline; 
border-left : 1px solid #6699ff; 
} 
#navigation li.last { 
border-right : 1px solid #6699ff; 
} 
#navigation li a { 
padding : 1px 20px 7px 20px; 
color : #000000; 
font-weight : bold; 
text-decoration : none; 
line-height : 15px; 
} 
#navigation li a:hover { 
color : #003399; 
} 
#left { 
float : left; 
width : 180px; 
padding : 10px; 
min-height : 300px; 
} 
#left h2, #right h2 { 
font-size : 1.3em; 
color : #ccffff; 
background-color : #03f; 
text-indent : 10px; 
padding : 3px 0; 
} 
#left ul { 
margin : 0; 
padding : 0 0 0 0; 
list-style : none; 
} 
#left li { 
padding : 10px 0; 
background : url(images/img1.gif) repeat-x left top; 
} 
#left .first { 
background : none; 
} 
#left a { 
background : url(images/img2.gif) no-repeat left 6px; 
margin-left : 0; 
padding-left : 15px; 
text-decoration : none; 
color : #525252; 
} 
#left a:hover { 
background : url(images/img3.gif) no-repeat left 6px; 
color : #0099ff; 
} 
#left .active { 
background : url(images/img3.gif) no-repeat left 6px; 
color : #0099ff; 
} 
#latest-news { 
width : 180px; 
padding-top : 20px; 
background : url(images/img1.gif) repeat-x left top; 
word-spacing : -0.1em; 
} 
#latest-news p { 
margin : 0; 
padding : 0; 
text-align : justify; 
} 
#latest-news .date { 
width : 80px; 
margin : 20px 0 4px 0; 
padding : 2px 7px; 
background : #03f; 
font-weight : bold; 
color : #ccffff; 
} 
#right { 
float : left; 
width : 990px; 
padding : 0px; 
min-height : 300px; 
} 
#right p { 
padding-top : 10px; 
text-align : justify; 
} 
.box {
	float : left;
	width : 244px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
} 
.box h3 {
	text-indent : 10px;
	background-color : #03f;
	color : #ccffff;
	height: 30px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
} 
.box img { 
margin : 5px 30px; 
border : none; 
} 
.box p { 
margin : 0 10px; 
} 
#footer { 
float : left; 
width : 880px; 
padding : 10px; 
text-align : center; 
border-top : 5px solid #03f; 
}
#topmenu {
	float : right;
	width : 400px;
	text-align : center;
	height: 70px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
	margin: 10;
}
