

body
{
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
	margin: 10px 10px 10px 10px;	
	background: #f3f3f3 url('../images/bg.jpg') repeat-x;
}

a.nav 
{
	text-decoration: none; 
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}

a.nav:hover 
{
	text-decoration: underline; 
	color: #ffffff;
	font-size: 14px;
}

#container
{
	width: 800px;
	border: 1px solid #00487d;
	background: #fff;
	margin: 0 auto;
}

#topheader
{
	background-color: #ffffff;
	height: 120px;
	text-align: center;
}

#title
{
    font-size: 47px;
    color: #00487d;
    font-family: arial;
    margin: 2px;
}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #00487d;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	width: 122px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #00487d;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	width: 125px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}

#adv
{
	margin: 30px;
	text-align: center;
}

#main
{
	padding:5px;
	width: 788px;
	text-align:justify;
	color:#000000;
	line-height: 1.6em;
	margin-bottom: 0px;
}

#sidebar
{
	width:140px;
	float:right;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 3px;
	text-align:left;
	clear:both;
}

#news
{
	border:1px solid #00487d;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 3px;
	height: 400px;
}

#footer
{
	background-color:#00487d;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

h1
{
	font-size:24px;
	font-weight:bold;
	padding-top: 0px;
	color: #00487d;
	text-align: center;
	padding-bottom: 10px;
}

.headerText1
{
	font-size:18px;
	font-weight:bold;
	color: #000;
}
.headerText2
{
	font-size:10px;
	font-weight:bold;
	color: #000;
}

img
{
	border: 1px solid #ffffff;
}

a.article:link, a.article:visited, a.article:active
{
	text-decoration:underline;
	font-size:13px; 
	font-family: arial, verdana;
	font-weight:bold;
	color:#0066b3;
}
a.article:hover
{
	text-decoration:underline;
	font-size:13px;
	font-family: arial, verdana;
	font-weight:bold;
	color:#f00; 
}

a.articleTitle:link, a.articleTitle:visited, a.articleTitle:active, a.articleTitle:hover 
{
	cursor: pointer;
	text-decoration:none;
	font-family: arial, verdana;
	font-weight:bold;
	color:#0066b3;
}

a.copyright:link, a.copyright:visited, a.copyright:active
{
	text-decoration:underline;
	font-size:13px; 
	font-family: arial, verdana;
	font-weight:normal;
	color:#ffffff;
}
a.copyright:hover
{
	text-decoration:underline;
	font-size:13px; 
	font-family: arial, verdana;
	font-weight:normal;
	color:#ffffff; 
}

.firstChar 
{
  float: left;
	font: normal 30px/30px arial, verdana;
	color : #ff3300;
	text-transform: uppercase;
	text-align: center;
  padding:0 1px 0 0;
  margin: 0 auto;
}

.article
{
	font-size:13px; 
	font-family: arial, verdana;
	font-weight:bold;
	color:#ff0000;
}

h1.articleTitle
{
	font-size: 17px;
	text-align: left; 
	color: #00487d;
	padding: 0;
	margin: 0;
}

h1.articleTitleLink
{
	font-size: 17px;
	text-align: left; 
	color: #0066b3;
	padding: 0;
	margin: 0;
}

h2
{
	font-size: 15px;
	padding: 0;
	margin: 0;	
}

h2.articleAbstract
{
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;	
}

h3
{
	font-size: 14px;
	font-weight: normal;
}

/* News */
a.title:link, a.title:visited, a.title:active
{
	text-decoration:underline;
	font-size:13px; 
	font-family:arial, verdana;
	font-weight:bold;
	color:#00487d;
}
a.title:hover
{
	text-decoration:underline;
	font-size:13px; 
	font-family:arial, verdana;
	font-weight:bold;
	color:#f00; 
}

a.description:link, a.description:visited, a.description:active
{
	text-decoration:none;
	font-size:11px; 
	font-family:arial, verdana;
	font-weight:normal;
	color:#000000;
}
a.description:hover
{
	text-decoration:none;
	font-size:11px; 
	font-family:arial, verdana;
	font-weight:normal;
	color:#000000; 
}
/* /News */
