/* CSS Document */

body {
	margin: 0px;
	font:	1em/1.7 Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	background-color: #FFFFFF;
	font-size: 80%;
	background-image:url(../jpg/phoenix-background.jpg);
	background-attachment:fixed;
	background-position:bottom right;
	background-repeat:no-repeat;
}

h1 {
	color: #4E825C;
	font-size:	1.5em;
	text-transform: uppercase;
}

h2 {
	font-size:	1.4em;
}

h3 {
	font-size:	1.3em;
}

h4 {
	font-size:	1.2em;
}

h5 {
	font-size:	1.1em;
}

h6 {
	font-size:	0.75em;
}

p {

}

a:link {
	color: #006000;
	text-decoration:none;
	border-bottom: 1px dotted #DDDDDD;
}

a:visited {
	color: #006000;
	text-decoration:none;
	border-bottom: 1px dotted #DDDDDD;
}

a:hover {
	color: #6EA58E;
	text-decoration:none;
	border-bottom: 1px solid #DDDDDD;
}

a:active {
	color: #4E825C;
	text-decoration:none;
	border-bottom: 1px dotted #DDDDDD;
}

strong {
	color: #999999;
}

#wrapper {
	height:100%;
	background-image:url(../jpg/background-gradient.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:repeat-y;
}


#menuLayer {
	width: 250px;
	float: left;
	padding: 0px 5px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#AAAAAA;	
	height:100%;
	background-image:url(../jpg/background-gradient.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:repeat-y;
}

#menuLayer img.PageTitle {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin: 23px 0px 5px 11px;
}

#menuLayer ul {
	margin: 8px 0px 0px 45px;
}

#menuLayer li {
	margin-bottom: 3px;
	list-style-type:none;
}

#menuLayer li.SubMenu {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type:none;
}

#menuLayer a:link {
	color: #557755;
	text-decoration:none;
}

#menuLayer a:visited {
	color: #557755;
	text-decoration:none;
}

#menuLayer a:hover {
	color: #4E7E82;
	text-decoration:underline;
}

#menuLayer a:active {
	color: #557755;
	text-decoration:none;
}


#contentLayer {
	float: left;
	padding: 118px 15% 5% 5%;
}

#contentLayer td {

	font-size: 80%;
}

#contentLayer li {
	margin: 10px 0px 10px 0px;
}

div.separator {
	border-bottom: 1px dotted #DDEEDD;
}