@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#skip {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align:right;
	padding-right: 50px;
}
#skip a, #skip a:active, #skip a:visited {
	color:#66ccff;
	font-size: 14px;
	text-decoration:none;
}
#skip a:hover {
	color: #0066CC;
	font-size: 14px;
	text-decoration:none;
}

/*background*/

#bg_top {
	background-image:url(../images/layout/bg_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	width:850px;
	height:15px;
	padding-left:25px;
	padding-right:25px;
	margin:0px;
}

#bg_mid {
	background-image:url(../images/layout/bg_middle.gif);
	background-position:top left;
	background-repeat:repeat-y;
	
	width:850px;
	padding-left:25px;
	padding-right:25px;
	margin:0px;
}

#bg_btm {
	background-image:url(../images/layout/bg_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	width:850px;
	height:15px;
	padding-left:25px;
	padding-right:25px;
	margin:0px;
}



/*main body*/

#mainbody {
	width:800px;
	padding:5px 25px 5px 25px;

}

#top_nav {
	width:800px;
	height:25px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#top_nav ul {
	list-style:none;
}

#top_nav li {
	list-style:none;
	display:block;
	float:left;
	padding-left:5px;}

#top_nav a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}

#top_nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}
	
#header {
	background-image:url(../images/layout/header_p1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	width:800px;
	height:160px;
}

#navigation {
	float:left;
	width:180px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	list-style:none;
}

#navigation li a {
	background-image:url(../images/nav/nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:125px;
	padding: 10px 15px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	text-align:right;

}

#navigation li a:hover {
	background-image:url(../images/nav/hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:25px;
	width:125px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	text-align:right;
}

#navigation #current a {
	background-image:url(../images/nav/hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:25px;
	width:125px;
}

#content {
	float:left;
	width:430px;
	margin-right:30px;
}



#divider_top {
	float:left;
	background-image:url(../images/layout/right_divider_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:5px;
	height:100px;
}

#right_col {
	width:160px;
	float:left;
	background-image:url(../images/layout/right_divider.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#right_content {
	width:130px;
	float:left;
	padding-left:10px;
	padding-top:60px;
	padding-bottom: 20px;
}

#right_content2 {
	width:150px;
	float:left;
	padding-top:60px;
	padding-bottom: 20px;
}

#right_content2 ul {
	list-style:none;
}

#right_content2 li {
	list-style:none;
	border-bottom:#55C9F5 solid 1px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
}

.bodytext {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.bodytext a {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}

.footertext {
	font-size:10px;
	line-height:16px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

.footertext a{
	font-size:10px;
	line-height:16px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.linktext {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.linktext a {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.linktext a:hover {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.input {
	height: 20px;
	width: 200px;
	border: 1px solid #a6dbd0;
	background-color: #FFFFFF;
}
.input4 {
	height: 20px;
	width: 400px;
	border: 1px solid #a6dbd0;
	background-color: #FFFFFF;
}
.input2 {
	height: 100px;
	width: 200px;
	border: 1px solid #a6dbd0;
	background-color: #FFFFFF;
}
.input5 {
	height: 100px;
	width: 400px;
	border: 1px solid #a6dbd0;
	background-color: #FFFFFF;
}
.input3 {
	height: 20px;
	width: 80px;
	border: 1px solid #a6dbd0;
	background-color: #FFFFFF;
}