/* CSS 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

html{background-color:#294275; background-image:url('topbg.gif'); background-repeat:repeat-x; background-position:top; font-family:Arial, Helvetica, sans-serif; font-size:0.8em;}
body{width:900px;border:1px solid white; margin:20px auto; background-color:#FFFFFF}

.menu
{
	background-color: #006699;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu ul li{display:inline;}
.menu ul li a
{
	color: white;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu ul li a:hover{ color:white;text-decoration: underline;}

.bottom{clear:both;background-color:#006699; background-image:url('bottom.gif'); background-position:top; background-repeat:repeat-x;padding:5px;padding-top:15px;padding-bottom:5px; font-size:0.8em; text-align:center;}
.bottom,.bottom a,.bottom p{ color:#FFFFFF;}
.content
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.floatleft{float:left;margin-right:10px;}
.floatright{float:right;margin-left:10px;}
.floatright img{padding:10px; border:1px solid #006699;}
.clearboth{clear:both}
h1,h2,h3,h4,h5,h6,p,a,li,td{color:#006699;margin-bottom:1em;line-height:1.6em;}
h1{font-size:1.4em; font-weight:bold;}
h2{font-size:1.2em; font-weight:bold;}
.content ul{list-style:inside; list-style-type:disc;}
strong{font-weight:bold;}
.bordered{border:1px solid #006699;}
.tc tr td, .tc td{text-align:center;}

.imageRight
{
	float:right;
	clear:right;
	margin-left:15px;
	margin-bottom:10px;
}
.imageRightTop
{
	float:right;
	clear:right;
	margin-left:15px;
	padding-top:25px;
	margin-bottom:10px;

}
.alignImage
{
	clear:right;
}
.content h1
{
	margin-top:15px;
	color:#32528D;
}

.content h2
{
	color:#CB1514;
	margin-bottom:0px;
	padding-bottom:0px;
}
.clearRight
{
	clear:right;
}
.featureImage
{
	padding-left:0px;
	 padding-right:0px;
	 margin-left:0px;
	 margin-right:0px;
	
}