@charset "utf-8";
/* CSS Document */

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #42423d;
	background: #fff url(../images/bodybg_1.jpg) repeat scroll 0 0;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*height: 100%;*/
}
html, body {
	/*height: 100%;*/
}
ol, ul {
	list-style: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

/*PageWrapper*/

#pageWrapper{
display:block;
margin:30px auto;
width:1010px;
}

/* Header */
#pageHeader{background:transparent url(../images/topheader.png) no-repeat scroll center center;height:24px;}
#pageHeader2{background:transparent url(../images/bgpageheader.png) no-repeat scroll center center;height:166px;}
#logo{background:#FFFFFF url(../images/logo.jpg) no-repeat scroll 0 0;height:70px;margin-left:10px;width:300px;float:left}

/*Nagivation*/
#nav{float:right;font-size:14px;height:1.7em;margin-top:50px;width:500px;}
#nav li{float:right; margin-left:0.5em;}
#nav li a{color:#5e5e5e;
font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;padding:3px;text-decoration:none;text-transform:uppercase;}
#nav li:hover a{
	color:#bcbdbf;
	text-decoration:underline;
}
/*content*/
#pageContent{background:transparent url(../images/bgpagecontent.png) repeat-y scroll 0 0;float:left;font-size:12px;line-height:1.5em;padding:0 20px;width:970px}
.colRight{
display:block;
float:right;
padding:30px 10px;
width:50%;}

.colLeft{
display:block;
float:left;
margin-right:20px;
padding:30px 10px;
text-align:center;
width:40%;}
.space30{height:30px;}
.space50{height:50px;}
/*Footer*/
#pageFooter{background:transparent url(../images/bgfooter.png) no-repeat scroll center center;clear:both;height:50px;}
#navFooter{height:30px;
margin:0 auto;
padding-top:10px;
width:400px;}
#navFooter li{float:left;margin-left:0.5em;width:61px;text-align:center}
#navFooter li a{text-decoration:none;font-size:12px;color:#000;}
#navFooter li:hover a{text-decoration:underline;}




