/* CSS Document */



html, body {

	width: 760px;

	margin: 0 auto;

	background-image:url(images/page-bg.gif);

	background-repeat: repeat;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #444444;

}

.menuBG {

	background-image: url(images/menuBG.gif);

	background-position: top;

	background-repeat: no-repeat;

	height: 70px;

	padding-top: 7px;

}

.cotent {

	width: 682px;

	background-color:#FFFFFF;

	padding-left: 69px;

	padding-bottom: 0px;

	padding-right: 9px;

	padding-top: 10px;

	float: left;

	clear: none;
}

.page-btm {

	width: 760px;

	background-image: url(images/page-btm.gif);

	background-position: top;

	background-repeat: no-repeat;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #afcae3;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 10px;

	line-height: 18px;

	float: left;

	clear: none;

}

.page-btm a {

	color: #afcae3;

	text-decoration: underline;

}

.page-btm a:hover {

	color: #afcae3;

	text-decoration: none;

}

#navigation {
		font: 13px Verdana, Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #DDD;
        margin: 0em 0 0;
        padding: 0.6em 0 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(images/tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(images/tabright.gif) no-repeat right top;
        padding: 5px 15px 5px 15px;
        margin: 4px 0 4px 4px;
}
#navigation #current span {
        padding: 5px 15px 7px 15px;
}

#navigation ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}

#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}

#sub-navigation {
		background: #70A1EB;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
        margin: 0;
        padding: 3px;
		color: #ff0000;
        border-bottom: 1px solid #000;
}
#sub-navigation ul, #navigation ul li {
         margin: 0;
        padding: 0;
}
#sub-navigation ul {
        padding: 5px;
        text-align: center;
}
#sub-navigation ul li {
        display: inline;
}
#sub-navigation ul li span {
        padding: 5px 15px 5px 15px;
        margin: 4px 0 4px 4px;
		}
#sub-navigation ul li a {
color: #fff;
text-decoration: none;
}

#sub-navigation ul li a:hover {
text-decoration: underline;
}

/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
/**/
-->