/* SETUP */

body
{
text-align: center;

margin: 0px;
padding: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color: #000;
text-decoration: none;

background-image: url(bg_stars.jpg);
background-repeat: repeat-y;
background-position: center top
}

p
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000;

line-height: 1.3em;

text-decoration: none;
text-align: left;

margin: 0px;
padding: 0px
}

a
{
color: #990000;
text-decoration: underline
}

a:hover
{
color: #990000;
text-decoration: underline
}

a:link 
{
color: #990000;
text-decoration: underline
}

a:active 
{
color: #990000;
text-decoration: underline
}


a:visited
{
color: #990000;
text-decoration: underline
}




/****************************************************************************/
/* LAYOUT */


/* main site container */
#div_sitewrap
{
margin: 0px auto;
width: 756px;
height: 100%

}

#div_shapes
{

}

#table_content
{
height: 100%
}

#div_content1
{
width: 421px;
float: left;
padding: 0px 5px 0px 25px
}

#div_content2
{
width: 275px;
float: right;
padding: 0px 25px 0px 5px
}

#div_footer
{
background-color: #5E0000;
padding: 5px 0px
}


/* IMG */

.img_title
{
margin: 0px 0px 15px 0px
}

.img_map
{
	text-align: center;
	margin: 0px 78px
}


/* TEXT */

.ul_green
{
	padding: 0px 0px 15px 20px;
	margin: 0;
	list-style-type: disc;
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	text-decoration: none;
	list-style-position: outside
}

.ul_green li 
{ 
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #336600;
	text-decoration: none
}


.h2_title
{
color: #990000;
font-size: 80%
}

.p_green
{
color: #336600;
font-size: 70%;
padding: 0px 0px 15px 0px
}

.p_red_bold
{
color: #990000;
font-size: 80%;
font-weight: bold;
padding: 0px 0px 20px 0px
}

.p_footer
{
	text-align: center;
	font-size: 70%;
	color: #FFF
}



.a_footer, a.a_footer:link, a.a_footer:active
{
color: #FFF;
text-decoration: underline
}

a.a_footer:hover
{
color: #FFF;
text-decoration: underline
}

a.a_footer:visited
{
color: #FFF;
text-decoration: underline
}

