﻿/*
	RESET
*/

*									{
	padding-right: 20;
	line-height: normal;
}
html								{ overflow-y: scroll; }
body							{
	height: 100%;
	margin:0;
	background-image: url('images/bg.png');
	background: #094fa3
	
}	
html							{ height: 100%; }
body								{
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	color: #272727;
	background-repeat: repeat;
	background-position: left top;
	text-align: justify;

}
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a {
	color: #000080;
	font-weight: bolder;
}
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{
	border-collapse: collapse;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/*
	UTILITY
*/

.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }

#body-text {
}
.h1 {
	font-family: "trebuchet MS";
	font-size: xx-large;
	font-weight: bolder;
	color: #094FA3;
}
.h2 {
	font-family: "trebuchet MS";
	font-weight: bold;
	font-size: large;
	color: #000000;
	line-height: 30px;
}
}
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover						{ background: #0055a5; color: white; }

#header {
	width: 1044px;
	height: 249px;
	background-image: url('images/hd.png');
}
#pagewrap {
	width: 1044px;
	height: auto;
}

#main-body {
	background-image: url('images/body.png');
	width: 1044px;
	height: 547px;
	background-repeat: no-repeat;
}

#body-expand {
	background-image: url('images/body-bg-repeat.png.png');
	width: 1044px;
	padding-left: 295px;
	background-repeat: repeat-y;
	height: inherit;
}
#body-bottom {
	background-image: url('images/body-bottom.png');
	width: 1044px;
	height: 57px;
	background-repeat: no-repeat;
}
.small-white {
	font-family: "trebuchet MS";
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.center {
	text-align: center;
}
#body-text {
	padding-left: 275px;
	padding-top: 5px;
	padding-right: 35px;
}
.body-text {
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
	line-height: 31px;
}
.light-blue {
	color: #307DC0;
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
}
.dark-blue {
	color: #094FA3;
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
}
.green {
	color: #006600;
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
}
.yellow {
	color: #FFCC00;
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
}
.red {
	color: #CC0000;
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
}
#footer {
	padding-left: 250px;
	padding-bottom: 50px;
}
.style1 {
	font-family: "trebuchet MS";
	font-size: xx-large;
	font-weight: bolder;
	color: #094FA3;
	text-align: left;
}
#left-col {
	float: left;
	width: 325px;
}
#right-col {
	float: right;
	width: 400px;
}
.style2 {
	font-family: "trebuchet MS";
	font-size: xx-large;
	font-weight: bolder;
	text-align: left;
}
.style3 {
	font-family: "trebuchet MS";
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
}

.style1 {
	font-family: "trebuchet MS";
	font-size: xx-large;
	font-weight: bolder;
	color: #094FA3;
	text-align: left;
}
#left-col {
	float: left;
	width: 325px;
}
#right-col {
	float: right;
	width: 400px;
}
.style2 {
	text-align: left;
}
#columns2 {
	width: 710px;
}
.top-padding {
	padding-top: 155px;
}
.style1 {
	font-family: "trebuchet MS";
	font-size: xx-large;
	font-weight: bolder;
	color: #094FA3;
	text-align: left;
}
.style3 {
	border: 0 solid #307DC0;
	background-color: #307DC0;
}
#left-col {
	float: left;
	width: 325px;
}
#right-col {
	float: right;
	width: 400px;
}
.Blink {
	text-decoration: blink;
	color: #800000;
}


