body {
	background: #ecf0f0;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
a {
	color: #566b84;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2, h3, h4, h5{
	margin: 0;
	padding: 5px;
	width: 75%;
	/*border-bottom: 1px dotted #97a9ae;*/
	color: #007071;
	font-weight: normal;
}

h1 a, h1 a:hover, 
h2 a, h2 a:hover, 
h3 a, h3 a:hover, 
h4 a, h4 a:hover, 
h5 a, h5 a:hover{
	text-decoration:none;
	color: #00706f;
}

h1, .contentheading {
	color: #00706f;
	font-size: 20px;
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #94a3be;
	font-weight: normal;
	display: block;
	width: 75%;
}

h2 {
	color: #00706f;
	font-size: 18px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #cfd1d5;
}

h3 {
	color: #00706f;
	font-size: 16px;
	font-weight: normal;
	padding: 1px;
	
}

h4 {
	color: #00706f;
	font-size: 14px;
	font-weight: normal;
	padding: 1px;
	width: 50%;
	
}

li {
	padding-bottom: 5px;
	padding-top: 5px;
}


textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.PreLoad {display:none;}

#top {
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../images/Template/shadow.gif) top center no-repeat;
}


/***** HEADER *****/
.header{
	background-color: #FFFFFF;
	padding: 0px;
	border-top: #86a8aa 1px solid;
}

div.headerPic {
	padding: 0px;
	margin:0px;
	background: #cbdad5 url(/images/Template/HeaderPic_Background.png) repeat left;
   	height: 238px;
    width: 100%;
}


div.headerPic img{
	border: 1px solid #acc0b9;
}



td.headerPic {
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
 	
}


.headerPic p{
	padding-top: 90px;
	margin: 0px;
	font-size: 22px;
	color: #3a1044;
}


.headerImageLeft{
    padding-left: 270px;
	padding-right: 50px;
}

.headerImageRight{
    padding-right: 220px;
	padding-left: 50px;
}



.header h1 {
	font-size: 22px;
	color: #2c777d;
	margin: 0;
	padding: 1px;
	border-bottom: none;
}

.header h1 a{
	color: #1c4758;
	text-decoration: none;
}

.header h2 {
	font-size: 12px;
	color: #456080;
	margin: 0;
	padding: 1px;
	border-bottom: none;
	padding-left: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.header form {
	border: #b8def5 1px solid;
	margin: 0;
	padding: 4px 5px;
	background: #DDE7F5;
	font-size: 10px;
}

.header .button {
	color: #fff;
	background: #919191;
	border: 1px solid #fff;
	font-weight: bold;
}

.headerTitle{
	vertical-align:middle;
	padding-bottom: 1em;
	padding-top: 1em;
}

/*end header */

/***** MENUBAR *****/

#menuRow{
	background-color:#FFFFFF;
	padding: 4px 5px 0 5px;
	margin: 0;
	font: Verdana, Arial, Helvetica, sans-serif bolder;
	font-size: 13px;
	
}

.menuBar{
	background: url(/images/Template/TopMenu_Background.png) top repeat-x;
}

.menuBar a{
	color: #dce7e9;
	padding-left: 2px;
	padding-right: 2px;

}

.menuBar a:hover{
	color:#FFFFFF;
}

.menuBar div{
	background: url(/images/Template/TopMenu_Divder.png) top right no-repeat;
	padding-top: 8px;
	height: 100%;	
}


.menuBar td{
	height: 38px;
	vertical-align:bottom;
	text-align:center;
}

.menuBarRight{
	background: url(/images/Template/TopMenu_Right.png) top left no-repeat #FFFFFF;
	width: 9px;
}


.menuBarLeft{
	background: url(/images/Template/TopMenu_Left.png) top right no-repeat #FFFFFF;
	width: 9px;
}

/*end menuBar */


/***** SIDE BAR *****/

#sidebar {
	width:155px;
	padding: 0 5px 5px 17px;
	background-color:#FFFFFF;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#sidebar a{
	color: #456080;
	text-decoration: none;
}

#sidebar p {
	background: url(/images/Template/SideMenu_Divider.png) left bottom no-repeat;
	padding-left: 11px;
	padding-bottom: 4px;
	width: 150px;

}

#sidebar p:hover {
	background: url(/images/Template/SideMenu_Divider-On.png) left bottom no-repeat;
	
}

#sidebar p a:hover {
	color: #007071;
	font-weight: bold;
}

/*end sidebar */




/***** LOGIN *****/

#loginForm, #loginForm dl {
	margin: 0;
	padding: 0;
}
#loginForm dd {
	margin: 0;
	padding: 4px 3px;
}

#loginForm fieldset {
	margin: 0;
	padding: 4px 5px;
	border: 0;
	width: 186px;
	height: 85px;
	position: absolute;
	top: 0;
	right: 0;
	background: #DDE7F5;
}
#loginForm label {
	font-size: 10px;
	color: #000;
}

#header .inputbox {
	border: 1px solid #9E8B9B;
	font-size: 10px;
}
#loginForm a {
	font-size: 10px;
	color: #585858;
	float: left;
	display: block;
	margin: 5px 4px 0 0;
	text-decoration: underline;
}
#loginSubmit {
	float: right;
	margin: 0 2px 0 0;
}

/*end login */

#main {
	height: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
}


#Content {
	padding: 15px;
	padding-right: 40px;
	background-color:#FFFFFF;
}


.tblQuote{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
}

.tblQuote td{
	color:#475365; 
	font-size:14px; 
	font-weight:bold; 
	padding: 15px;
}











/***** LOGIN *****/



#footer {
	background-color:#FFFFFF;
	border-bottom: #86a8aa 1px solid;
	padding: 10px 10px 7px 10px;
	text-align:center;
	font-size: 85%;
	color: #a3a7a8;
}



#footer a {
	color: #a3a7a8;
	font-weight: bold;
}

.FooterTable_Left{
	height: 8px;
	width: 4px;
	background: url(/images/Template/Footer_Bottom-Left.png) bottom right no-repeat;
	padding-left: 4px;
}


.FooterTable_Middle {
	height: 10px;
	background: #066c7a url(/images/Template/Footer_Bottom-Middle.png) bottom repeat-x;
}

.FooterTable_Right{
	height: 8px;
	width: 4px;
	background: url(/images/Template/Footer_Bottom-Right.png) bottom left no-repeat;
	padding-left: 4px;

}





/*end sidebar */


.orangeBar_Left{
	background: #33898e url(/images/Template/ShadowLeft_Teal.gif) right top no-repeat;
	width: 100%;
	height: 238px;
	float:right;
}


.orangeBar_Right{
	background: #33898e url(/images/Template/ShadowRight_Teal.gif) left top no-repeat;
	width: 100%;
	height: 238px;
	float:left;
}



#headerBar_Left{
	background: url(/images/Template/ShadowLeft_Header.gif) right bottom no-repeat;
	width: 19%;
	height: 50px;
}

#headerBar_Right{
	background: url(/images/Template/ShadowRight_Header.gif) left bottom no-repeat;
	width: 19%;
	height: 50px;
}

#bgColumn_Left{
	border-right: #86a8aa 1px solid;
	height: 100%;
}

#bgColumn_Right{
	border-left: #86a8aa 1px solid;
	height: 100%;
}



#mainTable{
	margin-top: 10px;
	padding-bottom: 10px;

}
