/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

img {
	border: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}
li {
	margin-left: 20px;
}

#container_top {
	width: 760px;
	height: 10px;
	background-image: url(img/layout/container_top.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	margin: 20px auto 0;
}

#container {
	width: 760px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
	background-image:url(img/layout/container_bkg.gif);
	text-align: left;
}

#header {
	height: 60px;
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#logo {
	float: left;
}

ul#navmenu {
	margin: 0;
	list-style: none;
	float: right;
	padding:45px 0 0 0;
	text-align:right;
	width: 510px;
}
ul#navmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	height:15px
}
ul#navmenu a {
	color: #000;
	text-decoration: none;
	padding-left: 3px;
}
ul#navmenu a:hover {
	position: relative;
	bottom: 5px;
	color:#cc0000;
	padding-bottom: 10px;
	text-align: left;
	font-size: 9px;
}

#content {
	padding: 0 40px;
	width: 680px;
}

#content a {
	color:#666;
	text-decoration:none;
}
	
#content a:hover {
	color: #c00;
}
	
strong {
	color: #c00;
}
	
.smallbox {
	width: 240px;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	padding: 10px 0;
	float: left;
}
.smallbox_top {
	background-image: url(img/layout/smallbox_top.gif);	
	height: 20px;
}
.smallbox_content {
	background-image:url(img/layout/smallbox_bkg.gif);
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding: 0 20px;
}
.smallbox_foot {
	background-image: url(img/layout/smallbox_foot.gif);
	height: 10px;
	background-repeat:no-repeat
}

.smallvar {
	width: 240px;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	padding: 10px 0;
	float: left;
	text-align: center;
}


.largebox {
	width: 400px;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	padding: 10px 0;
	float: right;
}
.largebox_top {
	background-image: url(img/layout/largebox_top.gif);	
	height: 20px;
}
.largebox_content {
	background-image:url(img/layout/largebox_bkg.gif);
	background-repeat: repeat-y;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding: 0 20px;
}
.largebox_foot {
	background-image: url(img/layout/largebox_foot.gif);
	height: 10px;
	background-repeat:no-repeat
}


#container_foot {
	width: 760px;
	background-image: url(img/layout/container_foot.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
}

#container_foot a{
	color: #fff;
	text-decoration: none;
}

#container_foot a:hover{
	text-decoration: underline;
}

.newstitle {
	font-weight: bold;
	color: #c00;
}
.newssubtitle {
	font-style: italic;
}
