@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	background-color:#B2B9C1;

	}
img {border:0}
html {
border:0;
margin:0;
padding:0;
}	
	#centered {
	position: relative;
	top: 1px;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	margin-top:10px;
}

.p7tbsub {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	layer-background-color: #FFFFFF;
	background-image: url(images/leftmenubg.png);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top:10px;
	color:#FFF;
	}
	
.p7tbsubr {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	layer-background-color: #FFFFFF;
	background-image: url(images/rightmenubg.png);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top:10px;
	color:#FFF;
	}
.p7tbsub p {margin: 0px; padding: 6px 12px 12px 0px;}
.p7tbsub a:link {color: #ffffff;}
.p7tbsub a:visited {color: #ffffff;}
.p7tbsub a:hover {color: #F5F7F4;}
.p7tbsub a:active {
	color: #FFC;}
.p7tbdn {color: #ffffff !important; font-weight: bold;}

.p7tbsubr p {margin: 0px; padding: 6px 12px 12px 0px;}
.p7tbsubr a:link {color: #ffffff;}
.p7tbsubr a:visited {color: #ffffff;}
.p7tbsubr a:hover {color: #F5F7F4;}
.p7tbsubr a:active {
	color: #FFC;}


#leftbg {
	background-image: url(../images/bg_leftpanel.jpg);
	background-repeat: no-repeat;
	
	height: 124px;
	width: 322px;
	}

#rightbg{	
background-image: url(../images/bg_rightpanel.jpg);
	background-repeat: no-repeat;
	
		height: 124px;
	width: 336px;}
	
#maincont{
	margin-bottom:0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	clear:both;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0C4980;
	border-left-color: #0C4980;
	width:968px;
	
	}	
	
	
#maincont p:first-child
{
	margin-top:0px;
	padding-top:10px;
}	
	
#footer{
	width:958px;
	margin-top:0px;
	clear:both;
	font-size:12px;
	text-align:center;
	line-height:20px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0C4980;
	border-bottom-color: #0C4980;
	border-left-color: #0C4980;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
		}
		
#header {
	width:1000px;
	
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: rgb(54,99,170); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2NjNhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDI4NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(54,99,170,1) 0%, rgba(20,40,94,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,99,170,1)), color-stop(100%,rgba(20,40,94,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(54,99,170,1) 0%,rgba(20,40,94,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(54,99,170,1) 0%,rgba(20,40,94,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(54,99,170,1) 0%,rgba(20,40,94,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(54,99,170,1) 0%,rgba(20,40,94,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3663aa', endColorstr='#14285e',GradientType=0 ); /* IE6-8 */
	
	}		
	
	
	
#navbar{
	clear:left;
	
		-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
position:relative;
z-index:8000;
clear:both;

	}
	
	
#sociallinks {
	float:right;
	width:200px;
	text-align:right;
	padding-top:10px;
	padding-right: 20px;
}		
		
#rightcol {
	float:right;
	width:250px;
	 border:#003; border-style:solid; border-width:thin;
	 padding:5px;
	 margin-left:12px;
	 margin-top:10px;
	 margin-bottom:10px;
	 background-color:#FFF;
	 }		

#hp_rightcol {
	float:right;
	margin-left:12px;
	width:479px;
	margin-top:5px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


 
 
 
 

