body {
	background: #648080;
	margin: 0px;
	padding: 0px;
	font: 1em "Trebuchet MS", Helvetica, Sans-Serif;
	}

#wrapper {
	background: #648080;
	margin: 5px auto;
	padding: 0px;
	width: 760px;
	font: 1em "Trebuchet MS", Helvetica, Sans-Serif;
	}

#main {
	background: #ffffff;
	margin: 0px;
	padding: 5px;
	width: 760px;
	}

#header	{
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 175px;
	position: relative;
	}


/*-----CONTENT-----*/


#content {
	padding: 5px;
	background:#ffffff;
	}

#content img {
	border: none;
	margin: 5px;
	background-color: #f2f2e6;
	padding: 5px;
	}

div.box {
	margin: 5px;
	background-color: #f2f2e6;
	padding: 5px;
	}

iframe {
	margin: 5px;
	background-color: #f2f2e6;
	padding: 5px;
	width: 353px;
	height: 440px;
	border: 0px;
	margin: 0px;
	overflow: hidden
	}

table {
	background-color: #ffffff;
	padding: 0px;
	margin: 5px;
	width: 80%;
	}
td {
	text-align: center;
	padding: 0px;
	margin: 0px;
	}

td:hover {
	background-color: #f2f2e6;
	}

form {
	margin: 5px;
	background-color: #f2f2e6;
	padding: 5px;
	}	

input[type="text"] {
	border: 0px;
	width: 100%;
	}
	
textarea {
	border: 0px;
	width: 100%;
	}

h1 {
	color: #45619B;
	font-size: 100%;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
	margin: 5px 0 0;
	}

h2 {
	padding: 0px;
	padding-left: 5px;
	font-size: 100%;
	color: #804C24;
	margin: 5px 0 0;
	}

h3 {
	color: #45619B;
	font-size: 100%;
	background-color: #d1dbdb;
	padding: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
	margin: 5px 0 0;
	}

b.red {
	color: #804C24;
	}

b.blue {
	color: #45619B;
	}

p {
	font-size: 90%;
	margin: 0px;
	padding: 2px;
	}

p.right {
	text-align: right;
	}

a:link {
	color: #45619b;
	text-decoration:none;
	}
	
a:hover {
	text-decoration: underline
	}

a:visited {
	color: #395080;
	text-decoration:none;
	}

a:visited:hover {
	text-decoration: underline
	}


/*-----CONTENT RIGHT-----*/

#contentright {
	float: right;
	width: 375px;
	}


/*-----CONTENT LEFT-----*/

#contentleft {
	float: left;
	width: 365px;
	}


/*-----TAG LINE-----*/

#tag {
	border-top: 10px solid #ffffff;
	clear: both;
	}


/*-----FOOTER-----*/

#footer {
	text-align: center;
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	clear: both;
	height: 30px;
	background: #d1dbdb;
	}

#copyright {
	color: #dddddd;
	font-size: 80%;
	padding: 3px;
	}

#bottomnav {
	text-align: center;
	display: inline;
	font-size: 90%;
	color: #333333;
	}


/*-----TOP NAVIGATION-----*/


/* the horizontal menu starts here */

#topnav {
	width: 100%;
	height: 25px;
	float: left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 100%;
	font-weight: 400;
	color: #237ECB;
	background: url(../images/topNav_bg.png) repeat-x;
	position: absolute;
	top: 125px;
	left: 0px;
	}

#topnav ul {
	margin: 3px;
	}

#topnav li {
	float: right;
	position: relative;
	list-style-type: none;
	}

#topnav a {
	display: block; 
	padding: 0 10px;
	text-decoration: none;	 
	color: #fefefe;	
	}

#topnav ul li a:hover {
	color: #999999;
	}


/* the drop-down starts here */

#topnav ul li ul {
	border: 1px solid #666666;
	padding: 0px;
	width: 165px;
	display: none;
	position: absolute;
	background: url(../images/topNav_dropdown_bg.png) repeat;
	margin: 0;
	}

#topnav ul li ul li {
	width: 100%;
	font-weight: normal;
	}

#topnav ul li ul li a:link,
#topnav ul li ul li a:visited {
	color: #cccccc;
	}

#topnav ul li ul li a:hover {
	background: #648080;
	color: #ffffff;
	}

#topnav ul li ul {
	display: none;
	}

#topnav ul li:hover ul {
	display: block;
	}
