#headermain {
	font-size: 1.5em;
	font-weight: normal;
	font-family: Times New Roman,Georgia;
	letter-spacing: .05em;
	text-decoration: none;
	color: #AF1937;
	background-color: #ffffff;	
	margin-right: 50%;
	width: 55%;
	position: absolute;
	z-index: 0;
	left: 0px;
	text-align: justify;
	height: 60px;
	padding: 10px;
	}
#headermain A {

	color: #333333;
	text-decoration:none;	
	font-weight:bold;
	line-height: 1em;
	margin-left:8%;
	}
.headersub {

	color: #333333;
	font-size: 0.5em;
	letter-spacing: .15em;
	font-weight:bold;
	margin-left:8.5%;
	}
#headerad {
	height: 60px;
	position: relative;
	margin-left: 50%;
	background-color: #ffffff;	
	padding: 10px;
	z-index: 3	
	
	}


#topstrips{
	background-color: #AF1937;
	font-size: 0.6em;
	color: #ffffff;
	position: relative;	
	left: 0px;
	}
#topstrips A{	
	text-decoration:none;	
	color: #ffffff;
	}
#topstripsgrey{
	background-color: #aaaaaa;
	font-size: 0.4em;
	color: #777777;
	position: relative;	
	left: 0px;
	text-decoration:none;
	}

.mainbody {
	font-family: Verdana,Arial,  Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	}	



#content {
	clear: both;
	line-height: 1.2em;
	position:relative;
	width: 100%;
	font-size: 0.8em;
}
#content A:visited{
	color: darkred;
	}
#left {
	margin-right: 80%;
	margin-left: 5px;
	margin-bottom: 0px;
	font-size: 90%;
	left: 0px;
	position: absolute;
	z-index: 4;
	text-align: justify;
}

#left .column {
	width: 95%;
	border-left: 1px solid #bbbbbb;
	padding: 10px 10px 10px 10px;
}
#left a {
	text-decoration: none;
	color: #2D2D2D;
}
#center {
	width: 50%;
	font-size: 100%;
	position: relative;
	top: 0px;
	margin-left: 20%;	
	z-index: 0;
	text-align: justify;
}

#center .column {
	padding: 20px 20px 0px 0px;
	margin-right: 15px;
	margin-top: 0px;
	border-right: 1px solid #bbbbbb;
}


#right1 {
	width: 15%;
	font-size: 90%;
	position: absolute;
	top: 0px;
	margin-left: 70%;	
	margin-right:-15px; /*hack for some browsers that will render a scroll bar for non existing off screen content*/
	z-index: 4;
	text-align: justify;
}

#right1 .column {
	padding: 10px 10px 10px 10px
	margin-right: 10px;
	margin-top: 0px;
	border-right: 1px solid #bbbbbb;
}
#right2 {
	width: 15%;
	font-size: 90%;
	position: absolute;
	top: 0px;
	margin-left: 85%;	
	margin-right:-15px; /*hack for some browsers that will render a scroll bar for non existing off screen content*/
	z-index: 4;
	text-align: justify;
}

#right2 .column {
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.stext{
	font-family: verdana, arial;
	color: #333333;
	font-size: 75%;
	line-height: 1.5em;
	text-decoration: none;
}

.mtext{
	font-family: verdana, arial;
	font-size: 100%;
}

.ltext{
	font-family: verdana, arial;
	font-size: 110%;
}
.stext A, .mtext A, .ltext A{
	text-decoration: none;
	color: #333333;
}
.stext a:hover,.mtext a:hover,.ltext a:hover{		
	text-decoration: underline;
}
.stext a:hover,.mtext a:hover,.ltext a:hover{		
	text-decoration: underline;
}
.hr{
	color: #dddddd;
}
.subheading{                          
	font-family: verdana;
	font-size: 0.9em;
	font-weight : bolder;
	color: #336699;
}
.subheading1{                          
	font-family: verdana;
	font-size: 1em;
	font-weight: bolder;
	color: #800000;
}







/*  CSS Menu      */
/* CSS Popout Menu */

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */



#menu
	{
	/*position:relative;	*/			/* position, size, and text of the menu */

	z-index: 10;
	width: 12em;					/* width of menu boxes */
	font-size: 1em;
	font-family: verdana,geogia,helvetica, arial, geneva, sans-serif;
	text-align: left;
	}

#menu a
	{
	display:block;
	padding: 0.4em;					/* expands menu box */
	border-top:1px solid #dddddd;		/* adds bottom border */
	border-bottom:1px solid #dddddd;		/* adds bottom border */
	border-right:1px solid #dddddd;		/* adds bottom border */
	white-space:nowrap;
	text-align: center;
	
	}

#menu a, #menu a:visited				/* menu at rest */
	{
	color: #555555;
	background-color: #ffffff;
	text-decoration:none;				/* removes underlines from links */
	}

#menu a.parent, #menu a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu a:hover	/* on mouse over -- all menus */
	{
	color: #2D2D2D;
	text-decoration:underline;
	}
	
#menu li
	{
	list-style-type:none;	/* removes bullets */
	text-align: left;
	z-index: 10;
	}

#menu ul li
	{
	position:relative;
	width: 14em;	

	}

#menu li ul
	{
	position: absolute;
	top: 0;
	left: 14.0em;	/* distance from of left menus (should be same as width) */
	display: none;
	font-size: 92%;
	background-color: #eeeeee;
	}

div#menu ul, #menu ul ul, div#menu ul ul ul
	{
	margin:0;			/* keeps the menu parts together */
	padding:0;
	width: 8em;			/* width of sub menus */
	color: #2D2D2D
	font-family: georgia;
	text-decoration: none;
	text-align: right;

	}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul
	{
	display: none;
	}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
	{
	display: block;
	}