/* Start of CMSMS style sheet 'Master' */
@charset "utf-8";
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.left {float:left;}
.right {float:right; width: 130px;}
.clear {clear:both;}
.align {vertical-align:middle;}
.italic {font-style:italic;}
/*MAIN STYLE*/

body {
	text-align:center;
	background:#FFFFFF;
	line-height:1.133;
	color:#333333;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:800px;
	text-align:left;
	margin:15px auto;
        align: center; //mtm added
}

#header {
	background:url(uploads/images/missionsmadepossible_logo2.gif) no-repeat top center;
	width:800px; height:100px;
}

#header a{display:block; width:790px; height:85px;margin:0px auto;}
#header span {display:none;}

.banner {
	width:800px; height:190px; xbackground-color:#262626; margin:5px auto; padding:20px 0 0 0;
}

#container {
	border-top:1px solid #cccccc;
	float:left;
	width:800px;
}

#container h1,h2 {color:#0000ff; font-weight:bold; font-size:14px;}
#container h3 {color:#333333; font-weight:bold; font-size:12px;}
#container a {color:#006699; text-decoration:none;}
#container a:hover {color:#006699; text-decoration:underline;}

#centercol {
	width:370px;
	padding:20px 10px;
}

#leftcol {
	width:200px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.motw {border-top:1px solid #CCCCCC; padding:10px;}

#rightcol {
	width:200px;
	height:300px;
        padding-top:5px;
}
#singlecol {
	width:705px;
	padding:20px;
}
#footer {
	width:100%;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:15px 0;
	padding:10px;
}
#footer span {color:#999999;}

/*MENU STYLE*/
ul.nav li ul { margin-left: 10px;}
ul.nav li ul li { display:block; padding:2px 0; font-size:12px;}
/* End of 'Master' */

