
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
 { font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


/*
	Page body style
*/

body
  { font-size: 125%; background-color: #262626; margin: 0px; padding: 0px }





/*
	Standard paragraph style
*/

p
 { color: #e7e7e7; font-weight: normal; font-size: 0.7em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 0px; margin-bottom: 18px }


/*
	Links
*/

a:link, a:active
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}


a:hover
{
	color: #91D5FA;
	font-size: 1.0em;
}

a:visited
{
	color: #999999;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
     { color: #73735e; font-weight: 600; font-size: 0.95em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 0.4em; margin-top: 0px }

h2
{
	margin-top: 0px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
	font-weight: bold;
	font-size: 0.7em;
	color: #73735E;
}


h3
{
	margin-top: 0px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
	font-weight: bold;
	font-size: 0.7em;
	color: #A6B7C0;
}



/*
	Container for page
*/

#container
 { background-color: #1a1a1a; margin-right: auto; margin-left: auto; padding-top: 0px; padding-bottom: 10px; position: relative; width: 750px; height: 20px }


/*
	Page header top area - main
*/

#header
 { background: #1a1a1a no-repeat; width: 750px; height: 359px }


/*
	Page header top area - subpage
*/

#header-sub
     { background: #1a1a1a no-repeat; top: 20px; left: 300px; width: 750px; height: 20px }


/*
	Page header text area - main
*/

#headertext
 { color: #73735e; background-color: #1a1a1a; position: relative; top: 20px; left: 400px; width: 326px }


/*
	Page header text area - sub
*/

#headertext-sub
    { color: #73735e; background-color: #1a1a1a; border-top: 1px #151515; border-right: #151515; border-bottom: #151515; border-left: #151515; position: relative; width: 326px }

.headerbodytext
{
	color: #73735E;
	margin-top: -12px;
}



/*
	Left Column Container
*/

#left
{
	float: left;
	width: 390px;
	margin-bottom: 0px;
}



/*
	left-column text area - subpage
*/

#left-text
 { font-size: 0.95em; padding-right: 40px; padding-left: 40px; width: 310px }
 #left-text1
 { font-size: 0.95em; padding-right: 40px; padding-left: 40px; width: 0px }

#left-text p
 { color: #3e3e3e }



/*
	Menu
*/

#menu
    { color: #7d888e; font-weight: normal; font-size: 1.05em; padding: 20px 40px }

#menu a
  { color: #7d888e; font-size: 1.05em; line-height: 1.5; text-decoration: none; margin-right: 10px }

#menu a:hover
{
	text-decoration: none;
	color: #fff;
}






/*
	Page Content Container (main page)
*/

#page-content
   { font-size: 0.95em; float: right; padding-top: 20px; padding-right: 25px; width: 326px }

#page-content1
   { font-size: 0.95em; float: right; padding-top: 20px; padding-right: 25px; width: 636px }


/*
	Page footer area
*/

#page-footer
 { color: #404040; font-size: 0.8em; padding-top: 15px; padding-right: 25px; padding-left: 40px; width: 685px; height: 25px }


/*
	Standard images
*/







