body{
	padding:0px;
	margin:0px;

	font-family: arial, sans-serif;
	font-size:15px;
	color:#000000;
	background-color:#eef2f4;

/*	background-image:url("../images/cover.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
*/
	}

/* **** standard HTML tags **** */
a {	color:#ffff00;
	text-decoration:none;
	}
a:hover {
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
	}

p	{
	margin-top:10px;
	margin-bottom:6px;
	text-indent:14px;
	}

.opening { text-indent:0px;}


h1{	font-size:30px; }
h2{	font-size:26px; }
h3{	font-size:22px; }	
h4{	font-size:18px;	}
h5{	font-size:16px;	}
h6{	font-size:14px; }


/* ************************** */
/* *** LOGO & HEADER AREA *** */
	
#headerSection {
	background-color:#000000;
	width:100%;
	padding-bottom:0px;
	margin-bottom:0px;
	}



/* ************************** */
/* **** MAIN MENU *********** */
	


#mainMenu {
	border-left:0px; border-right:0px;
	border-top:solid 1px #2a3a55; 
	border-bottom:solid 2px #001000;
	
	text-align:left;
	background-color:#000000; 
	background-image:url("/images/bg/blue/bluish-menu-bar-02_600x50.jpg"); 
	background-repeat:repeat;

}

.mainMenuItem {
	width:120px;
	height:20px;
	text-align:center;
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	padding:2px;
	margin: 3px 10px 6px 10px;
	
	border:solid 1px #082040;
	border:solid 1px #001033;
	border-bottom:solid 2px #666666;
	border-right:solid 2px #666666;
	}

a .mainMenuItem {
	color:#000066;
	background-color:#bbddee;
	}

a:hover .mainMenuItem {
	border-color:#9999cc;
	border-bottom-color:#555577;
	border-right-color:#555577;
	color:#000000;
	background-color:#cccc99;
	background-color:#eeee99;
	cursor:hand;
	}



/* ************************** */
/* **** SECONDARY MENU ****** */

#secondaryMenu {
	
	background-color:#000b30;
/*	background-image:url("/images/common/gradient-blue-hbar-05_600x64.jpg"); */
	background-image:url("/images/bg/blue/blue-menu-bar-05_600x50.jpg"); 

	background-position:center;

	border-bottom:solid 1px #000028;
	border-left:0px; border-right:0px;
	padding:1px;
	padding-right:20px;
	margin:0px;
	text-align:left;
}

.secondaryMenuItem {
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	padding: 0px 6px 0px 6px;
	margin: 1px 6px 2px 6px;
	cursor:default;
	}

#subMenu .secondaryMenuItem {
	font-size:12px;
	letter-spacing:0px;
	font-weight:500;
	}


.secondaryMenuItem:hover{

/*	this works, but I've got nothing to add here -- yet	*/
	}

.secondaryMenuTitle {
	font-size:14px;
	font-weight:600;
	color:#e6f2ff;
	padding-left:4px;
	}


/* ***  BODY  *** */


.bondHorizontally {
	width:784px;
	}

.title{
	font-family:verdana,arial,sans-serif;
	}

.subtitle{
	font-weight:600;
	margin-top:8px;
	text-indent:0px;
	}

.def {
	border-bottom:dashed 1px #5588bb;
	cursor:hand;
	}


#contentRegion	{
	}

#content {
	margin:20px;
	padding-left:60px;
	padding-top:36px;
}


.section {
	background-color:#e0f0ff;
	margin-left:280px;
	padding:20px;
	padding-top:6px;
	width:400px;
	border:solid 1px #333333;
	border-right:solid 2px #808080;
	border-bottom:solid 3px #808080;

	text-align:left;
	font-size:14px;
	line-height:20px;
	margin-bottom:16px;
}

.section .title {
	font-weight:600;
	padding:0px;
	padding-bottom:20px;
	}

.section .subtitle {
	font-size: 12px;
	padding-top:8px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

.section a {
	color:000055;
	text-decoration:underline;
	}
.section a:hover {
	color:000055;
	text-decoration:underline;
	background:#ffffff;
	}

#footer {
	background-color:#000000;
	color:#eeeeee;

	margin-top:32px;
	padding:2px;
	}

