body {
	background-image:url(images/bg1.jpg);
	background-repeat:repeat-x;
	background-color:#9c9c9c;
	margin-top:0px;
}
#panel1
{
	background-image:url(images/index_28.jpg);
	background-repeat:no-repeat;
	width:225px;
	height:148px;
}
#panel2 {
	background-image:url(images/index_30.jpg);
	background-repeat: no-repeat;
	width:226px;
	height:148px;
}
#panel3 {
	background-image:url(images/index_32.jpg);
	background-repeat:no-repeat;
	width:225px;
	height:148px;
}
.panelcontent {
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	vertical-align:top;
}
.panelheader {
	text-transform:uppercase;
	font: "Times New Roman", Times, serif;
	font-size:14px;
	color:#08438f;
	vertical-align:top;
	font-weight:bold;
	padding-bottom:5px;
}
.panel_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
img {
	border:0px;
}
#chromemenu{
    width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#chromemenu ul{
    border: 1px solid #000;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin: 0;
    float: left;
    font: bold 11px Verdana;
}


#chromemenu ul li{
    display: inline;
}


#chromemenu ul li a{
    float: left;
    color: #7F7F7F;
    font-weight: bold;
    padding: 6px 12px 6px 7px;
    text-decoration: none;
    background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
    color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
    content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*Theme Change here*/
    border-bottom-width: 0;
    font:normal 11px Arial;
    font-weight:bold;
    line-height:18px;
    z-index:100;
    background-image: url(images/menu_bg.jpg);
    background-repeat:repeat-x;
    background-color:#e9f1f7;
    width: 200px;
    visibility: hidden;
}

.dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #738796; /*Theme Change here*/
    padding: 2px 0;
    text-decoration: none;
    color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
    background-color: #98BCE0;
}
a:active{color:#22608e; text-decoration:none;}
a:visited{color:#22608e; text-decoration:none;}
a:hover{color:#3464A4; text-decoration:underline;}
a{color:#22608e; text-decoration:none;}
.collapse_link
{
    background-image:url(images/bg-menu-main.png);
    background-repeat:repeat-x;
    width:650px;
    height:25px;
    color:White;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    border-color:#FFEB9A;
    border-style:solid;
    border-width:2px;
    text-align:center;
}
.collapse_link a
{
    color:White;
}
.collapse_link .about_header
{
    color:White;
}
.about_header
{
    color:#0A84B3;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}