
/******** GENERAL ************/
body {
	color: #000000;
	font: 9pt Arial, Helvetica, Sans-Serif;
	background-color: #FFF;
	border-top-color: #EAE9E9;
	border-right-color: #EAE9E9;
	border-bottom-color: #EAE9E9;
	border-left-color: #EAE9E9;
	border-color: #EAE9E9;
	outline-color: #EAE9E9;
	background-position: bottom;
	background-repeat: repeat;
}


#main 	   {
	width:800px;
	height:100%;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
} 

A:link, A:visited     {	background-color: inherit; color: #556677; text-decoration: none}
A:hover    {background-color: inherit; color: ##003366; text-decoration: underline;}



#top 	   { /* home login download */
	height: 30px;
	background-repeat: repeat;
	background-color: #556677;
	background-position: bottom;
	width: 800px;
/*	background-image: url(../images/footer1.gif);	*/
}
#topmenu   {
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	float: right;
	margin: 4px;
	padding: 3px 10px 0px 10px;
	font-weight: bold;
}
#topmenu a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 4px;
}
#topmenu a:hover {
	background: #99CCEE;
	font-weight: bold;
	color: #003366;
}

/******** TOP END ************/



#header    {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 60px;
	width: 800px;
	border-color: #FFF;
}
#sitename  { /* right of logo */
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 20pt;
	font-weight: bold;
	color: #024B79;
	float: right;
	width: 700px;
	height: 60px; 
	text-align: left;
	background-image: url(../images/header2.gif);
	background-color: inherit;
}


/*****************HORIZONTAL MENU ***************************/

#menu {
	height: 25px;
	margin: 0px auto;
	float: right;
	padding: 12px 0px 0px 0px;
	background-color: #115588;

	width: 800px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	float: right;

}

#menu li {
	display: inline;

}

#menu a {
	padding: 0px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}

#menu a:hover {
	background-color: #99CCEE;
	text-decoration: none;
	color: #003366;
}

/****************END HORIZONTAL MENU ****************************/


#footer    { /* footer */
	border-top: 1px solid #556677;
	line-height:150%;
	margin:0;
	padding:0.5em;
	color:#556677;
	font-size: 9pt;
	text-align: center;
	background-color: #CCCCCC;
	background-repeat: repeat;
}

#footer a {
	text-decoration: none;
	color: #556677;
	margin: 4px;
	font-weight: bold;
}
#footer a:hover {
	background: #99CCEE;
	font-weight: bold;
	color: #003366;
}

/* page content */
#content {

	width:610px;
	background: #FFFFFF; 
	margin-left:10px;
	margin-right:0px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color: #001122;
	padding: 5px;
}


/* Page Headings */
h2 {
	background-color: #fff;
	width: 800px;
	margin: 0px 0 5px 0;
	padding: 0;
	font-size: 2em;
	letter-spacing: -0.5px;
	color: #556677;
}

h3 {
	background-color: #fff;
	width: 800px;
	margin: 0px 0 5px 0;
	padding: 50px 0px 0px 0px;
	font-size: 20pt;
	letter-spacing: -0.5px;
	color: #115588;
}

h4 {
	background-color: #fff;
	width: 800px;
	margin: 0px 0 5px 0;
	padding: 0;
	font-size: 16pt;
	letter-spacing: -0.5px;
	color: #333333;
}
h5 {
	background-color: #fff;
	width: 800px;
	margin: 0px 0 5px 0;
	padding: 0;
	font-size: 12pt;
	letter-spacing: -0.5px;
	color: #333333;
}
