/*****************************************
 ** ZERO *********************************
 *****************************************/
div, body, a, img, p, ul, li, h1, h2, h3, form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}

/*****************************************
 ** DIVS *********************************
 *****************************************/

body{
	background: #131f33;
	padding: 33px;
}


#wrapper {
	width: 760px;

	margin: 0px auto;
}

#header_img {
	display: block;
	margin: 0px auto;	
}

#nav {
	background: url("images/nav/navbg.gif");
	height: 32px;
}

#main {
	background: #e3e0d7;
	overflow: auto;
	padding: 20px;
	width: 720px;


}

#int_footer {
	background: #223554;
	height: 30px;
	margin-bottom: 20px;
	clear: left;
}
/* DEBUG BORDERS */


#l_column {
	width: 180px;  /* True width: 218px */
	background: url("images/l_column_fade.jpg") no-repeat;
	height: 434px; /* real height: 472px */
	float: left;

	padding: 19px;
}

#r_column {
	width: 470px;
	float: right;
	height: 400px;
	position: relative;
	display: inline;

}

#r_top{
	
	padding: 10px;
	padding-top: 20px;

}

#r_top img {
	margin: 5px;
}

#r_bottom {

	padding: 10px;
}

#tagline {
	background: #e3e0d7;
	padding: 10px;
	padding-left: 20px;
	clear: left;
	position: relative;

}

#single {
	padding: 30px 70px;
	min-height: 400px;
}

.invlink:hover  {
	text-decoration: underline;
}


/*****************************************
 ** LISTS ********************************
 *****************************************/

#navlist {
	list-style-type: none;
}

#navlist a {
	display: inline;
	float: right;
}

#navlist li {
	display: inline;
}

#footlist {
	list-style-type: none;
	margin-right: 20px;
}

#footlist li {
	display: inline;
}

#footlist a {
	display: inline;
	float: right;
	color: #c1cbd7;
	font-size: 11px;
	line-height: 30px;
	margin: 0px 5px;
}


/*****************************************
 ** TEXT *********************************
 *****************************************/

.foot {
	font-family: arial;
	font-size: 11px;
	text-align: center;
	color: #898f99;
}

.blue {
	color: #2a4167;
}

.lblue {
	color: #73726e;
}
.cr {
	margin-bottom: 10px;
}

.cr2 {
	margin-bottom: 15px;
}

p, body, a {
	font-family: arial;
	font-size: 12px;
}

.fpq {
	color: #2a4167;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
}

.main1{
	font-family: georgia, "times new roman";
	font-size: 18px;
	color: #223554;
}

.main2{
	font-size: 14px;
	color: #73726e;
	line-height: 26px;
}


.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.m {
	font-size: 1.1em;
}

.s {
	font-size: 0.8em;
}

.linky {
	color: #926516;
	text-decoration: underline;
}

.linky:hover {
	text-decoration: none;
}

.lh1 {
	line-height: 20px;
}

/*****************************************
 ** IMGS *********************************
 *****************************************/

.qmark {
display: block; float:  left; margin-right: 6px; margin-left: 2px; margin-top: 6px;
}

/*****************************************
 ** CC PAYMENTS **************************
 *****************************************/

.form_l {
	float: left;
	width:250px;
}

.form_r {
	float: left;
	width:250px;
	margin-bottom: 3px;
}

.form_r input {
	width: 230px;
}

.form_r select {
	width: 233px;
}