﻿@charset "utf-8";

a.navig:link 	{
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none; border: 1px solid #9999FF;
}
a.navig:visited	{
    color: #336699;
	font-size: small;
	text-decoration: none;
	border: 1px solid #9999FF;
}
a.navig:hover 	{color: #000000; border: 1px solid #6666FF; background-color: #CCCCFF;}
a.navig:active 	{color: #336699; text-decoration: none; border: 1px solid #9999FF}

a.navig2:link 	{
	border: 2px dotted #6699FF;
	padding: 3px;
	margin: 3px 2px;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a.navig2:visited	{
	border: 2px dotted #6699FF;
	padding: 3px;
	margin: 3px 2px;
	color: #336699;
	font-size: small;
}
a.navig2:hover 	{
	color: #000000;
	border: 2px dotted #000080;
	background-color: #ccc;
}
a.navig2:active 	{color: #336699;}

a.navig3:link	{
	border: 2px inset #6699FF;
	padding: 2px;
	margin: 0;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	background-color: #FFFFCC;
	text-decoration: none;
}
a.navig3:visited	{
	border: 2px inset #6699FF;
	padding: 2px;
	margin: 0;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	background-color: #FFFFCC;
	text-decoration: none;
}




a.navig3:hover 	{
	color: #000000;
	border: 2px inset #000080;
	background-color: #ccc;
	text-decoration: none;
}
a.navig3:active {
color: #336699;
}





h3 {
	padding: 4px;
	background: url(2007/topbarmain.gif) repeat;
	border: 4px groove;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 5px;
}

h4 {
	padding: 4px;
	background: url(2007/topbar.jpg) repeat;
	border: 3px groove;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 5px;
}

h5 {
	padding: 3px;
	background: url(2007/topbargreen.gif) repeat;
	border: 3px groove;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 6px;
}


.cent {
	text-align: center;
}

.table-right {
	text-align: right;
}



/*  SIDE PANEL VERTICAL NAV - BLUE */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 156px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 2px 0;
padding-left: 2px;
width: 147px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #7792FF;
border-bottom: 1px solid #90bade;
border-left: 6px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 147px; /*IE 5*/
w\idth: 147px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2227F3;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/*  END BLUE BLOCK MENU */




#ddblueblockmenu2{
border: 1px solid black;
border-bottom-width: 0;
width: 215px;
}

#ddblueblockmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu2 li a{
display: block;
padding: 2px 0;
padding-left: 9px;
width: 200px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #3366FF;
border-bottom: 1px solid #90bade;
border-left: 7px solid #000066;
}

* html #ddblueblockmenu2 li a{ /*IE only */
width: 215px; /*IE 5*/
w\idth: 200px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu2 li a:hover {
background-color: #2227F3;
border-left-color: #000066;
}

#ddblueblockmenu2 div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #000066;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/*  END BLUE BLOCK MENU */





/*  TOP NAV BAR       ------------- */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(2007/blue_default.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(2007/blue_over.gif) center center repeat-x;
}


<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->
/*  END  TOP NAV BAR       ------------- */


/*  MAIN CONTENT MESSAGE BOX - ROUNDED CORNERS       ------------- */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0px auto;
/* center for now */	width: 20em; /* ems so it will grow */;
	background: url(2007/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.boxhead {
	background: url(2007/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(2007/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(2007/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 25px 25px;
}
.img_right {
	float: right; border:0px
	
}

/* END    MAIN MESSAGE BOX - ROUNDED CORNERS       ------------- */



/*  SOLID LIGHT BLUE MESSAGE BOX - ROUNDED CORNERS       ------------- */
.roundcont {
	width: 180px;
	background-color: #CEDAFD;
	color: #fff;
	margin: 0 auto;

}

.roundcont p {
	margin: 0 auto;
}

.roundtop { 
	background: url(2007/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(2007/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/* END     SOLID LIGHT BLUE MESSAGE BOX - ROUNDED CORNERS       ------------- */

.no-border {
	border: 0px;
}

.table_layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px inset #808080;
}
.table_layout td{
	border: 1px dashed #C0C0C0;
	padding: 2 2px 2 2px;
}

.table_cell_black {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

.table_cell_black2 {
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	font-size: medium;
}


.bg_gray{	background-color: #E6E6E6; text-align: center;}

.font-smaller{
	font-size: small;
}

.mstgradient {
		background-image: url('mastergradient.jpg');
}
.mstgradient_white {
	border: 3px outset #0000FF;
	background-image: url('mastergradient.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	text-align: center;
}

a.menulink {
display: block;
width: 195px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #E6E6E6;
padding: 3px 2px;
background-color:#F2F2FF;
margin: 2px; 0px;
}


a.menulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}

