body{
	margin:0;
	padding:0;
	color: #000000;
	font-family: arial,helvetica;
	font-size: 14px;
	line-height: 1.4em;
	background: #111100;
}

h3{
	color: #EC008C;
}

a { text-decoration: none; }
a:link { color: #00FF00; }
a:visited { color: #00FF00; }
a:hover { color: #EC008C; }

.listStyle1{
	list-style-image: url(../Graphics/bullet.gif);
	font-weight: bold;
}

.pinkText{
	color: #EC008C;
}

.greenText{
	color: #00FF00;
}

.picRight
{
    float: right;
    padding: 6px;
    margin-left: 10px;
    border-top: 0;
    border-right: 4px solid #00FF00;
    border-bottom: 2px solid #00FF00;
    border-left: 2px solid #00FF00;
    background-color: White;    
}

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: url(../Graphics/back.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	border: 1px;
}

#topsection{
	background: #EAEAEA;
	height: 220px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 149px; /*Set left margin to LeftColumnWidth*/
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding: 10px;
	padding-right: 16px;
	padding-left: 16px;
}

#leftcolumn{
	padding-top: 200px;
	padding-bottom: 86px;
	float: left;
	width: 149px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	background: #2B1F23;
	background: url(../Graphics/nav_back.gif);
}

#footer{
	clear: left;
	width: 100%;
	background: #111100;
	color: #FFF;
	font-family: arial,helvetica;
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFFFF;
}

/*------------- flyout menu styles -------------*/

#leftcolumn ul{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 149px; /* Width of Menu Items */
	line-height: 1.10em;
}
	
#leftcolumn ul li{
	position: relative;
}

#leftcolumn ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	padding: 4px 0px;
}

#leftcolumn ul li a:hover{
	color: #00FF00;
}

/*Sub level menu items */
#leftcolumn ul li ul{
	text-align: left;
	position: absolute;
	/*margin-left: -10px;*/
	width: 170px; /*sub menu width*/
	top: 0;
	border: 1px solid #00FF00;
	line-height: 1.10em;
	visibility: hidden;
}

/* Sub level menu links style */
#leftcolumn ul li ul a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	background: #FFFFFF;
	padding: 0px 4px;
	border: 1px solid #00FF00;
}

#leftcolumn ul li ul a:hover{
	background-color: #00FF00;
	font-weight: bold;
	color: #FFFFFF;
}


/* Holly Hack for IE \*/
* html #leftcolumn ul li { float: left; height: 1%; }
* html #leftcolumn ul li a { height: 1%; }
* html #leftcolumn ul li ul a { overflow: auto; }
/* End */

/*----------- end flyout menu styles -----------*/