/* CSS Document */

body {
	color: #000000;
	background: #217EC6;
	font: 14px "Century Gothic", "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background-color: #ffffff;
margin: 20px auto;
padding: 0;
}

#nav
{
background: url(images/nav_bg.jpg);
width: 770px;
height: 35px;
padding: 2px 10px 0px 15px;
}

#nav a
{
font-weight: bold;
text-decoration: none;
color: #666666;
font-size: 14px;
}

#nav a.here
{
font-weight: bold;
text-decoration: none;
color: #217EC6;
font-size: 15px;
}


#nav a:hover
{
font-weight: bold;
text-decoration: none;
color: #217EC6;
font-size: 15px;
}


#header
{
background: url(images/header.jpg) no-repeat;
width: 800px;
height: 90px;
}

#content
{
background-color: #ffffff;
padding: 5px 0px 20px 0px;
}

#content a
{
color: #00A8FF;
text-decoration: underline;
font-weight: bold;

}

#content a:hover
{
color: black;
text-decoration: none;
}

#content a:visited
{
color: #00A8FF;
text-decoration: underline;
font-style: normal;
}

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

h2
{
font: 20px "Century Gothic", Arial, sans-serif;
font-weight: bold;
}


h3
{
font: 16px "Century Gothic", Arial, sans-serif;
font-weight: bold;
}

h4
{
border-bottom: 1px dashed #000000;
width: 80%;
padding-bottom: 5px;
}

em
{
color: #B24EFF;
font-weight: bold;
font-style: normal;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {font-size: 24px}
.style4 {
	font-size: 24px;
	font-weight: bold;
	color: #B24EFF;
}
.style5 {
	color: #00A8FF;
	font-weight: bold;
}

.img
{
padding: 5px;
margin: 0px 0px 10px 20px;
border: 1px solid #bbb;
}

.td1
{
border-bottom: 1px dashed #aaaaaa;
}

.tr1
{
background: #F5F5F5;
}




li
{
line-height: 1.8em;
list-style-type: square;

}


#footer
{
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 8px 5px 0px 5px;
border-top: 1px dashed #aaaaaa;
color: #5C5C5C;
height: 40px;
background: #217EC6 url(images/footer.jpg) no-repeat;
}

#footer a
{
color: #5C5C5C;
}

#footer a:visited
{
color: #5C5C5C;
text-decoration: inherit;
}

#footer a:hover
{
color: black;
text-decoration: none;
}

