body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
	color: #4baad8;
	margin: auto;
}
a {
	text-decoration:none;
	color:#4baad8;
	font-weight:normal;
}
a:hover {
	text-decoration:none;
	color:#12648c;
	font-weight:normal;
}
h1 {
	font-family: verdana;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #4baad8;
}
li {
	margin-bottom: 10px;
}
img {
	border: 0px;
}
form  {
	margin: 0px
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear:both;
}
.line {
	border-bottom: 1px dotted #6fb7db;
}
.input {
	background-image: url(../images/bgdInput.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 150px;
	border: 1px solid #277ca5;
	height: 20px;
	color: #277ca5;
	font-size: 12px;
	padding: 3px 0px 0px 5px;
}
.leftCol {
	width: 185px;
	float: left;
}
.rightCol {
	width: 185px;
	float: right;
}
#header {
	width: 748px;
	height: 290px;
	margin: auto;
	border-right: 1px solid #ced9e9;
	border-left: 1px solid #ced9e9;
	background-image: url(../images/bgdHeader.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#header ul {
	list-style-type: none;
	font-weight: bold;
	padding: 150px 40px 0px 0px;
}
#header ul a {
	text-decoration: none;
	color: #4baad8;
	font-weight: bold;
}
#header ul a:hover {
	text-decoration: none;
	color: #12648c;
	font-weight: bold;
}
#content {
	width: 708px;
	overflow: hidden;
	margin: auto;
	border-right: 1px solid #ced9e9;
	border-left: 1px solid #ced9e9;
	background-color: #ffffff;
	padding: 25px 20px 0px 20px;
	background-image: url(../images/bgdContent.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	width: 750px;
	height: 40px;
	margin: auto;
	background-image: url(../images/bgdFooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 40px 0px 0px 0px;
}
#title {
	width: 750px;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #2890c2;
}
.blue {
	width: 400px;
	float: left;
	background-color: #5cb8e3; 
	color: #ffffff;
	padding: 10px; 
	border: 1px solid #ced9e9;
	text-align: justify;            
}
.blue h1 {
	font-family: verdana;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #ffffff;
}
.blue a {
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
}
.blue a:hover {
	text-decoration:none;
	color:#e4e4e4;
	font-weight:normal;
}