
			/*** Misc Tags ***/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align:center;
}
 
a img {
	border: 0px;
}

a {
	text-decoration: none;
}


			/**** Span classes *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.white { color: #ffffff;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


			/**** Site Container ****/

#container { 
	width: 770px;
	text-align:left;
}


			/*** Header ***/

#logo {
	float: left;
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 15px;
	border-bottom: 3px solid #444;
}

#logo h1 { 
	margin-top: 15px;
	margin-left: 0px;
	font-size: 32px;
	letter-spacing: -0.1em;
}


			/*** Left Side Bar ***/

#navlist {
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-left: 5px;
}
 
#navlist ul {
	list-style: none;
}

#navlist li a{
	display: block;
	height: 14px;
	width: 200px; 
	padding: 9px;
	margin: 5px;
	background: transparent;
	border-right: 3px solid #444;
	color: #999;
	text-transform: lowercase;
	font-size: 14px;
}
 
#navlist li a:hover {
	color: #f4f4f4;
	background: #333;
	border-right: 4px solid #D01A71;
}
 
#navlist li .active {
	color: #999;
	background: #333;
	border-right: 3px solid #444;
}

#navlist #mflogo {
	width: 223px;
	padding: 10px 0px 10px 0px;
	border-right: 3px solid #444;
	text-align: center;
}

#navlist #navspacer {
	width: 223px;
	border-right: 3px solid #444;
}


			/*** Content ***/

#content {
	float: right;
	width: 510px;
	margin-top: 6px;
	margin-left: 2px;
}
 
#content p {
	line-height: 1.4em;
	font-size: 12px;
	margin-bottom: 15px;
	color: #f4f4f4;
}

#content h3 {
	font-size: 24px;
	text-transform: lowercase;
	color: #D01A71;
	letter-spacing: -0.1em;
	line-height: 36px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 3px 0px;
}

#content ul {
	list-style:none;
	padding: 0px 0px 0px 0px;
}

#content .list li {
	display: block;
	padding: 1px 0px 2px 10px;
	margin: 5px 5px 5px 22px;
	background: transparent;
	border-left: 3px solid #444444;
	color: #f4f4f4;
	font-size: 12px;
	font-weight: normal;
}

#content li a:visited {
	display: block;
	height: 14px;
	padding: 2px 0px 3px 10px;
	margin: 5px 5px 5px 22px;
	background: transparent;
	border-left: 3px solid #444;
	color: #999;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: normal;
}

#content li a:link {
	display: block;
	height: 14px;
	padding: 2px 0px 3px 10px;
	margin: 5px 5px 5px 22px;
	background: transparent;
	border-left: 3px solid #444;
	color: #999;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: normal;
}
 
#content li a:hover {
	color: #f4f4f4;
	background: #333;
	border-left: 3px solid #D01A71;
	font-weight: normal;
}

#content li.pdfDoc a {
	padding-left: 30px;
	background-image: url(../graphics/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 6px top;
	text-transform: none;
}

#content li.jpgDoc a {
	padding-left: 30px;
	background-image: url(../graphics/jpg_icon.gif);
	background-repeat: no-repeat;
	background-position: 9px top;
	text-transform: none;
}

#content li.pubDoc a {
	padding-left: 30px;
	background-image: url(../graphics/pub_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px 1px;
	text-transform: none;
}

#content li.pptDoc a {
	padding-left: 30px;
	background-image: url(../graphics/ppt_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px 1px;
	text-transform: none;
}

#content li.listLogo a {
	display: block;
	height: auto;
	padding: 2px 0px 0px 10px;
	margin: 5px 5px 5px 22px;
	background: transparent;
	border-left: 3px solid #444;
	color: #999;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: normal;
}

#content li.listLogo a:hover {
	background-color: #333333;
	border-left: 3px solid #D01A71;
	color: #f4f4f4;
}
 
#content a:visited {
	font-size: 12px;
	color: #D01A71;
	text-decoration: none;
}
 
#content a:link {
	font-size: 12px;
	color: #D01A71;
	text-decoration: none;
}
 
#content a:hover {
	font-size: 12px;
	color: #f4f4f4;
	text-decoration: none;
}

#content img.imageLeft {
	float: left;
	margin: 6px 15px 5px 0px;
	padding: 0px;
}

#content .topImage {
	padding: 0px 0px 1px 10px;
}

#content div.testimonial {
	overflow: hidden;
	height: 130px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 3px solid #444444;
}

#content div.testImage a {
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 400px 0px;
}

#content p.testText {
	margin: 0px 0px 10px 0px;
}

#content p.testAuthor {
	margin: 5px 0px 5px 0px;
	color: #D01A71;
}


			/*** Footer ***/

#footer {
	border-top: 3px solid #444;
	text-align: center;
	color: #666;
	margin: 8px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}
 
#footer p {
	color: #999;
	line-height: 18px;
}
 
#footer a:visited {
	color: #D01A71;
	text-decoration: none;
}
 
#footer a:link {
	color: #D01A71;
	text-decoration: none;
}
 
#footer a:hover {
	color: #f4f4f4;
	text-decoration: none;
}
	

 