body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	scrollbar-base-color: #660;
}

img{border: 0px;}

/* divs */
#mainbox{
	width: 750px; height: 550px;
	border: 1px solid #660;
	background-color: #ffc;
	}
#header{
	width: 750px; height: 93px;
	margin: 0px;
	margin-bottom: 0px;
}
#menu{
	width: 750px; height: 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #660;
	background-color: #9c0;
	margin: 0px; padding:0px; margin-top:0px;
	}
#sidebar{
	width: 199px; height: 410px;
	background-image: url('images/sidebar.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	}

#submenu{
	margin-top: 140;
	margin-left: 30px;
	width: 150px;
	}
#content{
	width: 545px; height: 410px;
	margin-left: 200px;
	margin-top: 0px;
	}

#contentbox{
	border-top: 1px solid #660;
	border-bottom: 1px solid #660;
	overflow:auto;
	scroll-vertical:none;
	margin-left: 10px; margin-right: 10px; margin-top: 0px;
	height: 350px;
	width: 520px
	}

#footer{
	width: 750px; height: 24px;;
	border-top: 1px solid #660;
	background-color: cc6;
	}

/* PARAGRAPHS */
#content p{
	width: 490px;
	/*font-family: Arial, Helvetica, sans-serif; font-size: 11px;*/
	text-align: justify;
	}
#content p.title{
	margin-left: 20px; margin-right: 20px; margin-top: 0px; margin-bottom: 0px;
	padding-top: 10px;
	width: 505px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;
	color: #660;
	}

#contentbox p {
	margin-left: 0px;
	width: 95%;
	right: 10px;
	text-align: justify;
}

#contentbox img{
	border: 1px solid #660;
}

/* --- MENU HIGHLIGHT ---*/

#menu div.menuitem, #menu div.menuUp{
	width: 92px; height: 18px;
	border-right:2px solid #fff;
	float: left;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.5px;
	}

#menu div.menuUp{
	background-color: #cc6;
	}
	
#menu div.last{ border-right: none;}
#menu div.menuitem a, #menu div.menuUp a{
	text-decoration:none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

#menu div.menuitem a:hover, #menu div.menuUp a:hover{
	color: #660;
}

#content a{
	text-decoration:none;
	color: #660;
}

p.icons{margin-top: 3px;}
p.icons img{margin-left: 20px;}

/* STYLES for SUBMENU */

td.submenu_normal{
	background-color: #660;
	width: 120px;
	}

td.submenu_selected{
	background-color: #9c0;
	width: 120px;
	}

td.submenu_normal a, td.submenu_selected a{
	text-decoration:none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

/*--- MISC --*/
#contentbox img.pdf_icon{border:none;}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



