/* CSS Document */

body {
	background-color: #FCDB00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: normal;
}

a {
	font-size: 1em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.main {
	background-color: #FFFFFF;
}
.paneldivider {
	background-color: #FCDB00;
}
.menupanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.menupanel a:link, .menupanel a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 1em;
}
.menupanel a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #2794BF;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #000000;
	line-height: 1.35em;
}
.content strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1A96C2;
}
.content a:link, .content a:visited {
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content a:hover {
	color: #FF9900;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.adlabel {
	color: #FF0000;
	font-size: 14px;
}
.content_head {
	font-size: 1.25em;
	font-weight: bold;
	color: #2794BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold {
	font-size: 1.2em;
	font-weight: bold;
}
.italicbold {
	font-size: .85em;
	font-style: italic;
	font-weight: bold;
}
.bold2 {
	font-size: 1.05em;
	font-weight: bold;
	color: #1E7C9B;
	background-color: #DFDFDF;
	display: block;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
.bold3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3px;
	font-weight: bold;
	color: #1D1D1D;
}

/** MAIN MENU */
#navcontainer ul{
	list-style-type: none;
	text-align: right;
}
#navlist {
	width: 225px;
}
#navcontainer {
	font-weight: bold;
	width: 250px;
	margin-left: -50px;
}


#navcontainer ul li a
{
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#navcontainer ul li a:hover
{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #FF9933;
}

#navcontainer ul li a#current
{
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #FF9933;
}
.img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
