/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 4px 45px 16px 45px;
}

ul {
	margin: 0px;
	padding: 0 45px 16px 45px;
}

h1 {
	margin: 0 0 15px 45px;
	padding: 15px 0 0 0;
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	color: #000;
}

h2 {
	margin: 5px 0 15px 45px;
	padding: 0px;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #609;
}

li {
	margin: 3px 0 3px 25px;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #90c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #c0f;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#all {
width:760px;
margin:0 auto;
padding:0;
}

table, td, th  {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

div#header {
	width: 760px;
	margin: 0 auto;
}

div#container {
width:760px;
margin:0 auto;
padding:0;
background-image:url(images/bg_container.gif);
background-repeat:repeat-y;
}

div#content {
float:left;
width:420px;
margin:0;
padding:0;
vertical-align:top;
text-align:left;
}

div#rightcolumn {
float:right;
width:340px;
margin:0;
padding:0;
vertical-align:top;
}

div#iframe {
	text-align: center;
}

div#footer {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 5px 0;
	border-top: 5px solid #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	clear:both;
background:#A383C5;
}

div#footerright {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align: right;
background:#A383C5;
}

div#copyright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
background:#A383C5;
}

div#footer a:link, div#footerright a:link, div#footer a:visited, div#footerright a:visited, div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active, div#copyright a:hover, div#copyright a:active {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

#imgleft {
	float: left;
	margin: 5px 10px 10px 60px;
	padding: 0;
	clear: both;
}

#imgright {
	float: right;
	margin: 5px 60px 10px 10px;
	padding: 0;
	clear: both;
}

#clearboth {
	clear: both;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */
div#nav {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 30px;
	background: #333;
}

div#nav ul {
	margin:0 20px 0 0;
	padding:0;
	list-style-type:none;
} 

div#nav li {
	float:right;
	margin:0 auto;
	padding:0;
	display:inline;
}

div#nav li a {
	margin: 0;
	padding: 7px 20px;
	display:run-in;
	line-height:30px;
	color:#999;
	text-decoration:none;
	background: transparent;
	font-weight: bold;
}

div#nav li a:hover, div#nav li a#current{
	color: #fff;
	background: #90c;
}

	
div#nav li a#current:hover{
	color: #999;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}

.textcentersmall {
	text-align: center;
	font-size: 9px;
}

.font9px {
	font-size: 9px;
	color: #000;
}

.font14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.font14pxboldcenter {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font18pxbold {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.font18pxboldcenter {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font24pxbold {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.font24pxboldcenter {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.box {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666;
}
