/* General styles */
	body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:980px;
	background:#3179c8 url(../img/back.jpg) repeat-x;
	font:12px Trebuchet MS, Tahoma, Verdana, Geneva, sans-serif;
}
a {
	color:#09F;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#09F;
}
h1, h2, h3 {
	padding:0;
}
h1 {
	font-size:12px;
	font-weight:bold;
	margin:2em 0 0 30px;
}
h2 {
	font-size:16px;
	margin:2em 0 1em 0;
	padding-left:30px;
	background:url(../img/in.gif) no-repeat;
}
h3 {
	font-size:14px;
	margin:2em 0 1em 30px;
}
.alert1 {
	text-align:center;
	background-color:#F00;
	padding:1em 0 1em 0;
	color:#FFF;
	margin:1em 0 0 30px;
}
.alert2 {
	text-align:center;
	background-color:#36F;
	padding:1em 0 1em 0;
	color:#FFF;
	margin:1em 0 0 30px;
}
p {
	margin:1em 0 .5em 30px;
	padding:0;
}
p.fq {
	font-weight:bold;
	color:#036;
}
p.fa {
	margin:0 0 15px 30px;
	padding-bottom:10px;
	border-bottom:1px solid #09F;
}
ol, ul {
	margin:.4em 0 .8em 70px;
	padding:0;
}
/* Header styles */
	#header {
	clear:both;
	width:980px;
}
#header {
	background:#01336b url(../img/m_back.jpg) repeat-x;
	height:344px;
	width:980px;
	padding:0px;
	margin:0px;
}
#header #logo {
	width:442px;
	height:77px;
	padding:50px 0 0 40px;
	float:left;
}
#header #logo a:hover {
	text-decoration:none;
	background-color:#F00;
}
#header #menu {
	width:508px;
	height:21px;
	padding:5px 0 0 40px;
	float:left;
	color:#39F;
	font-weight:bold;
	font-size:12px;
}
#header #menu a {
	color:#fff;
	text-decoration:none;
}
#header #menu a:hover {
	color:#FC0;
	text-decoration:none;
	background-color:#01336b;
}
#header #slogan {
	width:548px;
	height:192px;
	padding:0 0 0 0;
	float:left;
	background:url(../img/slogan.jpg) no-repeat;
}
#header #slogan p {
	padding-top:43px;
	font-size:21px;
	font-weight:bold;
	line-height:23px;
	color:#FFF;
}
#header #slogan p.efs {
	padding-top:0;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	color:#FFF;
}
#header #slogan p span {
	color:#FC0;
}
#header #photo {
	width:432px;
	height:344px;
	float:right;
	padding:0px;
}
/* '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 {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:980px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
	.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.col2 a {
	color:#fff;
	text-decoration:none;
}
.col2 a:hover {
	color:#fff;
	text-decoration:underline;
}
.col2 .win_know {
	background:url(../img/win_know.gif) no-repeat;
	height:108px;
	background-position:18px;
}
.col2 .win_know a {
	color: #036;
}
.col2 .win_form {
	background:url(../img/win_form.gif) no-repeat;
	height:57px;
	background-position:0px;
	margin:20px 0 20px 0;
}
.col2 .win_date {
	background:url(../img/win_date.gif) no-repeat;
	height:67px;
	background-position:18px;
}
.col2 .win_men {
	background:url(../img/win_men.jpg) no-repeat;
	height:198px;
	background-position:0px;
	margin:20px 0 20px 0;
}
/* 2 Column (right menu) settings */
	.rightmenu {
	background:#fff;		/* right column background colour */
}
.rightmenu .colleft {
	right:340px;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:620px;			/* left column content width (left column width minus left and right padding) */
	left:340px;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:300px;			/* right column content width (right column width minus left and right padding) */
	left:380px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:980px;
	height:121px;
	background-color:#fff;
}
#footer #box {
	width:980px;
	height:32px;
	background-color:#e92f16;
}
#footer #loga {
	width:940px;
	text-align:center;
	padding-top:10px;
}
#footer p {
	padding:10px;
	margin:0;
}

