/* CSS Document */
/*  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;

	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
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;
}

/*  End RESET */
body {
	background: url(graphics/home/bg_swirl.gif);
}
p {
	margin-bottom: 8px;
}


.header {
	background: #96A8ED url(graphics/home/top.gif);
	margin: 0px;
	padding: 10px;
	height: 64px;
}
.header .banners {
	background: #96A8ED;
	height: 64px;
	margin: 0px;
	padding: 0px;
   min-width: 930px;
}
.header .banners img {
	float: left;
	padding-right: 200px;
}
#left {
	background: url(/graphics/Leftbg.gif) repeat-y;
	padding-right: 10px;
	padding-left: 10px;

}
#left #nav {
	font-size: .85em;
	background: #CBD2ED;
	width: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#left #nav ul {
	margin-bottom: 15px;
}

#left #nav li {
	list-style-image: url(graphics/home/dot.gif);
	list-style-position: inside;
	padding-left: 4px;
	padding-bottom: 6px;
}
#left #nav a:link {
	text-decoration: underline;
	padding-left: 3px;
}#left #nav a:visited {
	text-decoration: underline;
	padding-left: 3px;
}

#left #nav a:hover {
	text-decoration: underline;
	color: #796100;
	background: #E7DBAE;	padding-left: 3px;
}
#left #nav form {
	background: #E7DBAE;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.main {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 50px;
  overflow: hidden;
}
.small {
	font-size: .65em;
}
.med {
	font-size: .90em;
}
.main h1 {
	font-size: 2em;
	color: #008BE7;
}
.main h2 {
	font-size: 1.8em;
	color: #783857;
	margin-top: 7px;
	margin-bottom: 7px;
}
.blockright {
	width: 374px;
	margin-left: 340px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.main .mmlinks {
	background: #CBD2ED;
	float: none;
	border: 2px double #0000BD;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mmlinks h3 {
	color: #ECEEF9;
	background: #0000BD;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
}

.indent70 {
	margin-left: 70px;
}
.indent410 {
	margin-left: 410px;
}
.floatleft {
	float: left;
}
.pad7top {
	padding-top: 7px;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.main  li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.main .rCol {
	width: 240px;
	margin-left: 480px;
}
.main .midCol {
	float: left;
	width: 410px;
}
.foot {
	text-align: center;
	border-top: 3px solid #8D8DBA;
	border-bottom:3px solid #8D8DBA;
	padding: 5px 10px;
	line-height: 25px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 10px;
	background: #E8EBF7;

}

