HTML {
	height: 100%;
}

BODY {
	padding: 0;
	background-color: #434A66;
	color : #68676C;
	font-size : 65%;
	line-height: 1.5em;
	margin: 0;
	height: 100%;
}

BODY, TH, TD, P, DIV, TEXTAREA, INPUT, SELECT, H1, H2, H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

IMG { 
	border : none;
	padding: 0px;
	margin : 0px;
	vertical-align: top;
}

.floatFix:after {
	content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
    display: block;
}

#main_wrapper {
  	width: 760px;
  	background: url(images/trim.jpg);
  	background-repeat: repeat-y;
  	margin-left: auto;
  	margin-right: auto;
}  

#main_wrapper_blank {
  	width: 760px;
  	background: url(images/trim-blank.jpg);
  	background-repeat: repeat-y;
  	margin-left: auto;
  	margin-right: auto;
} 

#header {
  	height: 103px;
 	padding: 0px;
 	margin: 0px;
}

#nav {
  	color: #FFFFFF;
  	height: 26px;
  	background: url(images/nav-main.jpg);
  	background-repeat: no-repeat;
  	padding-left: 51px;
  	padding-top: 9px;
}  

#nav_blank {
  	color: #FFFFFF;
  	height: 26px;
  	background: url(images/nav-blank.jpg);
  	background-repeat: no-repeat;
  	padding-left: 51px;
  	padding-top: 9px;
}  

#footer { 
	height: 48px; 
	background: #FFFFFF url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 2px;
	padding-right: 40px;
	color: #FFFFFF;
}


/*////////////////////// INNER WRAPPERS //////////////////////*/


#content_wrap {
  	height: auto;
  	margin-left: 30px;
  	padding-bottom: 30px;
  	margin-top: 15px;
    min-height:350px;
  	height:auto !important;
  	height:350px;
  	background:url(images/bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#content_wrap_blank {
  	height: auto;
  	margin-left: 30px;
  	padding-bottom: 30px;
  	margin-top: 15px;
    min-height:350px;
  	height:auto !important;
  	height:350px;
 
}


/*////////////////////// CONTENT //////////////////////*/


#column_left {
	float: left;
  	width: 445px;
 	margin-left: 21px;
 	display: inline;
}

#column_right {
	float: right;
  	width: 168px;
	margin-right: 45px;
	display: inline;
}


/*//////////////////////  LINKS  //////////////////////*/


a:link {color: #1F328B;}
a:visited {color: #1F328B;}
a:hover {color: #000000;}
a:active {color: #000000;}

#column_right a:link {color: #FFFFFF;}
#column_right a:visited {color: #FFFFFF;}
#column_right a:hover {color: #000000;}
#column_right a:active {color: #000000;}

#footer a:link {color: #FFFFFF; text-decoration: none;}
#footer a:visited {color: #FFFFFF; text-decoration: none;}
#footer a:hover {color: #000000; text-decoration: none;}
#footer a:active {color: #000000; text-decoration: none;}

a.nav:link {color: #FFFFFF; text-decoration: none; font-size: 125%;font-family: times new roman, times, verdana;}
a.nav:visited {color: #FFFFFF; text-decoration: none; font-size: 125%;font-family: times new roman, times, verdana;}
a.nav:hover {color: #000000; text-decoration: none; font-size: 125%;font-family: times new roman, times, verdana;}
a.nav:active {color: #000000; text-decoration: none; font-size: 125%;font-family: times new roman, times, verdana;}

a.nav_on:link {color: #000000; text-decoration: none; font-size: 125%; font-family: times new roman, times, verdana;}
a.nav_on:visited {color: #000000; text-decoration: none; font-size: 125%; font-family: times new roman, times, verdana;}
a.nav_on:hover {color: #000000; text-decoration: none; font-size: 125%; font-family: times new roman, times, verdana;}
a.nav_on:active {color: #000000; text-decoration: none; font-size: 125%; font-family: times new roman, times, verdana;}


/*//////////////////////  TEXT & IMAGES  //////////////////////*/


P {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

img.pic {
	margin-bottom: 10px;
	border:1px solid #ffffff; 
}

img.pic_home {
	
	margin-bottom: 10px;
	border:1px solid #ffffff; 
}

h1 {
	font-size: 150%;
	color: #1F328B;
	line-height: 1.4em;
	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;
	font-family: times new roman, times, verdana;
	font-weight:normal;
}	

h2 {
	font-size: 125%;
	font-family: times new roman, times, verdana;
	color: #1F328B;
	line-height: 1.4em;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight:normal;
}

#column_right h1 {
	font-size: 130%;
	color: #1F328B;
	line-height: 1.4em;
	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;
}

#column_right h2 {
	font-size: 110%;
	color: #FFFFFF;
	line-height: 1.4em;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
	
ul {

	padding-left: 20px;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
}

li {
	font-weight:bold;
	padding-bottom: 4px;
}
.blue{
color: #1F328B;
}
.prwrap{
font-weight:bold;
text-align:center;
}