@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	This is the core CSS.
	Extend this sheet in each
	site with another sheet.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
        font-family:verdana;
        font-size:12px;
        color:#ffffff;
        background-color:#3d413c;     
}

h1,h2,h3,h4,h5,h6 {padding:0; margin:0; font-weight:normal;}
li{margin:4px 0 0 15px; padding:0}

#page-container {
	width:960px;
	vertical-align:top;
	background-color:black;
	margin:0;
	padding:0;
}
/*******************************
	Navigation
*******************************/
#banner {
	color:white;
	font-family:verdana;
	font-size:12px;
	height:42px;
	margin:0;
	padding:0;
	text-align:left;
}
#top-navigation {  
	font-size:10px; 
}
#top-navigation a {
	 color:#ffffff;
	 text-decoration:none;
	 font-size:11px;
}
/*******************************
	Main content
*******************************/
#main-content {
}

/*******************************
	Footer
*******************************/
#footer {
	background-color:#c1c1c1;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	clear:both;			/* Clearing floats for the sake of sanity */
}

#footer a {
	color:#cc9966;
}

#m3footer {
	background-color:#c1c1c1;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-align: right;
	padding:12px;
	clear:both;			/* Clearing floats for the sake of sanity */
}

#m3footer a {
    color:#ed6617;
}.smtxt {
	font-size: 9px;
	line-height: 1.2em;
}
