@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
}
* {
	margin:0px; 
	padding:0px; 
	font-family:arial,helvetica,sans-serif;
	font-size:12px;


}
table, td {padding:0px; margin:0px;}
div{padding:0px; margin:0px; }


body {
	height:100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
#mainwrapper{

	margin-left: auto;
    margin-right: auto;
	width:100%;
}
#main1{

	margin-left: auto;
    margin-right: auto;
	width:940px;
	height:62px;

}
#main2{

	margin-left: auto;
    margin-right: auto;
	width:940px;
	height:118px;
	background:url(../images/header2.jpg); background-repeat:no-repeat;


}
#navigation{
	padding-top:10px;
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:40px;

}
#navigation a{
	text-decoration:none;
	color:#FFFFFF

}
#contentwrapper{

	margin-left: auto;
    margin-right: auto;
	width:940px;
	height:100%;

}

#contentleft{
	position:relative;
	float:left;
	width:200px;

	background:url(../images/leftborder.jpg); 

}

#contentmiddle{
	position:relative;

	float:left;
	width:707px;

}
#contenmiddlecontent{

	margin-left:20px;
	margin-top:7px;
	width:670px;


}
#contenmiddlecontent p{
	font-size:inherit;
	line-height:inherit;
	
}

#contentright{
	position:relative;

	float:right;
	background:url(../images/rightborder.jpg); 
	width:33px;

}
#footer{

	margin-left: auto;
    margin-right: auto;
	width:940px;
	height:160px;
	text-align:center;
	color:#666666;
	font-size:10px;


}
#footer a{
	color:#666666;
	text-decoration:none;
}

.bluefont{
	color:#0174BA;
	font-size:14px;	
	font-weight:bold;
}
.topline {
	border-top: 1px solid #A4E2F9;
}
.leftline {
	border-left: 1px solid #A4E2F9;
}
.rightline {
	border-right: 1px solid #A4E2F9;
}
.bottomline {
	border-bottom: 1px solid #A4E2F9;
}
