
/* General Tags */
body {
	background-color:#333333; 
	margin-right: 0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #CCCCCC;
}

a {
color: beige;
text-decoration: none;
}

img {
	color: black;
}

h3 {
font-size: 13px;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Verdana;
color:#111111;
letter-spacing: 2px;
}

.rule {border: none 0;
border-top: 1px dashed #999;
height: 1px;
}

/* Content Areas in the Body */
.ContentHead {
	color: white;
	background-color: #384D49;
	font-weight: bold;
}
.ContentBorder {
	background-color: #000000;
}
.ContentBackground {
	background-color: #333333;
}

/* Main Navigation Rollovers */

#mainnav {
    width: 399px; height: 30px;
    background: url(/images/menu_buttons.gif);
    margin: 0px auto; padding: 0;
    position: relative;}
#mainnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
#mainnav li, #mainnav a {
    height: 30px; display: block;}

#panel1b {left: 0; width: 80px;}
#panel2b {left: 80px; width: 80px;}
#panel3b {left: 160px; width: 79px;}
#panel4b {left: 240px; width: 79px;}
#panel5b {left: 320px; width: 81px;}

#panel1b a:hover {
    background: transparent url(/images/menu_buttons.gif)
    0 -30px no-repeat;}
#panel2b a:hover {
    background: transparent url(/images/menu_buttons.gif)
    -80px -30px no-repeat;}
#panel3b a:hover {
    background: transparent url(/images/menu_buttons.gif)
    -160px -30px no-repeat;}
#panel4b a:hover {
    background: transparent url(/images/menu_buttons.gif)
    -240px -30px no-repeat;}
#panel5b a:hover {
    background: transparent url(/images/menu_buttons.gif)
    -320px -30px no-repeat;}	

/* Background images for interface */

.topbg {
background-image: url(/images/head_bg.gif)
}
.menubgblue {
background-image: url(/images/menu_blue_bg.gif)
}
.menubggray {
background-image: url(/images/menu_gray_bg.gif)
}
.footbg1 {
background-image: url(/images/foot_bg1.gif)
}
.footbg2 {
background-image: url(/images/foot_bg2.gif)
}
.contentbg {
background-image: url(/images/content_top_bg.gif);
font-size: 11px;
color: white;
}
.contentfootbg {
background-image: url(/images/content_foot.gif)
}
.contentleft {
background-image: url(/images/content_left.gif)
}
.contentright {
background-image: url(/images/content_right.gif)
}

/* Footer */
.CopyRight2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #808080;
}

