@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2f3551;
	background-image: url(/images/base-fade.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #323451;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
padding-top: 100px;
}

img {
	border: 0px;
}

.title  {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #7cb6ee;
}

.subtitle  {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #7cb6ee;
}

p {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

.bodytext { color:#ffffff; }

li {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 18px;
}

.smalltext {
	font-family: tahoma, ariel;
	font-size: 11px;
	color: #cdcdcd;
	line-height: 18px;
}


.news {
	font-family: tahoma, ariel;
	font-size: 11px;
	color: #737373;
	line-height: 18px;
}

.leftcol {
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #474747;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.topline {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #474747;
}

.top-dots {
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #cdcdcd
}

.dots {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #393b5a
}


a:link, a:visited, a:active  	{ font-family: Tahoma; font-size: 12px; font-weight: normal; color: #7cb6ee; text-decoration: none;}
a:hover		{ text-decoration: underline;}

a.nav:link, a.nav:visited, a.nav:active  	{ font-family: Tahoma; font-size: 11px; font-weight: bold; color: #dadada; line-height: 18px; text-decoration: none;}
a.nav:hover		{ color: #ffffff; text-decoration: underline;}

a.footer:link, a.footer:visited, a.footer:active  	{ font-family: Tahoma; font-size: 11px; font-weight: normal; color: #cdcdcd; text-decoration: none;}
a.footer:hover		{ text-decoration: underline;}