/* CSS Document */
.body {
 	margin: 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	/*letter-spacing:0.025cm;*/
 	color: #333333;
 	line-height:16px;
} 
.body ul li 
{
	padding-left: 2px;
	margin-bottom: 2px;
	margin-top: 5px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #80a6cc;
	background-position: right bottom;
	background-attachment: fixed;
}
.redbody-no-ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #D4712E;
	line-height:16px;
	text-decoration: none;
} 
.redbody {
 	margin: 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight:bold;
	/*letter-spacing:0.025cm;*/
 	color: #D4712E;
 	line-height:16px;
} 
.txtbold{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight:bold;
 	color:#000000;
}
.txtbold-no-und {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight:bold;
 	color:#000000;
	text-decoration: none;
}
.txt{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight:bold;
 	color:#333333;
}
.textlink-no-und {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-color:#D4712E;
	text-decoration: none;
}
.header{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 18px;
 	font-weight:bold;
 	color: #D4712E;
}
.txtWhite{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight:bold;
 	color:#FFFFFF;
}
.textlink:link, .textlink:active {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color:#D4712E;
	/*letter-spacing:0.025cm;*/
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	cursor: hand;
}
.textlink:hover, .textlink:visted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color:#000000;
	/*letter-spacing:0.025cm;*/
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	cursor: hand;
}
/* previous/next */
#nav2 ul
{
 	margin:0px;
 	padding:0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	/*font-weight:bold;*/
 	color:#FFFFFF;
 	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

#nav2 a
{
 	color:#FFFFFF;
 	text-decoration:none;
	/*font-weight: bold;*/
}

#nav2 a:hover
{
 	color:#5E5F5F;
 	text-decoration:none;
	/*font-weight: bold;*/
}

#nav2 a.current
{
 	color:#FF6633;
 	text-decoration:none;
	/*font-weight: bold;*/
}

#nav2 ul li
{
 	display: inline;
 	list-style-type: none;
 	padding-right: 0px;
	/*font-weight: bold;*/ 
}

/* previous/next */
.news
{
	margin:0px;
 	padding:0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	/*font-weight:bold;*/
 	color: #BB0335;
 	margin-bottom:3px;
	margin-top:3px;
	margin-left:0px;
	text-decoration:none;
}

.news a
{
 	color: #BB0335;
	text-decoration:none;
}

.news a:hover
{
	color:#A60000;
}

.news ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.news ul li 
{
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*start site map */
#sitemaplist
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-color:#F8F9F4;*/
	/*border:1px solid #D1CECE;*/
	/*margin:0px 0px 0px 10px;*/
	padding:3px;
	/*width:170px;*/
}

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

#sitemaplist ul
{
	margin:0px;
	padding:0px;
}

#sitemaplist ul li
{
	padding-top:5px;
	padding-bottom:5px;
	/*border-top:1px solid #D1CECE;*/
    margin:0px;
	list-style-type: none;
	padding-left: 17px;
	/*background-position: 4px 9px;
	background-repeat: no-repeat;*/
}

#sitemaplist ul li a
{
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}

#sitemaplist ul li a.current
{
	color:#FFFFFF;
}

#sitemaplist ul ul li
{
	list-style-type: none;
	border-top:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 0px;
	/*background-image: url(../images/bullet_blue.gif);
	background-position: 2px 8px;
	background-repeat: no-repeat;*/
}

#sitemaplist ul ul li a
{
	text-decoration: none;
	font-weight:normal;
	color:#47B8D3;
	font-weight:bold;
}

#sitemaplist ul ul li a.current
{
	color:#47B8D3;
	font-weight:bold;
	text-decoration: none;
}

/* end site map */