/* 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
margin: 0px;
padding: 0px;
background-image:url(../Images/middlebg.gif);
background-repeat: repeat;
font-family: Arial, Verdana, Tahoma;
font-size:12px;
}

p {
margin-bottom: 10px;
margin-left: 10px;
}

a{color:#438EB3; text-decoration:none; border:none;}

a:hover {
	color:#000000;
	text-decoration: none;
}

#nav {
background-image:url(../Images/bg_repeat.jpg);
background-repeat:repeat-y;
width: 995px;
height:auto;
min-height: 900px;
list-style: none;
}

#header {
width: 995px;
height: 165px;
margin: 0;
background-image:url(../Images/header_new.jpg);
background-repeat: no-repeat;
list-style: none;
}

#header2 {
width: 958px;
height: 31px;
margin: 0px;
background-position:left;
background-image:url(../Images/header2.jpg);
background-repeat: no-repeat;
list-style: none;
}

#content {
width: 958px;
margin: 0px;


}

#left {
width: 183px;
float:left;

}

#right {
	width: 700px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;



}

#footer {
margin: 0;
background-image:url(../Images/bottom.jpg);
background-repeat: no-repeat;
width: 995px;
height: 103px;
}

.tableheader {
background-image: url(../Images/header4.jpg);
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-style:inherit;
}

.tablebody {
background-color: #DFE5F2;
}
#nav #content #right .tablebody div {
	float: none;
}
