body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0px 0 0 0;
	margin:0;
	background:#f2f2f2;
	color:black;
	
	}

a
{
	color:navy;
	text-decoration:underline;
}

:link, :visited
{
	color:navy;
	text-decoration:underline;
}

a:hover
{
	color:navy;
	text-decoration:none;
}
.bodyDiv 
{
	background-color:#D6D6D6;
	padding:6px 6px 0px 6px;
}

#background
{
	width:100%;
	/*height:auto;*/
	background-color:#4e4e4e;
}
#wrapper {
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
	
	}
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	color:white;
}
#footer a {color:white;}

#footer a:hover
{
	color:white;
	text-decoration:underline;
}
#mainlayout
{
	width:100%;

	
}
#mainlayout tr td { padding: 5px 5px 0px 5px; vertical-align:top;}

#menu
{
	margin: 0px;
	padding: 0px;
	width:100%;
}

#menu tr td
{
	color:red;
	padding: 8px;
	font-family:Verdana;
	font-weight:bold;
}

#menu a
{
	color:#e9613d;
	text-decoration:none;
}

#menu :link, #menu :visited
{
	color:#e9613d;
	text-decoration:none;
}

#menu a:hover
{
	color:#e9613d;
	text-decoration:underline;
}

.box
{
	margin-bottom:12px;
	width:250px;
}

.box  .header
{
	padding:8px 0px 0px 10px;
	background:url(../images/panel_head_250.png) no-repeat;
	color:white;
	height:25px;
	font-size:larger;
	font-weight:bold;
	vertical-align:center;
}

.box  .content
{
	border-left:2px solid #C1C1C1;
	border-right:2px solid #C1C1C1;
	border-bottom:2px solid #C1C1C1;
	padding:10px 5px 5px 10px;
	background-color:white;
	color:black;
}

.boxdouble
{
	margin-bottom:5px;
	width:512px;
}

.boxdouble .header
{
	padding:8px 0px 0px 10px;
	background:url(../images/panel_head_512.png) no-repeat;
	color:white;
	height:25px;
	font-size:larger;
	font-weight:bold;
	vertical-align:center;
}
.boxdouble .content 
{
	border-left:2px solid #C1C1C1;
	border-right:2px solid #C1C1C1;
	border-bottom:2px solid #C1C1C1;
	padding:10px 5px 5px 10px;
	background-color:white;
	color:black;
}

.states
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
.states li
{
	padding-bottom:10px;
	margin-right: 5px;
}


.announcements
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.announcements li
{
	padding-bottom:10px;
}
.announcements li .title
{
	color:#e9613d;
	font-size:medium;
	font-weight:bold;
}

.announcements li .title a
{
	color:#e9613d;
	font-size:small;
	font-weight:bold;
	
	text-decoration:none;
}

.announcements li .title a:link, .announcements li .title a:visited
{
	color:#e9613d;
	text-decoration:none;
}
.announcements li .title a:hover
{
	color:#e9613d;
	text-decoration:underline;
}


div.SideBarArea
{
	width : 120px !important;
	width/**/:/**/120px;
	/*height : 100%;*/
	line-height : 1.6em;
	padding : 10 0 10 20;
	margin : 4 10 4 24;
	border-left:2px solid #C1C1C1;
	border-right:2px solid #C1C1C1;
	border-top:2px solid #C1C1C1;
	border-bottom:2px solid #C1C1C1;
}

div.RightArea
{
	width : 120px !important;
	width/**/:/**/120px;
	/*height : 100%;*/
	line-height : 1.6em;
	padding : 10 0 10 20;
	margin : 4 10 4 24;
}

div.RightArea div.title
{
	background-color : #48A3D4;
	color : White;
	padding : 4px 4px 4px 4px;
	margin : 0 4 0 0;
	font-weight : bold;
	line-height : 0.95em;
	border-left:2px solid #C1C1C1;
	border-right:2px solid #C1C1C1;
	border-top:2px solid #C1C1C1;
}

div.RightArea div.block
{
	text-align : left;
	/* background-color : #F7FFDE; */
	padding : 4px 4px 20px 6px;	
	/*margin : 0px 4px 0px 10px;*/
	border-left:2px solid #C1C1C1;
	border-right:2px solid #C1C1C1;
	border-bottom:2px solid #C1C1C1;
}

/*
div.RightArea div.block A:Visited, div.RightArea div.block A:Link
{
	color : #333333;
	text-decoration : none;
}

div.RightArea div.block A:Hover
{
	text-decoration : underline;
}
*/
