html{overflow-y: scroll;}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font-size:90%;
	background: #8799c1;
	background-image:url(images/bg3.png);
	background-repeat:repeat-x;
}

#container {
	width:950px;
	margin:0 auto;
	
}

body{
	font: normal 80% sans-serif;
	line-height: 1.4; 
	text-align:center
	}
	
p{
	color:#333333; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height:1.3; 
	text-align:justify; 
	padding:0px 10px 0px 10px;
	}

a{
	display:block;
	color:#03297d;
	padding:10px
	}
	
h2{text-align:center;}
h3{color:#03297d; padding:0px; margin:0px;}
h1 {
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:0;
	line-height:5px;
	}
/*p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}*/

/* Header styles */
#header{
	height:136px;
	line-height:80px;
	margin:0;
  	padding-top:0px;
	background:#FFF;
	border:  #C03 thick double; 
	width:950px;
	}



/* #header {
	clear:both;
	float:left;
	width:950px;
	border: thick #C03 double;  
	height:136px;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}*/
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	margin:auto;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:950px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border: thick #C03 double;
	border-top:none;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:950px;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:1.5em 0 .5em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:22%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:56%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:48%;			/* width of center column content (column width minus padding on either side) */
	left:104%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:20%;			/* Width of left column content (column width minus padding on either side) */
	left:32%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:87%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer{
	clear:left;	
	color: #FFF; 
	}
	
#footer p{
	margin:0;
	padding:5px 10px; 
	text-align:center;
	}

.box {
	margin-bottom: 0.6em;  
	margin-left:0px;
	margin-right:0px; 
	padding: 0px 0px 6px;
	}
	
.box_title {
	background: #ffffff;
	color: #70767A;
	font: bold 1.3em sans-serif;
	padding: 7px 0px 6px;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	}
	
.box_content {
	padding: 0px 0px 0px; 
	text-align:center; 
	line-height:2;
	font-weight:bold;
	}
	
.box_content a{
	padding: 0px 0px 0px; 
	text-align:center; 
	line-height:2; 
	display:inline;
	}
	
.box_content li{
	text-align:left; 
	line-height:2;
	}
	
.box_content ul{
	padding-top:0px; 
	margin-top:0px;
	}

.bullet {
	list-style-image:url(images/bullet.jpg);
	}

.image_box{ 
	border: medium #C03 double; 
	margin-left:25px; 
	width:150px; 
	height:203px;
	}
	
.clear,.clearer {clear: both;}

.table_body {
	text-align:left;
}

.table {
	padding-left:10px;
}