html, body, form, input, select, fieldset, ul, a, p, h1, h2, td, li, table {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.5px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body,html {
	background-color:#FFFFFF;
	text-align:center;
	color:#646464;
}

a {
	color:#1271b4;
}
a:hover {
	color:#4650af;
}
a:visited {
	color:#1271b4;
}

h1.news
{
	font-size:  16px;
	text-transform:  uppercase;
}


div#MainWrapper {
 	width: 820px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}




div#MastHead {
	width:820px;
	height:230px;
	margin-top:40px;
}
div#MastHead .MastHeadTopBorder {
	width:820px;
	height:10px;
	background-image:url(assets/design/top_glow.jpg);
}
div#MastHead .MastHeadBody {
	width:820px;
	height:210px;
}
div#MastHead .MastHeadBody .MastHeadLeftBorder {
	width:10px;
	height:210px;
	float:left;
	background-image:url(assets/design/left_glow_210.jpg);
}
div#MastHead .MastHeadBody .MastHeadLeftPannel {
	width:375px;
	height:210px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:right;
}
div#MastHead .MastHeadBody .MastHeadDivider {
	width:25px;
	height:210px;
	float:left;
	background-image:url(assets/design/v_seperator.jpg);
}
div#MastHead .MastHeadBody .MastHeadRightPannel {
	width:375px;
	height:170px;
	float:left;
	margin-top:12px;
	margin-right:15px;
}
div#MastHead .MastHeadBody .MastHeadRightBorder {
	width:10px;
	height:210px;
	float:left;
	background-image:url(assets/design/right_glow_210.jpg);
}

div#MastHead .MastHeadBottomBorder {
	width:820px;
	height:10px;
	background-image:url(assets/design/bottom_glow.jpg);
}


p {
	margin-bottom:8px;
	line-height:17px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}


.cushycms
{
	height:  145px;
}


div#MainBody {
	width:820px;
	height:620px;
}
div#MainBody .MainBodyTopBorder {
	width:820px;
	height:10px;
	background-image:url(assets/design/top_glow.jpg);
}
div#MainBody .MainBodyMain {
	width:820px;
	height:600px;
}
div#MainBody .MainBodyMain .MainBodyMainLeftBorder {
	width:10px;
	height:600px;
	float:left;
	background-image:url(assets/design/left_glow_600.jpg);
}
div#MainBody .MainBodyMain .MainBodyMainContent {
	width:800px;
	height:540px;
	float:left;
}
div#MainBody .MainBodyMain .MainBodyMainRightBorder {
	width:10px;
	height:600px;
	float:left;
	background-image:url(assets/design/right_glow_600.jpg);
}

div#MainBody .MainBodyMainBottomBorder {
	width:820px;
	height:10px;
	background-image:url(assets/design/bottom_glow.jpg);
}









div#Footer {
	width:820px;
	height:25px;
	margin-top:25px;
	text-align:center;
	font-size:8px;
}
div#Footer a{
	font-size:8px;
}


.txtBox {
	font:Arial, Helvetica, sans-serif;
	color:#201f1d;
	letter-spacing:0.02em;
	border-left:1px solid #d6c791;
	border-top:1px solid #d6c791;
	font-size:11px;
	background:#ffffff;
	cursor:pointer;
	height:22px;
}


form, select, input {
	display:inline;
}

