/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;
	background-image: url(images/bodyback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1  {
font-size: 150%;
}
h2  {
font-size: 130%;
line-height:15px;
}
h3  {
font-size: 110%;
}

/* Link Decoration -----------------------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:hover {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout ID's --------------------------------------------------------------------------------------------------------------------*/
#wrapper {
background-color:#FFFFFF;
width:750px;
}
#topnav {
	background-color:#727271;
	font-size:14px;
	line-height:25px;
	background-image: url(images/topnavback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#topnav td {
border-top:1px #CCCCCC solid;
border-bottom:1px #333333 solid;
}

#footer {
padding-bottom:10px;
border-top:1px #CCCCCC solid;
font-size:11px;
}
#content {
padding: 3px 10px 3px 6px;
}

/* rounded corners for wrapper ---------------------------------------------------------------------------------------*/
.wrapright {
	width:20px;
	background-color:#FFFFFF;
	background-image: url(images/wright.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.wrapbottom {
	background-color:#FFFFFF;
	background-image: url(images/wbot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:20px;
}
.wrapul {
background-color:#FFFFFF;
}
.wrapul {
	width:13px;
	height:20px;
	background-color:#FFFFFF;
	background-image: url(images/wul.gif);
	background-repeat: none;
	background-position: left top;
}
.wrapll {
	width:13px;
	height:20px;
	background-color:#FFFFFF;
	background-image: url(images/wll.gif);
	background-repeat: none;
	background-position: left bottom;
}


/* LEFT NAV PROPERTIES-------------------------------------------------------------------------------------------------------------*/
.lefthead {
font-size:120%;
}

#leftnav{
	width:178px;
	height: 247px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/index_02.gif);
}

#leftnav h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#leftnav a:link, #leftnav a:visited {
	font-size:130%;
	display: block;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}

#leftnav a:hover{
	text-decoration: underline;
}
#banner_current{
	font-weight:bolder;
    }

