body {
	text-align:center;
	font-family:"trebuchet MS";
	color:#000000;
	background-color:#CCCCCC;
	background-image:url(images/body_back2.jpg);
	background-position:50%;
	background-repeat:repeat-y;
	padding-left:0;
	padding-right:0;
	margin:0;
	}
	
#header {
	width:991px;
	margin:0 auto;
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:55px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
	border-bottom-color:#000000;
	background-color:#336699;
	}
	
#titlebar {
	width:990px;
	margin: 0 auto;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-image:url(images/title_back.jpg);
	height:50px;
	text-align:right;
	}
	
#titlebar h1 {
	font-size:16px;
	font-weight:bold;
	color:white;
	margin-right:20px;
	margin-top:12px;
	}
	
#page {
	width:990px;
	margin:0 auto;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	overflow:hidden;
	border-bottom:none;
	}
	
#navarea {
	float:left;
	width:190px;
	font-size:13px;
	margin:0px;
	}
	
#navarea ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	border-bottom: 1px solid #333333;
	}
	
#navarea ul li {
	position:relative;
	margin-left:0;
	
	}

#navarea li ul {
	position:absolute;
	left:190px;
	top:0;
	display:none;
	width:210px;
	}
	
#navarea ul li a {
	display: block;
	text-align:left;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#006699;
	padding: 5px;
	border: 1px solid #333333;
	border-bottom: 0;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#0099FF;
	padding-left:3px;
	
	}
	
#navarea ul li a:hover {
	background-color:#0099CC;
	border-left-color:#FF0000;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #navarea ul li { float: left; }
* html #navarea ul li a { height: 1%; }
/* End */

#navarea li ul li a {
	border-left-width:5px;
	border-left-color:#0099FF;
	border-left-style:solid;
	text-align:left;
	width:200px;
	}

#navarea li:hover ul, #navarea li.over ul {
	display:block;
	}


#login_form {
	width:179px;
	margin:5px;
	margin-top:10px;
	border-top:solid 1px #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
	}
	
#login_form h5 {
	font-size:12px;
	}
	
#login_form a {
	color:#00CCFF;
	text-decoration:none;
	font-size:12px;
	}
	
#login_form a:hover {
	color:#FF1100;
	}
	
#content {
	width:775px;
	float:right;
	padding:10px;
	text-align:left;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
	}
	
#content h1 {
	font-size:18px;
	font-weight:bold;
	width:80%;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	}

#content h2 {
	font-size:16px;
	font-weight:bold;
	}

#content h3 {
	font-size:14px;
	font-weight:bold;
	}

#content h5 {
	font-size:20px;
	font-weight:bold;
	}

#content h6 {
	font-size:24px;
	font-weight:bold;
	}
	
#content p {
	font-size:14px;
	color:#000000;
	}


#content .caption {
	text-align:right;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	width:400px;
	margin-bottom:10px;
	}

#content ol {
	font-size:14px;
	}
	
	
#breadcrumbs {
	width:775px;
	height:20px;
	display:block;
	clear:both;
	}

#breadcrumbs * {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
	
#breadcrumbs a {
	padding-left:5px;
	padding-right:5px;
	display:block;
	text-decoration:none;
	border-left:solid 1px #999999;
	color:#000099;
	font-size:12px;
	}
	
#breadcrumbs a:hover {
	color:#FF0000;
	}
	
	
#tables {
	font-size:14px;
	}
	
#tables td {
	font-variant:small-caps;
	}
	
#next {
	width:175px;
	height:22px;
	background-color:#006699;
	background-image:url(images/next_back.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	float:right;
	margin-right:10px;
	display:inline;
	padding-left:10px;
	color:white;
	text-decoration:none;

	}

#next a {
	padding-left:10px;
	color:white;
	text-decoration:none;
	
	}
	
#next a:hover {
	color:white;
	text-decoration:underline;
	}
	
#prev {
	width:115px;
	height:22px;
	background-color:#006699;
	background-image:url(images/prev_back.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-left:10px;
	display:inline;
	padding-left:70px;
	color:white;
	text-decoration:none;

	}

#prev a {
	padding-left:70px;
	color:white;
	text-decoration:none;
	
	}
	
#prev a:hover {
	color:white;
	text-decoration:underline;
	}




