* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #002a40;
	list-style: none;
}

body {
	width: 980px;
	background-color: #2e67b2;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	margin: 10px auto 0;
}

/* menu */
#menu {
	width: 960px;
	height: 60px;
	display: block;
	background-image: url('../images/menuBG.jpg');	
	padding-left: 20px;
}

#menu li {
	height: 40px;
	width: 106px;
	display: block;
	float: left;
}

#menu li a {
	height: 40px;
	width: 106px;
	display: block;
}

#menu li ul li a, #menu li ul li a:hover {
text-decoration: none;
background: #6C6E6C;
display: inline;
padding: 0 0 0 12px;
width: auto;
height: 0;
}

#menu li ul li a { color: #fff; background: transparent url('../images/arrow.gif') 0 5px no-repeat; }
#menu li ul li a:hover { color: #a9dbff; background: url('../images/arrow.gif') 2px 5px no-repeat; }
#menu li:hover ul, #menu li.sfhover ul { left: auto; }

#menu li ul {
position: absolute;
width: 105px;
left: -999em;
background-color: #0374bd;
color: #FFF;
list-style: none;
line-height: 2em;
z-index: 2;
}
#menu li ul li {
clear: both;
padding: 1px 10px 1px 10px;
width: 85px;
border-top: 1px solid #1167a6;
text-align: left;
margin: 0;
height: auto;
font-weight: normal;
}


/* content */
#content {
	width: 923px;
	display: block;
	background-image: url('../images/contentBG.png');
	_background-image: url('../images/ie_contentBG.gif');
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 27px 100px 30px;
	_margin: 0;
}

#newsContent {
	width: 623px;
	display: block;
	float: left;
	margin-right: 17px;
	_margin-right: 12px;
}

.news {
	display: block;
	width: 623px;
	background-image: url('../images/newsBG.gif');
	background-repeat: repeat-y;
	margin-bottom: 18px;
}

.news .maininfo {
	width: 623px;
	min-height: 29px;
	display: block;
	background-image: url('../images/headerBG.gif');
}

.news .maininfo span {
	display: block;
	float: right;
	font-weight: bold;
	color: #bfe2f1;
	padding: 3px 18px 0 0;
}

.news p, .news ul {
	display: block;
	padding: 0 19px 0 15px;
	text-align: justify;
	margin-top: 15px;
}

.news ul li {
	display: block;
	text-indent: 10px;
	margin-bottom: 10px;
	background: transparent url('../images/dot.gif') 0 4px no-repeat; 
}

#newsContent h1 {
	font-size: 10pt;
	float: left;
	padding: 7px 0 0 30px;
	width: 400px;
}

#newsContent h1 a {
	font-size: 10pt;
}

#newsContent h1 a:hover {
	text-decoration: underline;
}

.newsIMG {
	float: left;
	padding: 0 15px 15px 15px;
}

.bottominfo {
	width: 594px;
	height: 30px;
	display: block;
	clear: both;
	padding: 0 32px 0 0;
	background-image: url('../images/bottominfoBG.gif');
}

.bottominfo span {
	float: right;
	padding-top: 4px;
	padding-left: 35px;
}

.bottominfo a {
	color: #799bbd;
}

.bottominfo a:hover {
	color: #365d84;
}

p.navigation {
	width: 610px;
	display: block;
	text-align: right;
	padding-right: 13px;
	margin-top: -5px;
}

p.navigation a {
	color: #0592d9;
}

p.navigation a:hover {
	color: #006ca3;
}

h2 {
	font-size: 10pt;	
	margin-bottom: 10px;
}

#comments {
	margin-bottom: 15px;
}

.comment {
	display: block;
	width: 623px;
	background-image: url('../images/newsBG.gif');
	background-repeat: repeat-y;
}

.comment span {
	display: block;
	background-image: url('../images/commentBG.gif');
	text-align: right;
	padding: 3px 10px 0;
}

.comment span strong {
	float: left;
}

.comment p {
	padding: 3px 8px 15px;
	background-image: url('../images/commentbottomBG.gif');
	background-position: bottom left;	
}

#addcomment {
	width: 283px;
	background-image: url('../images/sidebarBG.gif');
	background-repeat: repeat-y;
	padding: 0;
}

#addcomment div {
	display: block;
	background-image: url('../images/sidebartopBG.gif');
	padding: 10px 10px 0;
}

#addcomment input, #addcomment textarea {
	border: 1px solid #b2d4f3;
	display: block;
	padding: 2px 4px;
}

#addcomment textarea {
	width: 90%;
	height: 100px;	
	margin-top: 10px;
}

#addcomment .add {
	background-color: #f3fbff;
	margin: 3px 0 0 151px;	
	*margin: 3px 0 0 151px;
}

#newsContent .divend {
	height: 9px; 
	display: block; 
	margin: 0;
	padding: 10px 0 0 0;
}

/* sidebar */

#sidebar {
	display: block;
	width: 283px;
	float: left;
}

#sidebar div {
	width: 283px;
	background-image: url('../images/sidebarBG.gif');
	background-repeat: repeat-y;
	margin-bottom: 18px;
}

#sidebar div h1 {
	width: 274px;
	background-image: url('../images/sidebartopBG.gif');
	padding: 10px 0 0 9px;
}

#sidebar div .divend {
	height: 9px; 
	display: block; 
	clear: both;
}

#searchform form div {
	background-image: none;
	padding: 10px 0 0 11px;
}

#searchform input.text {
	width: 216px;
	height: 16px;	
	background-image: url('../images/searchBG.gif');
	display: block;
	color: #7abaf2;
	float: left;
	padding: 4px 7px 0 7px;
	margin-right: 11px;
	margin-bottom: 10px;
}

#searchform input.search {
	width: 13px;
	height: 20px;
	background-image: url('../images/search.gif');
	text-indent: -2000px;
}

#gallery ul {
	width: 204px;
	margin: 10px auto 0;
}

#gallery ul li {
	height: 87px;
	width: 93px;
	display: block;
	float: left;
	background-image: url('../images/photoBG.gif');
	text-align: center;
	padding-top: 6px;
	margin: 0 9px 6px 0;
}

#gallery p {
	width: 266px;
	height: 25px;
	background-image: url('../images/gallerybottom.gif');
	text-align: right;	
	padding: 5px 17px 0 0;
	margin-top: 18px;
	clear: both;
}

#gallery p a {
	color: #799bbd;
}

#gallery p a:hover {
	color: #006ca3;
}

#gallery, #gallery li {
	list-style: none;
	background-image: none;
}


#partners ul {
	width: 276px;
	padding: 10px 8px 0 2px;
}

#partners ul li {
	margin-bottom: 2px;
	text-align: center;
}

#links ul {
	width: 258px;
	padding: 10px 14px 5px 11px;	
}

#links ul li {
	line-height: 18px;
}

#links ul li a {
	color: #002a40;
	padding-left: 4px;
}

#links ul li a:hover {
	color: #006ca3;
	padding-left: 8px;
}


/* footer */
#footer {
	width: 980px;
	height: 85px;
	display: block;
	clear: both;
	background-image: url('../images/footerBG.png');
	_background-image: url('../images/ie_footerBG.gif');
	background-position: top center;
	padding-top: 10px;
}

#footer p {
	display: block;
	padding-top: 23px;
	padding-left: 25px;
	float: left;
	width: 450px;
}

#footer p img {
	float: right;
}

#footer span {
	color: #81a2be;
	display: block;
	padding-bottom: 10px;
}

.news table {
width: 523px;
margin-left: 20px;
}

.news table td, .news table th {
max-width: 75px;
text-align: center;
padding: 3px 0;
border-width: 0 1px 1px 1px;
border-style: solid;
}

.news table th {
border-color: #002a86;
}
.news table td {
border-color: #b2d4f3; 
}

#gallery ul  { list-style-type: none; }
#gallery li {
	float:left;
	text-align:left;
	display: inline;
	}
