/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 30px 0 30px 0;
	font: 76% arial, helvetica, sans-serif;
	color: #000;
	background: #366091;	
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	color: #366091;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #CC3300;
}
a:active, a:hover {
	color: #366091;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 2px;
}
/*input.button {
	margin-top: 9px;
}*/
input.box, textarea.box {
	border: 1px solid #93a3b4;
	width: 350px;
	padding: 2px 1px;
	background: url(../images/bg_form.gif) repeat;
}
span.required {
	color: #CC3300;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	
/* ============  MAIN PAGE BLOCKS ================= */
#pagebodycontent {
	background: #fff;
	margin: 0 auto;
	width: 700px;	
}
table#content {
	width: 700px;
}
table#content td {
	vertical-align: top;
}
table#content tr td#main {
	width: 400px;
	padding: 20px;
}
table#content tr td#side {
	width: 300px;
}
table#content tr td#side img {
	display: block;
}

#header {
	margin: 0 auto;
	width: 700px;
	background: #13355d;
	padding: 8px 0;
}
#header p {
	margin: 0;
	font-size: 1.6em;	
	color: #fff;
	margin-left: 1em;
	margin-right: 1em;
	letter-spacing: 1px;
}
#email {
	width: 300px;
	float: right;
	text-align: right;
}
#header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:active, #header a:hover {
	color: #366091;
	text-decoration: none;
}
#banner {
	padding: 0;
	/*background: #13355d;*/
	border-width: 0px 0;
	border-style: solid;
	border-color: #000;
}
#banner img {
	display: block;
	margin: 0 auto;
}

#footerbar {
	padding: 1em 0 0 0;
	margin: 0 auto;
	width: 700px;
	background: url(../images/line_blue_dotted.gif) repeat-x top;
	color: #a8adac;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em auto;
}	
#footerbar a:link, #footerbar a:visited, #footerbar a:active {
	text-decoration: underline;	
	color: #a8adac;	
}
#footerbar a:hover { 
	text-decoration: underline; 
	color: #13355d;
}
table#logos {
	margin: 0 auto;
}
table#logos td {
	vertical-align: middle;
}
table#logos img {
	margin: 0 30px;
}


table.footer-info {
	width: 700px;
}
table.footer-info td {
	vertical-align: top;
}
table.footer-info tr td.logo {
	width: 84px;
}
table.footer-info tr td.infotext {
	width: 308px;
}
table.footer-info ul {
	list-style: none;
	margin: 0 15px 0 20px;
}
table.footer-info ul li {
	background: url(../images/icon_tick.gif) no-repeat 0 0.4em;
	padding: 8px 0 15px 35px;
}

div.feature {
	background: url(../images/line_dotted_red.gif) repeat-x top;
	margin: 14px 0;
}
div.feature h3 {
	background: url(../images/line_dotted_red.gif) repeat-x bottom;
	font-size: 1.2em;
	padding: 0.5em 1px;
	color: #cd0606;
}

div.blue-box {
	background: #c2c8c7;
	border: 1px solid #13355d;
	width: 100%;
	padding-bottom:6px;
	margin-top: 20px;
}
div.blue-box h3 {
	font-size: 1.2em;
	margin: 6px 0 0 0;
	padding-left:10px;
}
div.blue-box h3 a {
	font-weight: bold;
	text-decoration: none;
}
div.blue-box h3 a:link, div.blue-box h3 a:visited {
	color: #732128;
}
div.blue-box h3 a:active, div.blue-box h3 a:hover {
	color: #366091;
}
div.blue-box p {
	margin: 5px 0 4px 0;
	font-size: 1.0em;
	padding-left:6px;
}
div.thumb {
	background: #93a3b4;
	width: 87px;
	padding: 4px;
	float: left;
	margin-right: 10px;
}
div.thumb img {
	display: block;
	border: 1px solid #474f57;
}


ul.bullet {
	list-style: none;
	margin: 0 0 0 4px;
}
ul.bullet li {
	background: url(../images/arrow.gif) no-repeat 0 0.45em;
	padding: 0 0 0 10px;
	
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 6px 0;
	background: #13355d;
	
	margin: 0 auto;
	width: 700px;
	text-align: left;
	font-size: 1.4em;
	
}
#navbarh ul {
	padding: 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 30px;
}
#navbarh ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#navbarh a:link, #navbarh a:visited {
	color: #fff;
}
#navbarh a:active, #navbarh a:hover {
	color: #366091;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#SideImage {
padding-bottom:2px;
}

#ImgBottom {
padding-bottom:5px;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #a8adac;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #13355d;  
}
.sig {
	color: #a8adac;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em auto;
	width: 700px;
}


