@charset "utf-8";
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0678A4;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	line-height: 1.25em;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	line-height: 1.25em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
input[type=text],input[type=password],textarea{
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
}

body {
	background-color: #D5F6FE;
	margin-top: 5px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #01A1E0;
}
#menu {
	width: 200px;
	text-align: left;
	vertical-align: top;
}
#vMenu {
	margin-top: 3px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

#menu li {
	margin-left: 5px;
	line-height: 0.5em;
}

#vMenu a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#vMenu a:hover {
	color: #F77E00;
}

#content {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #B4C38B;
	width: 510px;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentMoon {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #B4C38B;
	width: 510px;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(/images/moon.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.gray_box {
	background-image: url(/images/gray_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.orange_box {
	background-image: url(/images/orange_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.tdLeft70 {
	width: 70%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight30 {
	width: 30%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft60 {
	width: 60%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight40 {
	width: 40%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
#divBlue fieldset {
	background-color: #E9FAFE;
	padding-bottom: 10px;
}#divYellow fieldset {
	background-color: #FDFEEA;
	padding-bottom: 10px;
	padding-top: 3px;
}
#divRSS li {
	padding-bottom: 10px;
}
#divRSS ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#tdBotLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
