@charset "utf-8";
/* CSS Document */


body,td,th {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-color: #7a81b0;
}
a:link {
	color: #000063;
	text-decoration: none;
}
a:visited {
	color: #000063;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #000063;
	text-decoration: none;
}
.tdmain {
	background-color:#ffffff;
}


.tdmain a:hover {
	color: #666666;
	text-decoration: underline;
}
.tdmain1 {
	background:url(images/bg.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	background-color:#ffffff;
}

.divright {
	float:right;
	margin-left: 3em;
	margin-right: 3em;
	border: none;
}

.imgleft {
	float:left;
	margin:3em;
}
.imgright {
	float:right;
	padding:1em;
	margin:3em;
	border:#7a81b0 groove thick;
}


.font1 {
	font-size:10px;
}
.font2 {
	font-size:13px;
}
.font3 {
	font-size:18px;
}
.font4 { 
	font-weight:bold;
}
.font5 {
	color:#000000;
}
.font6 {
	color:#000063;
}


.td1 {
	background-position:top;
	background-repeat: repeat-x;
}
.td2 {
	background-position:bottom;
	background-repeat: repeat-x;
}
.td3 {
	background-position:left;
	background-repeat: repeat-y;
}
.td4 {
	background-position:right;
	background-repeat: repeat-y;
}
.tdc1 {
	background-position:top left;
	background-repeat: no-repeat;
}
.tdc2 {
	background-position:top right;
	background-repeat: no-repeat;
}
.tdc3 {
	background-position:bottom left;
	background-repeat: no-repeat;
}
.tdc4 {
	background-position:bottom right;
	background-repeat: no-repeat;
}



#dmenu {
	margin: 0;
	padding: 0;
	z-index: 30
}

#dmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#dmenu li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 7px 10px;
	width: 125px;
	background: #7a81b0;
	color: #000066;
	text-align: center;
	text-decoration: none;
}

#dmenu li a:hover {
	background: #ffffff;
	color:#000066;
}

#dmenu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #7B82B5;
	border: 1px solid #000066
}

#dmenu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #7a81b0;
	color: #000066;
	font: 12px arial
}

#dmenu div a:hover {
	background: #7a81b0;
	color: #FFFFFF
}


div#header {
    position: fixed;
    top: 0px;
	left: 0px;
	min-width: 100%;
	height: 25px;
	}
div#divider {
    position: fixed;
    top: 25px;
	left: 0px;
	min-width: 100%;
	height: 3px;
	background-color:#000033;
	}
	

 @media screen{
  body>div#header{
   position:fixed;
  }
 }
 
 * html body{
  overflow:hidden;
 } 
 * html div#main{
  height:100%;
  overflow:auto;
 }

