/* CSS Document */
body {
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin:0px;
}
li a {
	font-family: "Trebuchet MS", Arial, sans-serif, helvetica, Verdana;
	font-size: 15px;
	font-variant: small-caps;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
}
.brdr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.maincontent {
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #474747;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
.contact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 69px;
	padding-left: 60px;
	color: #d1e1e8;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink {
	font-weight: bolder;
	color: #0abac9;
	text-decoration: none;
	padding-right: 15px;
}
.lightgrey {
	color: #999999;
	font-size: 10px;
}
.middlealign{
	vertical-align:middle;
}
.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #5F5F5F;
	border: 1px solid #38C6DB;
	font-size: 12px;
}
a:hover {
	color: #FFB900;
}
