@charset "utf-8";
/* CSS Document */

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,  
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;
}
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;
}

html, body{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

html{
background-image:url('bg_3.gif');
background-attachment:fixed;
background-repeat:no-repeat;
}

body{
margin-top:51px;
}

#topBar{
width:100%;
height:41px;
background-image:url('topBar.png');
background-repeat:repeat-x;
position:fixed;
top:0;
left:0;
display:block;
z-index:2000;
}

#topBarContent{
width:865px;
height:29px;
padding-top:12px;
margin:0px auto;
font-weight:bold;
color:#FFFFFF;
display:block;
position:relative;
}

#whole{
width:865px;
position:relative;
display:block;
margin:0px auto;
}

#leftTop{
width:656px;
height:60px;
float:left;
display:block;
background-image:url('leftTop.png');
background-repeat:no-repeat;
position:relative;
clear:left;
}

#leftMid{
width:612px;
padding:22px;
padding-top:0px;
padding-bottom:0px;
float:left;
display:block;
background-image:url('leftMid.png');
background-repeat:repeat-y;
position:relative;
clear:left;
}

#leftBot{
width:656px;
height:60px;
float:left;
display:block;
background-image:url('leftBot.png');
background-repeat:no-repeat;
position:relative;
clear:left;
}

#searchBox{
height:78px;
width:183px;
padding-top:30px;
padding-left:25px;
background-image:url('searchBox.png');
background-repeat:no-repeat;
float:right;
position:relative;
display:block;
clear:right;
}

.right{
width:174px;
padding-top:15px;
padding-left:17px;
padding-bottom:15px;
padding-right:17px;
height:188px;
float:right;
display:block;
background-image:url('rightBack.png');
background-repeat:no-repeat;
position:relative;
clear:right;
}

#leftFloat{
float:left;
}

#rightFloat{
float:right;
}

a:link, a:hover, a:visited{
color:#76B0E8;
}

.topnav a:link, topnav a:hover, topnav a:visited{color:#FFFFFF;}
.blockTitle {
font-weight: bold;
font-size: 16px;
border-bottom: 1px dotted #0099FF;
padding: 3px;
padding-left: 0px;
color:#666666;
}