@charset "utf-8";
* { 
padding : 0; 
margin : 0; 
} 
img { 
padding : 5px; 
border : 1px solid #090; 
} 
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 : 85% "Verdana", Verdana, sans-serif; 
font-size : 10px; 
} 
#wrap { 
margin : 5px auto; 
width : 900px; 
} 
.clear { 
clear : both; 
} 
#header { 
float : left; 
width : 900px; 
height : 100px; 
background-image : url(images/header.jpg); 
background-repeat : no-repeat; 
} 
#logo {
	float : right;
	width : 600px;
	text-align : right;
	margin : 0 10px 0 0;
} 
#logo h1.lineone {
	font-size : 1.8em;
	font-weight : bold;
	padding-top : 10px;
	padding-left : 5px;
	border : none;
	letter-spacing : -1px;
	color : #FFF;
} 
#logo h1.lineone span { 
color : #f9f9f9; 
} 
#logo h2.linetwo {
	padding-left : 5px;
	font-size : 0.9em;
	text-transform : none;
	color : #FFF;
} 
#logo h2.linetwo a {
	color : ;
	text-decoration : none;
	color: #FFF;
} 
#navigation {
	float : left;
	width : 900px;
	background-color : #333;
	text-align : center;
	padding : 10px 0;
} 
#navigation ul { 
display : list-item; 
list-style-type : none; 
width : 100%; 
} 
#navigation li {
	display : inline;
	border-left : 1px solid #006;
} 
#navigation li.last { 
border-right : 1px solid #0F0; 
} 
#navigation li a {
	padding : 1px 20px 7px 20px;
	color : #FFF;
	font-weight : bold;
	text-decoration : none;
	line-height : 15px;
} 
#navigation li a:hover {
	color : #006;
	text-decoration : underline;
} 
#left { 
float : left; 
width : 180px; 
padding : 10px; 
min-height : 300px; 
} 
#left h2, #right h2 {
	font-size : 1.3em;
	color : #FFF;
	background-color : #006;
	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 : #0D0B7A;
} 
#left a:hover {
	background : url(images/img3.gif) no-repeat left 6px;
	color : #FFF;
} 
#left .active {
	background : url(images/img3.gif) no-repeat left 6px;
	color : #FFF;
} 
#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 : 106px;
	margin : 20px 0 4px 0;
	padding : 2px 7px;
	background : #333;
	font-weight : bold;
	color : #FFF;
} 
#right { 
float : left; 
width : 680px; 
padding : 10px; 
min-height : 300px; 
} 
#right p { 
padding-top : 10px; 
text-align : justify; 
} 
.box { 
float : left; 
width : 220px; 
margin : 2px 2px; 
} 
.box h3 {
	text-indent : 10px;
	background-color : #006;
	margin : 0 3px;
	color : #FFF;
	text-align: center;
} 
.box img {
	margin : 5px 30px;
	border : none;
	text-align: center;
} 
.box p { 
margin : 0 10px; 
} 
#footer {
	float : left;
	width : 880px;
	padding : 10px;
	text-align : center;
	border-top : 5px solid #006;
}

