/* Framework */
* {
     margin: 0px;
     padding: 0px;
}

table {
	background-color: white;
}

body {
	text-align: left;
	background:#E7E7DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363636;
}
#mosSiteContainer {
	 border-top:10px solid #00943D;
	 border-bottom:1px solid #00943D;
	 background:url(../images/siteContainer-BG.gif) repeat-y #7E7474;
	 background-position:center center;
}
#mosSite {
     margin: auto;
     text-align: left;
	 width:960px;
	 background:#fff;
}
#mosSite fieldset {
     border: 0px solid #000;
}
#framework {
     width: 960px;
}

.columnLeftPlusCenter {
	width:800px;
	float:left;
}

.columnLeft {
	width:160px;
	float:left;
}
.columnCenter {
	width:640px;
	float:right;
}

.columnRight {
	width:160px;
	float:right;
	padding-bottom: 15px;
}

.columnRight #search{
text-align:center;	
}
.columnRight #search input {
	margin-bottom:5px;
}

/* Ads */
#skyscraper {}
#skyscraperLabel {
     display:none;
}
#skyscraperAd {
     width: 160px;
}
#banner {}

/* CCB */
#ccb {
     text-align: center;
}
#ccb p {
     display: none;
}
#ccb ul {
     text-align: center;
     display: inline;
     padding: 3px 0px;
} 
#ccb ul li {
     margin-left: 0;
     padding: 1px 5px;
     border-left: 1px solid #000;
     list-style: none;
     display: inline;
}
#ccb ul li.first {
     margin-left: 0;
     border-left: none;
     list-style: none;
     display: inline;
}
#ccb ul li a {}

/* Header */
#header {
	border-bottom:2px solid #000;
	background:url(../images/framework-bg.gif) repeat-y;
	margin:0px 0px 3px 0px;
}
#header .columnCenter{
	
}
#header h1 img {
	border:0px;
	padding:0px 8px;
}

/* Content */
#contentContainer {
	border-top:2px solid #000;
	background:url(../images/framework-bg.gif) repeat-y;
}
#contentContainer .columnCenter .contentPadding {
	padding:16px 16px;
}



/* Footer */
#footerContainer {
     text-align: center;
	 background:url(../images/footer-bg.gif) repeat-x;
}
#footer {
     margin: auto;
     text-align: left;
	 width:960px;
}
#footer .contentAreaPadding {
	padding:18px 9px;
}
#footerSubscribe p {
	width:163px;
	font-size:1.1em;
	line-height:14px;
	position:relative;
	top:2px;
}
#footerSubscribe a{
	font-weight:bold;
}
#footerTop {}
#footerBottom {
     clear: both;
}
#footerLogo {
	float:left;
	padding:0px 16px 8px 0px;
}
#siteIndex {
	float:left;
	width:400px;
	padding:8px 0px 0px 0px;
}
#siteIndex fieldset {
     border: 0px solid #000;
}
#siteIndex legend {
     display: none;
}
#siteIndex select {
	font-weight:bold;
	color:#000;
	font-size:1.1em;
}
#footerSubscribe {
	float:right;
	width:201px;
	height:34px;
	background:url(../images/footerSubscribe-BG.gif) no-repeat;
	padding-left:38px;
}
#copyright {
	font-size:1.1em;
	clear:both;
}
#copyright a {
	color:#363636;
}
#copyright a:hover {
	color:#EF9849;
}
#copyright .privacyPolicy {}

.formtext{
	text-transform:capitalize;
}


