/*<group=General Styles>*/

body {
	background: #000000;
	margin: 0px 5px 0px 5px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p { 
	color: #999999;
	text-align: justify;
	font:12px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
}

ul { 
	color: #999999;
	font:12px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
}

b, strong {
	font-weight: bold;
	color: #999999;
}

a:link {
	color: #c77901;
	text-decoration: none;
}

a:visited {
	color: #c77901;
	text-decoration: none;
}

a:hover, a:active {
	color: #DDDDDD;
	text-shadow: 0px 0px 4px #ededb8;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: #000000; /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px 0px 0px 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 780px;
	background: url(flames_header_bg.jpg) no-repeat;
	text-align: left;
	list-style: none;
	height: 111px;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#pageHeader h1 {
	color: #000000;
	text-shadow: 0px 0px 4px #fdfdc8;
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 35px 20px 5px 50px;
}

#pageHeader h2 {
	color: #222222;
	text-shadow: 0px 0px 3px #fdfdc8;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
}

#contentContainer {
	width: 589px;
	float: right;
	text-align: left;
	padding-top: 30px;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 519px;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	width: 780px;
	margin: 0px 0px 0px 10px; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url(flames_footer_bg.png) repeat-x;
}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	color: #222222;
	font:11px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
}

#footer a {
	color: #222222;
}

#footer a:hover {
	color: #f79a21;
}

/*</group>*/


/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
}

#navcontainer #current {
}

#navcontainer ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 190px; /* Width of Menu Items */

	border-bottom: 1px solid #333;

	}



#navcontainer ul li {

	position: relative;

	}

	

#navcontainer li ul {

	position: absolute;

	left: 189px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	}



/* Styles for Menu Items */

#navcontainer ul li a {

	display: block;

	text-decoration: none;

	color: #999;

	background: #000; /* IE6 Bug */

	padding: 5px;

	border: 1px solid #333;

	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}



/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 1%; }

/* End */



#navcontainer ul li a:hover { color: #FFFFFF; background: #c06505; text-shadow: 0px 0px 4px #fdfdc8;} /* Hover Styles */

		

#navcontainer li ul li a { padding: 6px 5px 6px 5px;
} /* Sub Menu Styles */

		

#navcontainer li:hover ul, #navcontainer li.over ul { display: block; } /* The magic */

body { behavior:url(csshover.htc); } /* IE 6 PC Hack */

/*</group>*/

/*<group=Global Classes>*/

.standout {
	font-style: italic;
	background: #e3f1fc;
	padding: 10px;
	font-size: 13px;
	color: #092143;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: #f79a21;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #f79a21;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #f79a21;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #f79a21;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #f79a21;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/
