/****************************
General Page Design Elements
*****************************/
body {
	width: 1024px;
	margin: auto;
	padding: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a, a:hover {
	text-decoration: none;
	color: #9c7e1a
}
a:visited {
	color: #9c7e1a;
}
#container {
	width: 100%;
	text-align: left;
}
#header {
}
#mainHeader {
	width: 100%;
	height: 80px;
	background: #fff url(/new/templates/errma2/images/banner_main.png) no-repeat;
}
#headerBottom {
	width: 100%;
	height: 40px;
	background: #fff url(/new/templates/errma2/images/banner_bottom.png) no-repeat;
}

#headerImages {
	float: left;
}
#topMenu {
	float: right;
	padding-right: 10px;
	font-size: 12px;
}
#topMenu li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
#topMenu ul {
	margin-top: 0.5em;
}
#pageBody {
	min-height: 400px;
	margin: 10px;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: auto;
}

#leftColumn {
	width:160px;
	float: left;
	text-align:left;
}
#maincolumn {
	text-align: left;
	margin: auto;
	padding: auto;
	min-height: 350px;	
}

#maincolumn_withLeft {
	text-align: left;
	margin: auto;
	padding: auto;
	min-height: 350px;	
	width: 640px;
}


#footer {
	width: 1024px;
	height: 80px;
	margin-top: 80px; /*background: #5fc63b;*/;
	background: #c2e546;
	float: left;
}
#footerContent {
	float: left;
	padding-left: 20px;
	padding-top: 30px;
}
#footerRight {
	float: right;
}

#contentContainer {
	width: 100%;
	background-color: #ddf295;

	text-align:left;
}

#contentPlaceholder  {
	margin: 0 10px;
}

#pageTop {
	background: url(/new/templates/errma2/images/tr.gif) no-repeat top right;
	height: 20px;
	padding:0;
	margin:0;
}

#pageBottom {
	background: url(/new/templates/errma2/images/br.gif)  no-repeat top right;
	height:20px;
	padding:0;
	margin:0;
}

/****************************
Content Pane Stuff
*****************************/
div.componentheading {
	font-size:14px;
	font-weight:bold;
}

.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #799517;
}
/** Menus **/
div.menu {

}

div.module {
	padding: 0 5px;
	font-size: 12px;
}

div.module li {
	margin-left:-25px;
	list-style-type:none;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
	color: #98ac52;
	margin: 2px 0;
}

strong {
	font-size:14px;
}
