@charset "UTF-8";
/* CSS Document */

body {
	background-attachment:fixed;
	background-image:url(../images/bgMarble.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#141e22;
	margin:0;
	padding:0;
	color:#e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	}

#headimg {
	width:800px;
	height:79px;
	background-color:#e3e3e3;
	vertical-align:middle;
	padding-top:5px;
	}

#container {
	width:800px;
	margin:auto 0;
	margin-bottom:15px;
	overflow:hidden;
	}

#subContainer {
	width:740px;
	float:inherit;
	text-align:left;
	overflow:hidden;
	}

#pageHead {
	width:800px;
	height:100px;
	background:url(../images/pageHead.png);
	}

#topNav {
	width:800px;
	}
	
#navMain {
	width:100%;
	height:33px;
	}

#navMain ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	}

#navMain li {
	width:auto;
	height:33px;
	display:inline;
	float:left;
	}

#leftGrad {
	width:30px;
	height:auto;
	float:left;
	background:url(../images/borderLeft.png);
	background-position:bottom;
	}
	
#rightGrad {
	width:30px;
	height:auto;
	float:right;
	background:url(../images/borderRight.png);
	background-position:bottom;
	}

#legal {
	font-size:8px;
	color:#666666;
	line-height:normal;
	}

a:navMain {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	}

a.copyLink:link {
	color:#e3e3e3;
	}
	
a.copyLink:visited {
	color:#e3e3e3;
	}
	
h1 {
	font-family:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px; 
	letter-spacing:normal;
	}
	
p {
	margin-top:0px;
	}	

.clear {
	width:0;
	height:0;
	visibility:hidden;
	clear:both;
	}
	
a.mmentor:link, a.mmentor:visited {
	font-size:8px;
	color:#666666;
	line-height:normal;
	text-decoration:none;
	}
