/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(../images/backgroundbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#a8b5bf;
	}
img{
	border:0px;
	}
#main{
	width:960px;
	overflow:hidden;
	padding-bottom:50px;
	}
#submain{
	width:960px;
	overflow:hidden;
	}
#topbg{
	width:960px;
	height:44px;
	background:url(../images/topbg.gif);
	background-repeat:repeat-x;
	}
#header{
	width:960px;
	height:190px;
	background-color:#b4c2cd;
	}
#headersub{
	width:900px;
	height:190px;
	}
#crlblock{
	width:910px;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	}
#logobox{
	width:125px;
	height:200px;
	float:left;
	}
#headermidimage{
	width:637px;
	height:140px;
	float:left;
	}
#logobox2{
	width:135px;
	height:150px;
	float:right;
	}
#headermidimagesub{
	width:650px;
	height:140px;
	padding-top:5px;
	}
#enterbox{
	padding-top:0px;
	padding-bottom:5px;
	width:900px;
	overflow:hidden;
	float:left;
	}
#enter{
	width:84px;
	height:28px;
	padding:0px 0px 2px 0px;
	}
#entersub{
	width:84px;
	height:28px;
	padding:0px 0px 2px 0px;
	}
#midtopbg{
	width:960px;
	height:21px;
	background:url(../images/midtopbg.gif);
	background-repeat:repeat-x;
	}
#container{
	width:960px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background-color:#b4c2cd;
	float:left;	
	}
#containersub{
	width:914px;
	overflow:hidden;
	margin-top:14px;
	padding-bottom:10px;
	margin-bottom:13px;
	background-color:#fff;
	}
#leftblock{
	width:440px;
	overflow:hidden;
	float:left;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:15px;
	}
#rightblock{
	width:455px;
	overflow:hidden;
	border-left:1px solid #b8c5d0;	
	margin-top:15px;
	margin-bottom:10px;
	float:right;
	}
p{
	font-family:Arial, Helvetica, Geneva;	
	font-size:14px;
	line-height:22px;
	text-align:justify;
	color:#63747c;
	padding:10px 40px 0px 30px;
	}
#footerbg{
	width:960px;
	height:50px;
	overflow:hidden;
	background:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	}
#footertext{
	width:960px;
	overflow: hidden;
	font-family:Arial, Helvetica, Geneva;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	text-decoration:none;
	}
.link{
	text-decoration:none;
	color:#FFFFFF;
	}
.link:hover{
	text-decoration:underline;
	}
	
