/* basics */
body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #FFFFFF url(../images/bg_main.jpg) repeat-x left top;
}
td {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #51514A;
}
/* fonts */
.font_12 {
	font-size: 12px;
}
.font_16 {
	font-size: 16px;
}
.font_18 {
	font-size: 18px;
}
.font_20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.font_white {
	color: #FFFFFF;
}
.font_gold 	{
	color:#999973;
	}
.font_blue {
	color: #2C4EAC;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #2C4EAC;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2	{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #2C4EAC;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #2C4EAC;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	line-height: 20px;
	color:#2C4EAC;
	font-weight: normal;
}

.intro_para {
	font-size: 14px;
	line-height: 22px;
}





/*tables */
.table_main {
	border: 1px solid #CCCC99;
}

/* nav */
.nav {
	background-image: url(../images/master.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 144px;
}
.branches {
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-transform: uppercase;
}

.branches a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 14px;
}
.sub_nav {
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 11px;
	text-decoration: none;
}


/* indents */
.indent_5 {
	padding: 5px;
}
.indent_left {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.font_10 {
	font-size: 10px;
}
.margin_0 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.indent_10 {
	padding: 10px;
}

/* bgs */
.bg_leftpanel {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
}
.bg_leftpanel a {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.bg_rightpanel	{
	background: url(../images/bg_right.jpg) repeat-y right top;
	
}
.bg_button {
	background-image: url(../images/bg_button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-size: 12px;
	color: #51514A;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.bg_button a {
	color: #51514A;
	text-decoration: none;
}
.button_2 {
	font-weight: bold;
	color: #51514A;
	background-image: url(../images/bg_button_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-transform: uppercase;
}
/* borders */
.border_bottom	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	padding-top: 2px;
	padding-bottom: 2px;
}
.border_bottom_4 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
.sub_nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
}
.indent_5_top {
	padding-top: 5px;
}
.img_padding_left_bottom {
	padding-bottom: 10px;
	padding-left: 10px;
}

.italic {
	font-style: italic;
}
.uc {
	text-transform: uppercase;
}
.foraction {
	font-size: 20px;
	color: #FF0000;
}
.font_14 {
	font-size: 14px;
}
.copyright {
	font-size: 9px;
	padding: 10px;
}
.copyright p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.copyright a {
	text-decoration: none;
	color: #51514A;
}
.branch {
	color: #2C4EAC;
	text-decoration: none;
}
h3 a {
	color: #898272;
	text-decoration: none;
}


.keywordHighlight {
	color: black;
	font-weight: bold;
	background-color: #FFEC9C;
}
.indenttoppadd {
	padding-top: 23px;
}
