/* CSS Document */
/* =Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

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, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img{
    border:none;
}

h1, h2, h3, h4, h5, h6, pre, code{
    font-size:100%;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration:none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
}

p{
     margin-top:15px;
     margin-bottom:15px;
}
ul {
   list-style-type: disc;
   list-style-position: outside;
   padding: 5px;
   margin: 5px 5px 5px 25px;
}
ol {
   list-style-position: outside;
   padding: 5px;
   margin: 5px 5px 5px 25px;
}
hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
}
#h1splash{
	background-image: url(images/header.png);
	display: block;
	text-indent:-5000em;
	overflow:hidden;
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 100%;
	background-position: center;
	background-color: #FFFFFF;

}
#contentouter{
	width: 100%;
	float: left;
	margin-top: 6em;
}

#content {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	float: left;
	height: 300px;
	/*background-color: #007D83;*/
	background-color: #127B81;
}
#contentinner {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.8em;
	height: 210px;
}
#contentinner ul{
	list-style-type: disc;
}
#contentinner li{
	list-style-type: disc;
}
#contentin2{
	width:350px;
	float:left;
}
#copy {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	padding-top: 10px;
	line-height: 3em;
}
.enter{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #069;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	height: 45px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 20px;
}
.enter a, a:visited{
	color: #007D83;
	text-decoration: none;
}
.enter a:hover{
	color: #CC0066;
	/*color: #999999;*/
	text-decoration: none;	
}
