@charset "UTF-8";
/* CSS Document */

/* Body Rules for page */

body {
	margin-top: 20px;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color:#ffffff;

}

#mainPage {
	
	width: 775px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.paddingRightCenterColumn { 
	padding-right: 25px;

}

.paddingRightRightColumn { 
	padding-right: 15px;

}

/* Definition of Links */

a:link {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-style: normal;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-style: normal;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-style: oblique;
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}

/* Definitions for text in Body of page */

p{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#212121;
}

/* Definitions for Headers */

.header1orange {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color:#CC6600;
}

.header1green {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color:#737e18;
}


.header2orange {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#CC6600;
}

.header2green {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#5D750A;
}

.header3orange {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#CC6600;
}

.header3green {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#5D750A;
}


.header4orange {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#CC6600;
}

.header4green {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#666633;
}


.header5orange {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#CC6600;
}

.header5green {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#5D750A;
}

.centerColumnText {
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
font-size:14px;
font-weight:bold;
color:#333300;

}

.leftColumnText {
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
font-size:12px;
font-weight:bold;
color:#333300;

}

.rightColumnText {
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
font-size:12px;
font-weight:normal;
color:#333300;

}

/* Definitions for Image Placement Body of page */


.imageRightNoBorder {
	border: none;
	float: right;
	margin: 5px 0px 5px 5px;
}

.imageLeftNoBorder {
	border: none;
	float: left;
	margin: 5px 5px 5px 0px;
}	
.imageRight {
	border:solid 2px #000000;
	float:right;
	margin: 5px 0px 5px 5px;	
	
}

.imageLeft {
	border:solid 2px #000000;
	float:left;
	margin: 5px 5px 5px 0px;
}
