/* ************************ Defaults ************************ */

body{ 
	font:0.75em Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#333333;
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img, ul {
	border: none;
	margin: 0px;
	padding: 0px;
}
a{
	color:#6699cc;
	text-decoration:none;
}
a:hover{
	color:#6699cc;
	text-decoration:underline;
}
h1{
	font-size:2.00em;
	font-weight:normal;
	color:#6699cc;
}
h2{
	font-size:1.60em;
	font-weight:normal;
	color:#6699cc;
	padding:3px 0px 3px 0px;	
}
h3{
	font-size:1.20em;
	color:#6699cc;
	padding:3px 0px 3px 0px;	
}
h4{
	font-size:1.10em;
	color:#6699cc;
	padding:3px 0px 3px 0px;	
}
ul{
	list-style:none;
}

/* ************************ structural ************************ */

#page{
	margin:0 auto; 
	padding:0px;
	text-align:left;
	width:800px;
}

/* ************************ header ************************ */

#header{
	height:92px;
	padding:12px 11px 0px 13px;
}
#header p{
	text-align:right;
	color:#cccccc;
	font-size:11px;
}
#header .logo{
	float:left;
}
#header .caption{
	padding:60px 0px 0px 0px;
}

/* ************************ page image ************************ */

#pageimg{
	height:178px;
}
.imhome{
	background:url('../images/imhome.jpg') top left no-repeat;	
}

#content1{
	background:url('../images/contbg1.gif') top left repeat-y;
}
#content2{
	background:url('../images/contbg2.gif')  bottom right no-repeat;	
}
#content3{
	width:800px;
	background:url('../images/contbg3.gif') bottom left no-repeat;
}

/* ************************ left panel ************************ */

#leftpanel{
	width:191px;
	float:left;
	padding:17px 0px 25px 19px;		
}
#leftpanel ul li{
	background:url('../images/leftli.gif') top left no-repeat;
	padding:4px 0px 13px 22px;		
}
#leftpanel a{
	color:#fff;
	text-decoration:none;
}
#leftpanel a:hover{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/* ************************ right panel ************************ */

#rightpanel{
	width:590px;
	float:left;
}
#pagetext{
	width:537px;
	padding:15px 33px 22px 20px;		
}
#pagetext p{
	line-height:1.40em;
	padding:3px 0px 3px 0px;	
}
#pagetext .imleft{
	float:left;
	margin:5px 10px 5px 0px;
}
#pagetext ul{
	padding:5px 0px 5px 0px;		
}
#pagetext ul li{
	background:url('../images/rightli.gif') top left no-repeat;
	padding:0px 0px 7px 10px;		
}

/* ************************ footer ************************ */

#footer{
	margin:0px 9px 0px 9px;
	clear:both;
	text-align:right;
	font-size:0.93em;
	color:#999999;
}
#footertext{
	border-top:solid 1px #65a2d6;
	padding:9px 0px 9px 0px;
}
#footertext p{
	float:left;
}
#footertext a{
	color:#999999;
	text-decoration:none;
}
#footertext a:hover{
	color:#6699cc;
	text-decoration:underline;
}