
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

body {
	background-color: #0980c7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* couple of resets, why cant everyone just have the same defaults :/ */
p, h1, h2, h3, h4, h5, li, ul {
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

p, h1, h2, h3, h4 {
	font-weight: normal;
}

p, li {
	line-height: 15px;
}

a, a:visited {
	color: #0980c7;
}

a:hover {
	color: #063d6e;
}

#leftcol a, #leftcol a:visited {
	color: #ffffff;
}

#leftcol a:hover {
	color: #063d6e;
}

ul {
	margin: 0px 0px 0px 20px;
	list-style-type: square;
}

ul ul {
	margin-bottom: 20px;
}

ul ul li {
	margin: 8px 0px 0px 0px;
	list-style-type: circle;
}

h1 {
	font-size: 22px;
	color: #d70032;
}

h2 {
	font-size: 18px;
	color: #064d8c;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #064d8c;
}

h4 {
	font-size: 13px;
}

#leftcol {
	color: #ffffff;
}

#leftcol h1 {
	font-size: 18px;
	color: #fff;
}

#leftcol h2, #leftcol h3 {
	color: #fff;
}

#leftcol h2 {
	font-size: 15px;
	padding-left: 18px;
	background-image: url(../images/leftcol_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}

#leftcol h3 {
	font-size: 14px;
}

#leftcol h4 {
	font-size: 12px;
}

hr {
	height: 1px;
	line-height: 1px;
	border: 0px solid #000;
	border-bottom: 1px solid #3d75a7;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

.focustext {
	font-size: 14px;
	text-align:justify;
	line-height: 18px;
}
