@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(images/bgr.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Cambria,Georgia,Times,"Times New Roman",serif;
}

/* main /////////////////////////////////////////////////////////////////////////////// */

.wrapper {
width:880px;
margin-left:auto;
margin-right:auto;
}

.header {
width:880px;
height:227px;
background-image:url(images/header.png);
background-repeat:no-repeat;
}

.info {
width:880px;
height:30px;
background-image:url(images/headerinfo.png);
background-repeat:no-repeat;
}

.info2 {
width:880px;
height:30px;
background-image:url(images/content.png);
background-repeat:repeat-y;
}


.menubar {
width:880px;
height:36px;
background-image:url(images/menubar.png);
background-repeat:no-repeat;
line-height:34px;
color:#FFFFFF;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:19px;
font-weight:bold;
}

.content {
width:880px;
background-image:url(images/content.png);
background-repeat:repeat-y;
}

.footer {
width:880px;
height:97px;
background-image:url(images/footer.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
padding-bottom:30px;
text-align:center;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:14px;
}

.footer a:link, .footer a:visited, .footer a:active {
color:#000000;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:14px;
text-decoration:none;
}

.footer a:hover {
color:#ffffff;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:14px;
text-decoration:none;
}

.clear {
clear:both;
}

/* Detailed /////////////////////////////////////////////////////////////////////////////// */

.infotitle {
float:left;
width:150px;
height:30px;
line-height:30px;
margin-left:15px;
text-align:center;
color:#FFFFFF;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:14px;
}

.infobox {
float:right;
width:700px;
height:30px;
line-height:30px;
margin-right:15px;
background-image:url(images/infoblock.png);
background-repeat:no-repeat;
background-position:center;
}

.infobox_content {
width:670px;
height:30px;
line-height:30px;
margin-left:auto;
margin-right:auto;
color:#FF9900;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:12px;
}

.infobox2 {
width:850px;
height:30px;
line-height:30px;
text-align:center;
background-color:#FFFFCC;
margin-left:auto;
margin-right:auto;
font-weight:bold;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:16px;
}

.menu_nav {
margin-left:35px;
margin-right:35px;
float:left;
}

.menu_nav a:link, .menu_nav a:visited, .menu_nav a:active {
color:#FFFFFF;
text-decoration:none;
}

.menu_nav a:hover {
color:#f8b708;
text-decoration:none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	margin-left:35px;
margin-right:35px;
color:#FFFFFF;
text-decoration:none;
}

#nav a:hover {
color:#f8b708;
text-decoration:none;
}

#nav li {
	float: left;
	/*width: 10em;*/
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	font-size:14px;!important
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
display:block;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
background-color:#003366;
width:160px;
text-indent:10px;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}
/* fonto 

style and colors /////////////////////////////////////////////////////////////////////////////// */

a:link, a:visited, a:active {
color:#0066CC;
text-decoration:none;
}

a:hover {
color:#0066CC;
text-decoration:underline;
}

.white {
color:#FFFFFF;
}

.red {
color:#FF0000;
}
.red2 {
color:#FF0000;
font-weight:bold;
}

.bluer {
	color:#0099CC;
	font-weight:bold;
}

.page_title {
font-weight:bold;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:32px;
color:#006699;
text-align:center;
}

.box_white, .tablewhite {
color:#FFFFFF;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-size:14px;
}

.tablewhite a:link, .tablewhite a:visited, .tablewhite a:active, .box_white a:link, .box_white a:visited, .box_white a:active {
color:#00CCFF;
text-decoration:none;
}

.box_white a:hover, .tablewhite a:hover {
	color:#00CCFF;
	text-decoration:underline;
}


/* front page element */

.frontRED {
color:#990000;
font-size: 32px;
font-weight:bold;
}

.frontTag {
color:#000000;
font-size: 22px;
font-weight:bold;
font-style:italic;
}

.points {
	list-style-image: url(images/bullet.jpg);
}


