/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1275A7;
}
p{margin:0px; padding:0px;}
img{border:0px;}
#wrapper
{
	width:888px;
	margin:auto;
}
#nav
{
	width:888px;
	float: left;
/* Menu */
}
#menu {
	width: 840px;
	height: 70px;
	margin: 0 auto;
	padding-left: 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	padding: 0px 7px;
	background: url(images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
}

#menu a:hover, #menu .active a {
	background-image: url(../images/menu_over.gif);
	color: #1275A7;
	background-repeat: repeat-x;
}	
#header
{
	width:888px;
	float: left;
	height: 321px;
}
#logo
{
	width:365px;
	height: 37px;
	float: left;
	margin-top: 20px;
	margin-left: 92px;
}
#logo2
{
	width:260px;
	float: left;
	margin-top: 132px;
	margin-left: 80px;
}
#titles
{
	width:255px;
	height: 48px;
	float: left;
	margin-top: 215px;
	background-image: url(../images/titlesbg.gif);
	background-repeat: no-repeat;
	line-height: 48px;
	padding-left: 20px;
	font-weight: bold;
	color: #1275A7;
	font-size: 14px;
}
#headerleft{
	float:left;
	width:487px;
	height: 321px;
	background-image: url(../images/headerbg1.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}
#headerright{
	float:left;
	width:401px;
	height: 321px;
	background-image: url(../images/headerbg2.jpg);
	background-repeat: no-repeat;
}
#content
{
	width:888px;
	float: left;
	background-image: url(../images/contentbg.gif);
}
#contentleft
{
	width:250px;
	float: left;
	padding-top: 10px;
	background-image: url(../images/leftbg.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	font-size: 11px;
	padding-left: 5px;
}
#contentright
{
	width:570px;
	float: right;
	padding-top: 20px;
	padding-right: 40px;
	text-align: justify;
	line-height: 18px;
	margin-bottom: 5px;
}
#footer
{
	width:888px;
	float: left;
	height: 78px;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	line-height: 78px;
	text-align: center;
}

#footer a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

#footer a:hover {
	color: #1275A7;
	background-repeat: repeat-x;
	background-color: #FECA0A;
	padding: 5px;
}

a:hover{ text-decoration:underline;}
#wrapper #header #headerright #logo2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0E5A7E;
}
.leftims {
	padding-bottom: 20px;
}
#wrapper #header #content #contentright h2 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
a {
	color: #1275A7;
}
a:hover {
	color: #FFC907;
}
div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
.popsmall {
	padding: 2px;
	border: 2px solid #FFCA08;
	margin-left: 2px;
	margin-top: 5px;
}
.comments {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1275A7;
	font-style: italic;
}

