

.MAIN

{
	background-color:#FFFFFF;
	width:840px;
	height:1150px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

.options
{
width:100px;
height:550px;
float:right;}


.right_call{

padding-bottom:10px;
outline: none;
width:170;
height:190;
	
}

.glossymenu{
	padding: 0;
	height:1000px;
	width: 178px;
	float:left;
	background-color: #e7e9eb;
	margin: 5px;
	
}
.COPYRIGHT

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	line-height: -5px;

}

.SEARCH
{
	height:20px;
	width:95px;
	background:#FFFFFF;
	margin-left: 10px;
	margin-top: 10px;

}

.H1

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#0761b2;
}

.BODY_TEXT

{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#333333;
}

.TEXT

{
	width:450px;

	margin:5px;
	float:left;

}


.glossymenu{
	padding: 0;
	height:950px;
	width: 178px;
	float:left;
	background-color: #e7e9eb;
	margin: 5px;
	
}


.glossymenu a.menuitem{
	background:#e7e9eb;
	color: #006699;
	display: block;
	position: relative;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}



.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
width: 180px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback.gif);
width: 168px;
color:white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	width: 172px;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 165px;
	background: white;
	color: #006699;
}


.glossymenu div.submenu ul li a{
	display: block;
	font: 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333333;;
	text-decoration: none;
	
	padding-left: 10px;
	width: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background:#e7e9eb;
	width: 167px;
}

.glossymenu div.submenu ul li a:hover{
background: #333333;
color: white;
width: 167px;
}


