body {
	margin: 0;
	padding: 0;
	font: normal 10pt Arial, Verdana, Tahoma, sans-serif;
	color: #333333;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.negative {
	font-weight: bold;
	color: #FF0000;
}

.positive {
	font-weight: bold;
	color: #0066FF;
}

h1 {
	font: normal 17pt Tahoma, sans-serif;
	color: #99CC00;
	letter-spacing: -1px;
	margin-left: -10px;
}

h2 {
	font: normal 12pt Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
}

img, table {
	border: 0px solid #FFFFFF;
}

td {
	font-size: 10pt;
}

input[type=text], [type=password] {
	border: 1px solid #888888;
	padding-left: 2px;
}

textarea {
	border: 1px solid #888888;
	font: normal 10pt Arial, Verdana, Tahoma, sans-serif;
	color: #333333;
	padding: 2px;
}

ul.no_style li {
	list-style-type: none;
}

a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0066FF;
}

/* HEADER STYLES */

div#circles {
	float: left;
}

div#content_container {
	float: left;
}

div#logo {
	float: left;
	margin-top: 4px;
}

div#nav {
	float: left;
}

div#nav_nav {
	width: 520px;
	height: 131px;
}

div#nav_nav_container {
	background: #FFFFFF url('/images/nav/nav_bg.gif') no-repeat bottom;
	height: 120px;
}

div#nav_nav_text {
	text-align: center;
	width: 410px;
	height: 100px;
	margin: 0 auto;
	padding-left: 30px;
}

div#nav_nav_text a {
	color: #006586 !important;
	font: normal 1.3em Tahoma, Arial, sans-serif;
	text-decoration: underline !important;
}

/*div#nav_nav div {
	height: 22px;
	background-image: url('/images/nav/normal_bg.png');
	font: normal 1.6em Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	letter-spacing: 0px;
	cursor: pointer;
	float: left;
}

div#nav_nav div.img {
	width: 8px;
	float: left;
	background-image: none;
	padding: 0;
}

div#nav_nav a {
	text-decoration: none;
	color: #FFFFFF;
}

div#nav_nav .on {
	background-image: url('/images/nav/over_bg.png');
	height: 20px;
	padding-top: 12px;
	cursor: default;
}

div#nav_nav .clear_nav {
	background-image: none;
	clear: both !important;
}*/

/* SUBNAV STYLES */

div#nav_subnav {
	background-image: url('/images/core/subnav_bg.gif');
	text-align: right;
	vertical-align: text-bottom;
	width: 350px;
	height: 33px;
	float: left;
}

div#nav_subnav div {
	font: normal 10pt Arial, Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
}

div#nav_subnav div span.on {
	color: #000000;
}

div#nav_subnav div a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#nav_subnav div a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#nav_subnav div a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#nav_subnav div a:active {
	color: #FFFFFF;
	text-decoration: none;
}

div#nav_subnav_img {
	float: left;
}

/* FOOTER STYLES */

div#footer_img {
	margin-left: 90px;
	clear: both;
}

div#footer_main {
	margin-left: 200px;
}

div#footer_main_nav {
	background-image: url('/images/core/subnav_bg.gif');
	width: 410px;
	min-height: 20px;
	float: left;
	margin-top: 15px;
	padding-top: 5px;
}

*:first-child+html div#footer_main_nav {
	height: auto;
}

* html div#footer_main_nav {
	height: auto;
}

div#footer_main_nav a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer_main_nav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer_main_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer_main_nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer_main_img_left {
	margin-top: 15px;
	float: left;
}

div#footer_main_img_right {
	float: left;
}

div#footer_copyright {
	clear: both;
	text-align: center;
	width: 979px;
	padding-top: 10px;
	font-size: 8.5pt;
}

/* CONTENT STYLES */

div#content {
	width: 700px;
	clear: both;
	padding-left: 30px;
	padding-bottom: 20px;
	min-height: 250px;
	
	/* IE Min Height Hack */
	height: auto !important;
	height: 250px;
}

	/* DEFAULT FORMS */

.field_description {
	color: #444444;
	font: italic bold 10pt Arial, sans-serif;
}

.required {
	color: #FF3333;
	font: bold 10pt Times, serif;
}

	/* BUTTONS */

button{
    background-color:#F5F5F5;
    border:1px solid #DEDEDE;
    font: normal 10pt Tahoma, Arial, Verdana, sans-serif;
    color:#565656;
    cursor:pointer;
    padding: 5px 10px;
}

button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */
button.pos {
    color:#529214;
}

button.pos:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

/* NEGATIVE */

button.neg {
    color:#d12f19;
}

button.neg:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/* LOGIN */
button.login {
	background-color: #E6EFC2;
    color:#529214;
}

button.login:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}