/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: times, serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #3f2d1f;
background-image: url("images/dolbg2.jpg");
}



li
{
	font-family: times, serif;
	font-weight: normal;
	color: #fff;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 5px;
}

li2
{
	font-family: times, serif;
	font-weight: normal;
	color: #30667a;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*
	Standard paragraph style
*/

p
{
	font-family: times, serif;
	font-weight: normal;
	color: #fff;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: times, serif;
	color: #30667a;
	font-size: 1.0em;
	text-decoration: underline;
}


a:hover
{
	color: #fff;
	font-size: 1.0em;
}

a:visited
{
	color: #30667a;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: times, serif;
	font-weight: normal;
	color: #30667a;
	font-size: 1em;
	letter-spacing: 0.4em;
	margin-top: 0px;
}

h2
{
	margin-top: 0px;
	padding-top: 8px;
	font-family: times, serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #30667a;
}


h3
{
	margin-top: 0px;
	padding-top: 8px;
	font-family: arial, times, serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #9c0606;
	text-decoration: underline-none;
}



/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 780px;
	background-color: #3f2d1f;
        border: 3px;
        border-color: #000000;
}


/*
	Page header top area - main
*/

#header
{
	background-color: #46206d;
	width: 780px;
	height: 260px;
	background-image: 

url("images/home_header_bg2.jpg");
	background-repeat: no-repeat;
}


/*
	Page header top area - subpage
*/

#header-sub
{
	background-color: #46206d;
	width: 770px;
	height: 414px;
	background-image: 

url("images/page_header_bg.jpg");
	background-repeat: no-repeat;
}


/*
	Page header text area - main
*/

#headertext
{
	position: relative;
	background-color: (none);
	width: 326px;
	top: 230px;
	left: 400px;
	color: #73735E;
}


/*
	Page header text area - sub
*/

#headertext-sub
{
	position: relative;
	background-color: #1A1A1A;
	width: 326px;
	top: 150px;
	left: 400px;
	color: #73735E;
}

.headerbodytext
{
	color: #73735E;
	margin-top: -12px;
}



/*
	Left Column Container
*/

#center
{

	background-color: #3f2d1f;
	width: 780px;
	height: 1150px;

#left
{
	float: left;
	width: 150px;
	margin-bottom: 0px;
	padding-left: 10px;
}



/*
	left-column text area - subpage
*/

#left-text
{
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}

#left-text p
{
	color: #A6B7C0;
}



/*
	Menu
*/

#menu
{	
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #30667a;
	font-weight: normal;
	font-size: 1.2em;
}

#menu a
{
	color: #30667a;
	margin-right: 10px;
	font-size: 1.2em;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: none;
	color: #fff;
}






/*
	Page Content Container (main page)
*/

#page-content
{
	float: right;
	width: 593px;
	padding-top: 0px;
	padding-right: 25px;
}


/*
	Page footer area
*/

#page-footer
{
	width: 685px;
	height: 25px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 0.8em;
}


/*
	Standard images
*/

img
{
	border: none;
}




