/* CSS Document */

html, body { border: 0; margin: 0; padding: 0;}
body {
	margin: 0;
	text-align: center;
	background: #ffffff;
	color:#000000;
	}
		
#expander {
	top:0px;
	background:#00ffff;
	background-image:url(../images/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#000000;
	margin: 0;
	width: 800px;
	height:auto;
	}

* html #expander { height: 0; }

#container {
	top:0px;
	background:#ffffff;
	background-image: url(../images/shadow.gif);
	background-position:right;
	background-repeat:repeat-y;
	color:#000000;
	margin: 0 auto 0 auto;
	width: 830px;
	}

#top { width:800px; height:136px; background-image: url(../images/banner.gif); background-position:center; background-repeat:no-repeat;}


#main {

width:750px;
height:auto;
padding:30px 10px 10px 25px;
position:relative;
float:left;
}


#footer {
width:300px;
height:auto;
text-align:center;
padding-bottom:20px;
}
#footer a {
	text-decoration: none;
	font-family: Tahoma;
	font-weight:700;
	font-size:0.8em;
	color:#141454;
}

#footer a:hover, a:link, a:visited {
	text-decoration: underline;
	font-family: Tahoma;
	font-weight:700;
	font-size:0.8em;
	color:#141454;
}

#topnav {
position:relative;
float:right;
width:600px;
text-align:right;
right:10px;
top:-26px;
}
#topnav ul {
	display:inline;
	width:600px;
	text-decoration:none;
	list-style-type:none;
	
	}

#topnav li {
	display:inline;
	padding-left:15px;
	list-style-type:none;
	width:100%;
	text-decoration:none;
	text-align:left;
	font-family: Tahoma;
	font-weight:700;
	font-size:0.9em;
	line-height:2.2em;
	color:#141454;
	}

#topnav a {
	display:inline;
	text-decoration:none;
	list-style-type:none;
	font-family: Tahoma;
	text-align:left;
	font-size:0.9em;
	line-height:2.2em;
	font-weight:700;
	color:#141454;
	}
	
#topnav a:hover, a:link, a:visited {
	display:inline;
	list-style-type:none;
	text-decoration: underline;
	font-family: Tahoma;
	text-align:left;
	font-weight:700;
	font-size:0.9em;
	color:#141454;
	}





.normal {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:2em;
font-weight:600;
color:#141454;
}

.small {
font-family: Tahoma;
font-size:0.8em;
font-weight:600;
color:#141454;
}
