/* CSS Document */

body {
	color: #000000;
	background: #2C313A 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-color: #ffffff;
margin: 5px auto;
padding: 0;
border: 0px solid black;

}

#nav
{
width: 800px;
background: #2C313A;
height: 45px;
}



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

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

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

#content
{
background: #FFFFFF;
border: 5px solid #FFDE00;
width: 800px;
}



#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;
}

.tdright
{
padding-left: 20px;
border-right: 1px dashed #dddddd;
border-top: 1px dashed #dddddd;
}



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


h3
{
font: 16px "Century Gothic", Arial, sans-serif;
font-weight: bold;
padding-left: 10px;
background: #eeeeee;
}

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

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

.tdem
{
padding: 5px;
border: 1px solid black;
background: #FFE500;
font-size: 18px;
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;
}


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

.li1
{
background: #F0F0F0;

}


#footer
{
font: 9px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 5px 0px 5px;
border-top: 1px dashed #aaaaaa;
color: #5C5C5C;
height: 20px;

}

#footer a
{
color: #5C5C5C;
font-weight: normal;
}

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

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

