/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#355E3B;
}
a
{
	color:#C41E3A;
	text-decoration:none;
	font-weight:bold;	
}
a:hover
{
	text-decoration:underline;
}
h1{
	font-size:20px;
	color:#355E3B;
	font-weight:bold;
}
#clr{
	clear:both;
}
#top_right{
	background:url(images/top-img.jpg) no-repeat;
	height:107px;
	width:352px;
	padding-right:5px;
	vertical-align:top;
	text-align:right;	
}
#top_right a{	
	color:#333333;
	font-weight:bold;
}
#body_bg{
	background:url(images/bg.jpg) repeat-x top;
}

#nav-bg
{
	background: url(images/menu-normal.jpg) repeat-x;
	line-height: 30px;
	border-bottom: solid 1px #FFFFFF;
}
.navigation
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
.navigation a
{
	background: url(images/menu-normal.jpg) repeat-x;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 7px;
	border-right: solid 1px #E34A65;
}
.navigation a:hover
{

	background: url(images/menu-hover.jpg) repeat-x;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a.selected
{
	background: url(images/menu-hover.jpg) repeat-x;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a#leftmost
{
	border-left: solid 1px #E34A65;
}



#header{
	padding:0px 0px;
}
#body{
	padding:0px 5px 5px 5px;
}
#left-top{
	background:url(images/left-top.jpg) no-repeat left;
	height:10px;
	width:205px;
}
#left-center{
	background:url(images/left-center.jpg) repeat-y left;
	vertical-align:top;
}
#left-bot{
	background:url(images/left-bot.jpg) no-repeat left;
	height:10px;
}
#text_area{
	padding:0px 10px;
	vertical-align:top;
	margin:0px;	
	background:#FFFFFF;
}
#footer{
	background:url(images/bottom_bg.jpg) repeat-x;
	height:67px;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
}
#footer a{	
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {	
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}