/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #E0E0E0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #073178;
}
a:hover {
	color: #326489;
}
img {
	border: 0px none;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h2 { color: #4B2A51; }
h3 { color: #FFF; };
p { margin-top: 8px; }
table#page {
	position:relative;
	width: 762px;
	margin: 0px auto;
}
table#page th {
	height: 22px;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	padding-right: 8px;
	letter-spacing: 0.1em;
	word-spacing: 0.25em;
}

td.middle { 
	position: relative;
	width: 762px;
	background-image:url(../images/middle_bg.png);
	background-repeat:repeat-y;
}

div#leftColWrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width:309px;
	float: left;
	/*border: solid 1px #FF0000;*/
}
div#leftCol {
	position: relative;
	margin: 10px 0;
	width: 280px; /*256px;*/
	float: right;
	text-align: left;
	/*border: solid 1px #000;*/
}

div#rightCol {
	width: 404px;
	margin: 10px auto 0 325px;
	/*border: solid 1px #000;*/
}


hr.blue { 
	width: 100%;
	height:1px;
	border: none;
	color: #4793D3;
	background-color: #4793D3;
	margin: 10px 0;
	padding: 0;
}


td#bottom {
	position: relative;
	background-image:url(../images/bottom_bg.png);
	background-repeat:repeat-x;
	height: 111px;
	text-align: left;
	vertical-align:bottom;
}

.bottomDeco {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 308px;
	height: 9px;
	background-color: #4B2A51;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
p.cell { margin-top: 5px; }
div#rightCol h1, div#rightCol h2 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 1.8em;
	color: #4B2A51;
	letter-spacing: 0.07em;
	word-spacing: 0.10em;	 
}
div#rightCol h1 { font-weight: bold; }
div#rightCol h2 { padding-left: 108px; font-weight: 100; }



form#qc {
	width:215px;
	margin: 2px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form#qc input, form#qc textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px inset #725478;
	background-image: url(../images/input_tl_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 4px 2px;
	padding: 0px;
}
form#qc input { width: 101px; height: 18px; }
form#qc textarea { width: 124px; height: 45px; }

#footerLink {
	margin: auto;
	text-align: center;
}
#footerLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4270C2;
	text-decoration: none;
	padding: 0 6px 0 3px;
	background-image: url(../images/footer_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height:19px;
}
#footerLink a:hover { text-decoration: underline; }

#copyright {
	padding-top: 12px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #4270C2;
}
