body{
	padding:0;
	margin:0;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:inherit;	
}

html{
	width:100%;
	height:100%;
	background-image:url(images/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.main{
	text-align:left;
	margin:3px auto;
	width:674px;
}
.top{
	position:relative;
	float:left;
	width:674px;
}
img{
	border:none;
}
.logo{
	position:relative;
	float:left;
	margin:37px 0 0 0;
}
.slogan{
	position:relative;
	float:right;
	width:350;
	margin:37px 0 0 0;
	 }

.menu {
	position:relative;
	float:left;
	width:674px;
	height:38px;
	background-image: url(images/menu1.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
}
.menu a{
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	}
.menu a:hover{
	color: #000033;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;	
	}

.h_l{
	margin:12px 0;
}
#right{
	position:relative;
	float:left;
	width:411px;
}

#right p {
	padding-left: 10px;
}
.left{
	position:relative;
	float:left;
	width:261px;
	border: 1px solid #999999;
}
.menu{
	margin:15px 0 22px 0;
}


.ulL{
	color:#000000;
	text-decoration: none;	
	}

.ulL li a{
	color:#000000;
	font-weight:bolder;
	text-decoration: none;
}
.ulL li a:hover{
	color: #0000FF;
	font-weight:bolder;
	text-decoration: none;	
}

.menubut{
	margin-top: 10px;
	width:674px;
	padding-right: 3px;
	padding-left: 20px;	
	}

.but {
	padding-right:2px;
	padding-left:2px;
}
.h_l2{
	position:relative;
	float:left;
	clear:both;
	height:6px;
	width:262px;
	background-color:#EEEEEE;
	color:#666666;
}
.me {
}
.welcome{
	color: #0033CC;
	font-size:12px;
}


.copy{
	float:right;
	padding-right:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.copy a{
	color:#6BB200;
	background-color:inherit;
}
P{
	margin-top: 3px;
	margin-bottom: 3px;
}
.box1 {
	text-align:center;
}

.box {
	text-align:center;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* CSS only needed for the demo */





/* End css for the demo */
#dropmenudiv{
	position:absolute;
	color:#000000;
	font:normal 12px Verdana;
	line-height:18px;
	border: 1px solid #FFFFFF;
	z-index: 100;
}

#dropmenudiv a{
	color:#ffffff;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #C3C4C6;
	color:#000000;
	border: 1px solid #FFFFFF;
}	