@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;  
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../layout/bg.png);
	background-repeat: repeat-x;

}
#container { width: 930px; margin: 0 auto; /*border: 1px solid #000000; */ 	text-align: left;  }
#menu { 
	background-image: url(../layout/menu.png);
	background-repeat: no-repeat; 
	width: 910px;
	height: 68px;
	margin:0 auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;
}
#menu .nav1 {  float: left; font-size: .75em; color: #333333; font-weight:600; padding-left: 15px; padding-top: 22px; }
#menu .nav2 {  float: right; font-size: .75em; color: #333333; font-weight:600; padding-right: 15px; padding-top: 22px; }


#menu a.navlink:link {text-decoration: none; color: #333333; font-weight: bold;}
#menu a.navlink:hover {text-decoration: underline; color: #558ed5; font-weight: bold;}
#menu a.navlink:active {text-decoration: none; color: #333333; font-weight: bold;}
#menu a.navlink:visited {text-decoration: none; color: #333333; font-weight: bold;}

#Intro  { 	margin:0 auto; padding: 0px; width: 905px; }
#Intro p, #Intro li { line-height: 1.3em; font-size: 13px;  }
#Intro h1 { line-height: 1.3em; font-size: 15px;   color: #558ed5; font-weight: bold;}
#Content {  padding: 3px 0px 0px 0px;  }
 
.blockHead { padding: 5px 0px 0px 10px; font-size: 13px; color: #333333; font-weight: 700; }
.blockText { padding: 10px 5px 0px 10px; font-size: .70em; color: #333333; line-height: 1.1em;}

.block-top {
	background-image: url(../layout/block-top2.png);
	background-repeat: no-repeat; 
	width: 175px;
	height: 7px;
	margin:0 auto;
	padding: 0px;
}

.block-mid {
	background-image: url(../layout/block-mid3.png);
	width: 175px;
	height: 215px;
	margin:0 auto;
	padding: 0px;
}

.block-bot {
	background-image: url(../layout/block-bot2.png);
	background-repeat: no-repeat; 
	width: 175px;
	height: 46px;
	margin:0 auto;
	padding: 0px;
}

#footer { padding: 10px; }
#footer p { text-align: center; margin: 0; line-height: 1em; font-size: 12px;  padding-top: 10px;}


/* Links*/
a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: underline;}

 
a.reg:link {text-decoration: underline; color: #009ede; font-weight: bold;}
a.reg:hover {text-decoration: none; color: #000; font-weight: bold;}
a.reg:active {text-decoration: underline; color: #009ede; font-weight: bold;}
a.reg:visited {text-decoration: underline; color: #009ede; font-weight: bold;}
a.regblk:link {text-decoration: underline; color: #333333; font-weight: bold;}
a.regblk:hover {text-decoration: none; color: #009ede; font-weight: bold;}
a.regblk:active {text-decoration: underline; color: #333333; font-weight: bold;}
a.regblk:visited {text-decoration: underline; color: #333333; font-weight: bold;} 