html {
	background: url(../images/bg.gif) repeat left top;
	font-size: 100%;
	}
body {
	background: url(../images/bt.gif) repeat-x left top;
	font-size: 62.5%;
	}
body, input, select, textarea, td, th {
	color: #474e54;
	font-family: Verdana;
	}
body, form, fieldset, input, select, textarea {
	margin: 0;
	padding: 0;
	} 
a {
	color: #474e54;
	outline: none;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
img, fieldset, table {
	border: 0 none;
	}
img {
	vertical-align: top;
	}
input, select, textarea {
	font-size: 1em;
	}
p {
	margin: 0;
	padding: 0 0 1em 0;
	}
table {
	border-collapse: collapse;
	}
textarea {
	overflow: auto;
	}
td, th {
	padding: 0;
	vertical-align: top;
	}
ul {
	margin: 0;
	padding: 0 0 0 16px;
	}



#main {
	background: #FFF;
	margin: 0 auto;
	padding: 113px 0 0 0;
	position: relative;
	width: 960px;
	}


#menu {
	position: absolute;
	top: 0;
	z-index: 5;
	}


#flash {
	position: absolute;
	top: 91px;
	}


#content {
	font-size: 1.4em;
	padding: 28px;
	}
#content h2 {
	border-bottom: 3px solid #f1f2f2;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	}
#content h3,
#content h4 {
	font-size: 1em;
	margin: 0 0 1em 0;
	}
#content h3 {
	color: #2e558e;
	}


#footer {
	background: #101d24;
	color: #FFF;
	font-size: 1.2em;
	padding: 24px 0;
	text-align: center;
	}


#cform {
	width: 288px;
	}
#cform a {
	margin: 0 0 0 14px;
	}
#cform div {
	height: 30px;
	}
#cform input,
#cform textarea {
	background: #FFF;
	border: 1px solid #a4a4a4;
	color: #a4a4a4;
	font-size: 0.86em;
	width: 286px;
	}
#cform textarea {
	height: 110px;
	}

#cform .link {
	height: auto;
	padding: 10px 0 0 0;
	}



.align-center {
	text-align: center;
	}


.box {
	background: #2e558e;
	color: #FFF;
	padding: 22px 12px;
	}


.box2 {
	background: #e9edf3;
	margin: 0 0 1em 0;
	padding: 22px 12px;
	}


.clear {
	overflow: hidden;
	width: 100%;
	}


.col-1, .col-2 {
	float: left;
	}
.col-1 {
	margin: 0 44px 0 0;
	}


.f_right {
	float: right;
	}
a.f_right,
img.f_right {
	margin: 0 0 0 20px;
	}


.link a {
	background: url(../images/link-lbg.gif) no-repeat left top;
	float: right;
	color: #131f29;
	font-size: 0.71em;
	text-decoration: none;
	text-transform: uppercase;
	}
.link span {
	background: url(../images/link-rbg.gif) no-repeat right top;
	cursor: pointer;
	float: left;
	}
.link span span {
	background: url(../images/link-cbg.gif) repeat-x left top;
	height: 27px;
	line-height: 27px;
	margin: 0 3px;
	padding: 0 10px;
	}


.list {
	padding: 0;
	}
.list li {	
	background: url(../images/li_bg.gif) no-repeat left 6px;
	list-style: none;
	padding: 0 0 6px 12px;
	}


.p0 {
	padding: 0;
	}


.tabl {
	border-top: 1px solid #d0d2d4;
	border-right: 1px solid #d0d2d4;
	margin: 0 auto 1em auto;
	width: 780px;
	}
.tabl td,
.tabl th {
	border-bottom: 1px solid #d0d2d4;
	border-left: 1px solid #d0d2d4;
	font-size: 0.86em;
	text-align: center;
	vertical-align: middle;
	}
.tabl td {
	padding: 10px;
	}
.tabl td div {
	text-align: left;
	}
.tabl th {
	background: #5887c8;
	color: #FFF;
	padding: 5px 10px;
	width: 78px;
	}

.tabl .w {
	width: auto;
	}


.vert-line {
	background-image: url(../images/px.gif);
	background-repeat: repeat-y;
	}



/* layout */

#home #main {
	padding: 467px 0 0 0;
	}


.two-col .col-1 {
	width: 554px;
	}
.two-col .col-2 {
	width: 306px;
	}
.two-col .vert-line {
	background-position: 574px top;
	}


.two-col2 .col-1 {
	width: 306px;
	}
.two-col2 .col-2 {
	width: 554px;
	}
.two-col2 .vert-line {
	background-position: 328px top;
	}
