/* CSS Document */
* {
	margin:0px;
	padding:0px;
	}
	
body {
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #E6E8E7;
	margin:10px 0 0 0;padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0E0D09;
	font-weight: bold;
	font-family: Helvetica, arial, sans-serif;
	font: 100%;}
#container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {background-image: url(../images/logo.gif); background-repeat:  no-repeat; width: 780px;height: 63px;}
#intro h1 {font-size: 11pt;font-weight: normal;}
#intro p {font-size: 11pt;font-weight: normal;padding-bottom: 30px;width: 600px;}
#intro ul {font-size: 11pt;font-weight: normal;margin-left: 25px;margin-top: -10px;}
#intro li {padding-bottom: 5px;}




/* nav */

#navcontainer {
	position: relative;
	margin-top: 62px;
	outline:none;
	height: 50px;
	}

#nav {
	list-style-type: none;
	font-size: 10pt;
	font-weight: bold;
	outline:none;
	}
		
#nav li {
	padding: 0;
	margin: 0;
	display: inline;
	outline:none;
		}
		
#nav li a {		

	color: #ffffff;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	outline:none;
	}
		
#nav li a:hover {
	color: #99cccc;
	}
	
#nav #selected a {		
	color: #1498D8;	
	text-decoration: none;
	padding: 0px 21px 0px 21px;
	}


/* module */
.moduleWrap {width: 784px;margin-top: 20px;}
.module {width: 784px;margin-bottom: 0px;text-align: left;}
.top {background-image: url(../images/content_top.gif);background-repeat: no-repeat;height: 38px;margin: 0px;padding:0px;}
.middle {background-color: #eaeaea;margin-top:-1px;padding: 0px;}
.wrap {width: 784px;background-color: #ffffff;margin-top: -10px;}
.lower {background-image: url(../images/content_lower.gif);background-repeat: no-repeat;height: 28px;width: 784px;}

#mainContent {

	}
	
#sidebar {
	 margin-left: 20px;
	 padding-top: 23px;
	 }
	 
h2 {
	font-size: 13pt;
	/*color:#53A8A8;*/
	color: #393536;
	padding-bottom: 5px;
	}
	
p {
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
	}
	
ul {
	line-height: 1.25em;
	font-size: 10pt;
	}
	
.box a {
	color:#D2232A;
	font-weight: normal;
	}
	
.box a:hover {
	text-decoration: none;
	font-weight: normal;
	}
		
#sidebar h2 {
	color: #393536;
	}		
		
#sidebar p {
	line-height: 2.0em;
	font-size: 11pt;
	font-weight: bold;
	}
	
#sidebar a {
	color:#D2232A;
	}
	
#sidebar a:hover {
	text-decoration: none;
	}

	
.box {
	padding-left: 20px;
	margin-top: 20px;
	}

/* footer ------------------------------ */
#footer {
width: 750px;clear: both;margin-top: 50px;padding: 5px 15px 15px 15px;font-size: 85%;border-top: 1px solid #ddd;	text-align: left;background-color: #eee;}
#footer ul {margin: 0 0 5px 0;padding: 0;list-style: none;}
#footer li {float: left;margin: 0;padding: 5px 15px 5px 0;list-style: none;}
#footer a {	float: left;padding: 0;	text-decoration: underline;	color: 0000cc;}
#footer a:hover {	color: #c00;}
#footer p {	clear: left;	margin: 0;}

