a.menulink:link {color: #FFFFFF; text-decoration: none;}
a.menulink:visited {color: #FFFFFF; text-decoration: none ;}
a.menulink:hover {color: #172936; text-decoration: none ;}

a.greylink:link {color: #3F3F3F; text-decoration: none; font-size: 100%;}
a.greylink:visited {color: #3F3F3F; text-decoration: none ; font-size: 100%;}
a.greylink:hover {color: #3F3F3F; text-decoration: underline ; font-size: 100%;}

a.footerlink:link {color: #FFFFFF; text-decoration: none; font-size: 90%;}
a.footerlink:visited {color: #FFFFFF; text-decoration: none ; font-size: 90%;}
a.footerlink:hover {color: #999999; text-decoration: underline ; font-size: 90%;}

a.blacklink:link {color: #000000; text-decoration: none; font-size: 100%;}
a.blacklink:visited {color: #000000; text-decoration: none ; font-size: 100%;}
a.blacklink:hover {color: #3F3F3F; text-decoration: underline ; font-size: 100%;}


A, A:active, A:visited
{
	color: #FFFFFF;
  text-decoration: none;
}
A:hover
{
    color: #6B6B6C;
    text-decoration: underline;
}


BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, DD, DT
{
	FONT-FAMILY: "Charlotte Sans Book", Tahoma, Verdana, Arial, SansSerif;
	font-size: 14px;
  color: #000000;
}
BODY
{
		background-color: #3F4249;
		margin: 0px;
}

#nestedlist, #nestedlist ul{
list-style-type: none;
line-height: 120%;
margin-left: 1em; padding-left: 1em;
}
/* UL Layer 1 Rules */
#nestedlist {
list-style-image: url('../images/pageassets/dimond.gif');}
/* UL Layer 2 Rules */
#nestedlist ul{
list-style-type: dash;
list-style-image: none;
}
/* UL Layer 3 Rules */
#nestedlist ul ul{
    list-style-type: none;}
/* UL 4 Rules */
#nestedlist ul ul ul{
    list-style-type: none;
}

H1, H2, H3, H4
{
	font-weight: bold
}
H1
{
	font-size: 150%
}
H2
{
	font-size: 130%;
	line-height: 120%;
	margin: 5px;
	color: #000000;
	text-decoration: underline;
}
H3
{
	font-size: 115%;
	margin-top: 10px;
	margin-bottom:0px;
	text-decoration: underline;
}
H4
{
	font-size: 110%;
	margin-top: 2px;
	margin-bottom:0px;
}
H5
{
	font-size: 100%;
	line-height: 10%;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #666600;
}
H6
{
	color: #ADADAD;
	font-size: 7pt;
	font-weight: normal
}
PRE
{
	font-size: 10pt;
    color: black;
}
.maintable{
width:930px;
height:100%;
}
.content_table{
width:800px;
background: url(../images/pageassets/sunset_bg.jpg);
background-repeat: no-repeat;
background-color: #172936;
height:100%;
}
.left_side{
width: 65px;
background-color: #3F4349;
background: url(../images/pageassets/leftside_bg.jpg);
background-repeat: repeat-y;
}
.right_side{
width:65px;
background-color: #3F4349;
background: url(../images/pageassets/rightside_bg.jpg);
background-repeat: repeat-y;
}
.centerbar{
width: 670px;
}
.headerrow{
height:180px;
}
.menu_area{
width: 220px;
}
.text_area{
width: 545px;
background-color: #FFFFFF;
height: 400px;
border: thin solid #3F4249;
padding: 10px;
font-size: 100%;
}
.text_area_ec{
width: 545px;
background-color: #FFFFFF;
background: url(../images/pageassets/eclog_bg.gif);
background-repeat: no-repeat;
height: 400px;
border: thin solid #3F4249;
padding: 10px;
font-size: 100%;
}
.basictext{
font-size: 90%;
}
.intextpics{
border: thin solid #3F4249;
margin: 5px;
}
.sidebartable{
margin-top:10px;
}
.menu{
}
.addresscell{
padding: 10px;
font-size: 80%;
color: #ffffff;
}
.linkcell{
padding: 2px;
border-bottom: thin solid #FFFFFF;
height:23px;
}
.footer{
font-size: 70%;
color: #ffffff;
}
.footerlink{
width: 87px;
padding: 2px;
border-right: thin solid #FFFFFF;
border-left: thin solid #FFFFFF;
height:20px;
}

FORM {margin: 0px}
	INPUT {font-size: 90%; background: white; padding: 1px 3px 0px; margin-right: 10px}
	SELECT {font-size: 90%; margin: 1px 0px; margin-right: 10px}
	TEXTAREA {height: 70px; font-size: 90%; padding: 1px 3px 0px; margin-right: 10px}

.thumbimage{
border: thin solid #999999;
}
div.thumbright{
float: right;
margin-left: 10px;
text-align: center;
width: 200px;
font-size: 80%;
}
div.thumbcenter{
float: center;
text-align: center;
font-size: 80%;
}
div.thumbleft{
float: left;
margin-left: 0;
margin-right: 10px;
text-align: center;
width: 200px;
font-size: 80%;
}
div.thumbright p{
  text-align: right;
  text-indent: 0;
	font-family: arial;
	font-size: 100%;
}
div.thumbleft p {
  text-align: left;
	font-family: arial;
	text-indent: 0;
	font-size: 100%; 
}
div.thumbcenter p {
  text-align: center;
	font-family: arial;
	text-indent: 0;
	font-size: 100%;
}
.zoom{
margin-top: 5px;
}