body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{  
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
}
 
body {
   font-family: Arial;  
   background: url( ../images/layup/bg.jpg ) repeat-x top left #fffee9;
   font-size: 12px; 
}

table 
{ 
    border-collapse:collapse; 
    border-spacing:0; 
}
 
fieldset,img 
{  
    border:0;
    padding: 0;
    margin: 0; 
}
 
address,caption,cite,code,dfn,em,strong,th,var 
{ 
    font-style:normal; 
    font-weight:normal; 
}
 
ol,ul 
{ 
    list-style:none; 
}
 
caption,th 
{ 
    text-align:left; 
}
 
h1,h2,h3,h4,h5,h6 
{ 
    font-size:100%; 
    font-weight:normal; 
}
 
q:before,q:after { 
    content:''; 
} 

abbr,acronym { 
    border:0; 
}

.banner {
	height: 225px;
	overflow: hidden; 
	background: url( ../images/layup/banner.jpg ) no-repeat;
}

.leftCol {
	width: 160px; 
	background: #e7efca;
}

.leftColInner {
	width: 160px; 
	background: url( ../images/layup/leftNavTop.jpg ) top left no-repeat #e7efca;
}

.rightCol {
	width: 160px; 
	background: #e7efca;
}

.rightColInner {
	width: 160px; 
	background: url( ../images/layup/leftNavTop.jpg ) top left no-repeat #e7efca;
}

.mainCol {

}

.mainColPadding {
	padding: 10px 10px 10px 10px;
	overflow: hidden; 
}

.footer {
	height: 30px; 
	background: #344f2e;
	color: #e9f2bd;	
}

.footer a {
	color: #e9f2bd;	
	text-decoration: none;
}

.footer a:hover {
	color: #e9f2bd;	
	text-decoration: underline;
}

h1 { /* title */
	font-size: 18px; 
	font-weight: bold;
	padding-bottom: 10px; 
}

h2 {
	font-size: 14px; 
	font-weight: bold;
	padding-bottom: 5px; 
}

.padding10 {
	padding: 10px 10px 10px 10px;
}

.padding5 {
	padding: 5px 5px 5px 5px;
}

.leftFade {
}

.rightFade {
}

input {
	margin-bottom: 2px; 
}

.required {
	color: #ff0000;
}

.error {
	color: #ff0000;
	font-weight: bold; 
	margin-bottom: 5px; 
}

.homepageButton {
	margin-left: 5px; 
	margin-bottom: 5px; 
	margin-top: 5px; 
}

.leftNavSpacer {
	height: 3px; 
}

.leftNavButton {
	width: 160px;
	height: 24px; 
	text-align: center; 
	background: #344f2e; 
}

.leftNavButtonHover {
	width: 160px;
	height: 24px;
	text-align: center; 
	background: #bac587;
	 
}

.leftNavButton a {
	color: #e9f2bd;  
	text-decoration: none;
	font-weight: bold; 
	position: relative;
	top: 4px; 
}

.leftNavButtonHover a {
	color: #344f2e;  
	text-decoration: none;
	font-weight: bold; 
	position: relative;
	top: 4px; 
}

.leftNavButtonHover a:hover {
	color: #344f2e;  
	text-decoration: none;
	font-weight: bold; 
	position: relative;
	top: 4px; 
}

.leftNavTitleBar {

	background: #344f2e;
	height: 40px; 
	width: 160px; 

}

.titleBar {

	width: 100%;
	height: 40px; 
	background: #344f2e;
	color: #e9f2bd;

}

.titleBar h1 {

	position: relative;
	top: 7px; 
	text-align: center; 

}

.thumbImageBorder {
	width: 164px;
	height: 123px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.red {
	color: #ff0000; 
}

.blue {
	color: #0000ff; 
}
