/* General layout
*******************************************************************************/

body {
	background: #ffffff repeat-x;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	text-align: center;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

img { 	border:0;  }

img.logo {  margin: 5px 20px 5px 20px; }

a  {    color: #336699; background: transparent; }

a:hover {
	color: #336699; background: #cccccc;
}

a.img:hover { background: none; }


/* Header layout
*******************************************************************************/

#headercontent {
	height: 105px;
   	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
}

#logoimage {
        width: 30%;
	float: left;
}

#topnav {
	width: 68%;
	position: relative;
	float: right;
}


#linktext {
	background-color:inherit;
	float: right;
	color: #336699;
	font: 200%  Verdana,Arial, Helvetica, sans-serif;
}

#bottomnav {
	padding: 20px 10px 0px 10px;
	width: 65%;
	position: relative;
	float: right;
}


a.navsmall {
	text-decoration: none;
	font: 110%  Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:inherit;
 	color: #555555;
	float: right;
	padding: 10px 10px 10px 10px;
}

a.navsmall:hover {
	background-color:white; 
 	color: #336699;
	text-decoration: underline;
}




/* Center layout
*******************************************************************************/

div.content {
   	float: left;
	text-align: justify;
	width: inherit;
	border: 1px solid #555555;
	background: rgb(245,245,245);
	color: #000000;
	margin-top: 10px;
}

div.headingbox {
	/* background: #3D539C url(images/h2.jpg) ; */
	/* header box background */
	background: #006666;
	color: #ffffff;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #555555;	
}

h2 {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

p.right {
	float: right;
}

ul {
	list-style-type: none;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 20px;
	padding-bottom: 5px;
}

li.ordered {
	background-image: none;
	padding-left: 5px;
}


#linkbox {
	float: left;
	margin: 10px 0px 0px 0px;
	/*background: #3D539C url(images/h2.jpg) repeat-x; */
	background: #990033;
	width: 99%;
	color: #ffffff;
	text-align: center;
	border: 1px solid #555555;	
}


a.navbottom {
	text-decoration: none;
	font: 110%  Arial, Helvetica, sans-serif;
	font-weight: bold;
 	color: #ffffff;
	background-color: inherit;
	padding: 0px 10px 0px 10px;
}

a.navbottom:hover {
 	color: #3D539C;
	padding: 0px 10px 0px 10px;
	background: #ffffff;
}


div.sponsorbox {
   	float: left;
	text-align: center;
	width: 100%;
	background: inherit;
	color: #000000;
	margin-top: 10px;
}

td {
	padding: 5px 10px 5px 10px;
}

/*   Footer CSS
*************************************************************************************/

#footer {
	float: left;
	width: 100%;
	margin: 15px 0px 20px 0px;
	background-color: inherit;
	color: #336699;
	
}


