/* CSS Document */

/* Last updated on 9 Mar 2006 */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666666;
background-color: #FFFFFF;
text-align: center;
background-image: url(../images/body_bg.gif);
background-repeat: repeat;
}

#wrapper {
width: 770px;
background-color: #FFFFFF;
margin: 10px auto;
border: 1px solid #CCCCCC;
text-align: center;
}

#banner {
	height: 120px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#nav {
border-bottom: 1px solid #CCCCCC;
}

#nav ul {
height: 20px;
padding: 0;
margin: 0;
background-color: #CCCCCC;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
font-size: 80%;
color: #000000;
font-weight: bold;
background-color: #CCCCCC;
height: 20px;
text-decoration: none;
padding: 0 35px 0 35px;
border-right: 1px dotted #FFFFFF;
text-align: center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus {
color: #FF0099;
font-weight:bold;
}

#content{
background-color: #FFFFFF;
margin-left: 230px;
}

#content p{
text-align: justify;
font-size: 80%;
margin: 20px;
}

#content h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #FF0099;
padding: 0;
margin: 20px 20px 5px 20px;
text-align: left;
}

#content td{
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
font-size: 90%;
margin: 20px;
}


#content a:link {
color: #FF6FB7;
text-decoration: none;
}

#content a:hover, #content a:focus {
color: #666666;
background-color:#FFEAF4;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}

#content a:visited {
text-decoration: none;
color: #CC60DB;
}

.clearit {
	display: block;
	clear: both;
}

#footer{
clear: both;
border-top: 1px solid #CCCCCC;
background-color: #CCCCCC;
color: #666666;
height: 25px;
}

#footer p{
font-size: 70%;
text-align:right;
padding: 5px;
margin: 0;
}

#leftcol{
margin-left: 10px;
padding-top: 20px;
float: left;
width: 200px;
background-color: #FFEAF4;
}

#leftcol p{
font-size: 70%;
margin: 20px;
text-align: justify;
}

.leftcol_text{
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
color: #666666;
text-align: justify;
}

#leftcol h1{
font-size: 80%;
color: #666666;
padding: 0;
margin: 5px 20px 10px 20px;
text-align: left;
}

#leftcol a:link {
color: #666666;
font-weight: bold;
text-decoration: none;
}

#leftcol a:hover, #content a:focus {
color: #FF0099;
text-decoration: none;
}

a.pink_link
{
color: #666666;
font-weight: bold;
text-decoration: none;
}

a.pink_link:hover
{
color: #FF0099;
text-decoration: none;
}

.container{
width: 99%;
float: right;
background-color: #FFFFFF;
}

.blue_border_box
{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #94BEFF;
	padding: 10px;
	line-height: 15px;
}

.text_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0099;
	font-weight: bold;
	padding: 3px 0;
	margin: 20;
	text-align: left;
}



