/* CSS Document */

body {
	color: #000000;
	background: #3A72C5 url(images/bg.jpg) repeat-x;
	background-attachment: fixed;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background: #FFFFFF;
margin: 20px auto;
padding: 0;
border: 0px solid black;

}

#nav
{
width: 100%;
height: 20px;
background: url(images/nav_bg.jpg) repeat-x;
font: 12px Arial, sans-serif;
color: black;

padding: 2px 0 0 0;
}

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

#nav a:hover
{
color: #666666;
text-decoration: underline;
}

.tdnav
{
border-right: 1px solid #aaaaaa;
}


#header
{
background: url(images/header.jpg);
width: 800px;
height: 120px;
}

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

#content a
{
color: #1D51AE;
text-decoration: underline;
font-weight: bold;

}

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

#content a:visited
{
color: #1D51AE;
text-decoration: underline;
font-weight: bold;
font-style: normal;
}

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

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


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

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

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

.tdem
{
padding: 10px;
border: 1px solid #bbbbbb;
background: #eeeeee;
font-size: 16px;
line-height: 1.6em;
}

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


.li1
{
background: #F0F0F0;
list-style-image:url(images/bullet2.jpg);
line-height: 1.8em;
}

.li2
{
background: #FFFFFF;
list-style-image:url(images/bullet.jpg);
line-height: 1.8em;
}


#footer
{
background: url(images/footer.jpg) no-repeat;
font: 9px Verdana, Arial, Helvetica, sans-serif;
padding: 2px 5px 0px 5px;
border-top: 1px dashed #aaaaaa;
color: #5C5C5C;
height: 30px;

}

#footer a
{
color: #5C5C5C;
}

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

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

