@charset "utf-8";
/* =============== sitewide definitions  =============== */
html {
     overflow: -moz-scrollbars-vertical;
}
body  {
	margin: 20px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bgblue.gif);
	background-repeat:repeat;
}
.twoColFixLtHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-top: 1px;
	text-align: left;
} 
img {
	border: none;
	}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
h1 {
	padding: 15px 0 10px 0;
	font-size:14px;
	font-weight: bold;
	color: #4D638C;
	}
h3 {
	padding: 5px 0 5px 0;
	font-size:12px;
	font-weight: bold;
	}	

/* =============== header (menu)  =============== */
.twoColFixLtHdr #header {
	padding: 11px 10px 7px 20px;
	height: 37px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #header ul {
	margin: 0;
	padding: 0 10px 15px 10px;
	font-size: 12px;
	}
.twoColFixLtHdr #header li {
	float: left;
	position: relative;
	list-style: none;
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
	font-weight: bold;
	left: 15px;
	}

.twoColFixLtHdr #header li a{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}

.twoColFixLtHdr #header li a:hover{
	color:#FFFFFF;
	text-decoration: none;
	}

/* =============== home page main content =============== */
.twoColFixLtHdr #homepage {
	padding: 10px 0 0 0;
	margin: 0;
} 

/* =============== left column  =============== */

.twoColFixLtHdr #sidebarLeft {  /* for home page */
	float: left; 
	width: 216px;
	height: 158px; 
	padding: 5px 17px 10px 17px;
	margin: 5px 5px 5px 6px;
	text-align: justify;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 180px; 
	padding: 10px 10px 15px 5px;
}


/* =============== main column  =============== */


.twoColFixLtHdr #sidebarCenter {   /* for home page */
	margin: 5px 253px 5px 254px; 
	padding: 10px 10px 11px 10px; 
	height: 158px; 
	background-image: url(../images/bg_center.jpg);
	background-repeat: no-repeat;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
} 

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; 
	padding: 0 20px; 
} 


/* =============== right column (home page) =============== */

.twoColFixLtHdr #sidebarRight {
	float: right; 
	width: 216px; 
	padding: 5px 15px 10px 15px; 
	margin: 5px 5px 5px 0px;
	text-align: justify;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
}

/* =============== footer (copyright)  =============== */
.twoColFixLtHdr #footer {
	padding: 10px 10px 10px 20px;
} 

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0;
	font-size:9px;
	text-align: center;
	color: #999999;
	font-weight:bold;
}
.twoColFixLtHdr #footer a {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #999999;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #999999;
	text-decoration: underline;
}

/* =============== formatting  =============== */
.fltrt {
	float: right;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fltmd {
	float: right;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.paddingtop {
	padding-top: 100px;
	padding-left: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quotecolor1 {
	color:#3A4A69;
	}
.note {
	color:#333333;
	font-size:9px;
	font-style:italic;
	}
