/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #555753;
	line-height:1.5em;
	background:#e8edff;
	
	}
	body a {
		color: #039;
		text-decoration:none; 
		}
		body a:hover{
		color: #039;
		text-decoration:underline; 
		}

	body hr {
		color: #e8edff;
		background-color: #e8edff;
		border: 0;
		margin: 0;
		height: 1px;		
	}
	body h1 { 
		padding:0 0 15px 0;
		font-size: 14px;
		font-weight: bold;
		color: #039;
	
	}
	body h2 { 
		padding:10px 0 5px 0;
		font-size: 10px;
		font-weight: bold;
		color: #666699;
		text-align: left; 
	}


/*html,body{font:12px arial;line-height:1.5em;padding:0;margin:0 0 0 0;color:#000;background:#d4e2f4}*/
/* Containers */
.container{float:left;width:100%;margin:0;padding:0;text-align: left;}
.outer{width:1004px;margin:0 auto 0 auto;padding:0}

/* Main Links */
a:link{color:#22538f;text-decoration:none;font-weight:bold}
a:visited{color:#22538f;text-decoration:none;font-weight:bold}
a:hover{color:#22538f;text-decoration:underline;font-weight:bold}

h1 a:link{color:#22538f;text-decoration:none;font-weight:bold;font-size:16px;}
h1 a:visited{color:#22538f;text-decoration:none;font-weight:bold;font-size:16px;}
h1 a:hover{color:#22538f;text-decoration:underline;font-weight:bold;font-size:16px;}

/* elements */
img{border:0}
.right{float:right;text-align:right}


/* Header */
.logo{float:left;height:161px;margin:0;padding:0}
.mainpic{float:left;margin:10px 0 15px 0;padding:0}

.topnav{float:right;padding:0;margin:0;width:99%;height:45px}
.topnav ul{float:left;padding:0;margin:0;font-size:14px;list-style-type:none}
.topnav li{display:inline;margin:0;width:135px}
.topnav li a{float:left;display:block;text-decoration:none;margin:1px 0 0 0;padding:10px;height:33px;text-align:center;color:#fff;background:url('../img/btn-active.gif') no-repeat;width:115px;font-weight:bold}
.topnav li a:visited{color:#fff}
.topnav li a:hover, .mattblacktabs li.selected a{padding:10px;margin:1px 0 0 0;height:33px;background:url('../img/btn-hover.gif') no-repeat;color:#436ba6;width:115px;text-align:center;font-weight:bold}

.rightwrapper{float:left;width:715px;margin:0;padding:10px}
.leftwrapper{float:right;width:227px;margin:20px 0 0 0;padding:5px;background:#ededed;border:1px solid #a29592}
.wrapper{float:left;width:227px;height:300px;margin:12px 12px 12px 0;padding:5px;background:#ededed;border:1px solid #a29592}
/*width was 237 */
.boxhead{float:left;width:217px;padding:10px 5px 5px 5px;margin:0;height:23px;background:url('../img/boxbg.gif') repeat-x;font-size:14px;color:#fff;font-weight:bold}
.boxtext{float:left;width:217px;padding:5px;margin:0 0 10px 0;color:#868586}
.framebot{float:left;width:100%;margin:0;padding:10px 0 0 0}

.text{float:left;width:100%;margin:0;padding:0 0 10px 0;color:#535957}

.rgtwrapper{float:left;width:303px;padding:4px 0 0 4px;margin:0;height:235px;background:url('../img/box-bg.gif') no-repeat}
.rgthead{float:left;width:47px;margin:0;padding:0}
.rgtwrap{float:left;width:236px;padding:10px;color:#fff}

.footer{float:left;padding:10px 0 0 0;width:70%}
.footer ul{padding:0;margin:0;float:left}
.footer ul li{float:left;margin:0 5px 0 0;padding:0;list-style-type:none;font-weight:bold;color:#fff}
.footer ul li a:link{text-decoration:none;color:#22538f}
.footer ul li a:visited{text-decoration:none;color:#22538f}
.footer ul li a:hover{text-decoration:underline;color:#22538f}
.copyright{float:left;margin:0;padding:12px 0 0 0;color:#22538f;width:70%;font-weight:bold}

