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

body {
	background:  url(images/bg.gif) top left repeat;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center;  Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {font: 12px Arial, Helvetica, sans-serif;
}

h1 {
color: #fff;
font: bold 15px Trebuchet MS, sans-serif; 
text-align: left;
border-bottom: 2px solid #ffcc33; 
background: #339999;
margin: 0px;
padding: 5px 25px 5px 10px;
}

h2 {font: bold 16px Trebuchet MS, sans-serif; color:#000; padding: 0;}

h3 {
font: Arial, Helvetica, sans-serif; 
font-size: 9px;
font-weight: normal;
color: #000; 
text-align: left;
background: none;
margin: 0px;
padding: 0px;}

h4{
text-align: center;
font: bold 12px Trebuchet MS, sans-serif;
width: auto;}

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

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

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 695px;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	height: 125px;
	background: no-repeat left top;
	margin-right: auto;
	margin-left: auto;
}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#textarea {display: block; text-align: center; padding: 30px; width: 500px;}

div#flasharea {display: block; text-align: right; padding: 5px; width: 150px; float: right;}

div#body {
}

div#content {
	width: 770px;
	height: 763px;
	margin-right: auto;
	margin-left: auto;
	}
	
div#content a{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
	}
	
div#content li{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
margin: 3px 10px;
	}
	
.info {
	position: absolute;
	top: 19px;
	right: 5px;
	font: 10px;
	color: #fff;
	text-align: right;
	}

/* ----------------- MAIN NAVIGATION ----------------- */
/* Creates the container for the navbar and centers it.*/ 
div#nav {
	width: 770px;
	height: 25px;
	background-color: #FE3385;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/navhover.gif) repeat-x left top;
	color: #FFFFFF;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	margin:0;
	padding:0;
	float:left;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	margin: 0;
	padding:6px 21px 7px 21px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/nav_off.gif) top left no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	border-right: 1px solid #9348A8;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/navhover.gif) left top repeat-x;
	color: #FFFFFF;
}

ul#list {
	margin: 20px 0 20px 300px;
	padding: 0;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

ul#list li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}





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

img.left {
	float: left;
	margin: 0px 10px 20px 0px;
}
img.right {
	float: right;
	margin: 0 5px 10px 10px;
}
img.center {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
    padding:0px;
}
object.left {
	float: left;
	margin: 0px 10px 0 0;
}
clear {
	clear: both;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	width: 770px;
	height: 25px;
	background-color: #FE3385;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

div#footer p{
color: #fff; 
font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited {color: #fff;}

div#footer a:hover, a:active {color: #fff;
text-decoration: underline;}

div#copyright {
	font-size: 9px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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

