body
{
	background-color: #336699;
	text-align: center;
}
.contentwindow
{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	background-color: #ebebd4;
	color: Black;
	text-align: left;
	font-family: Times New Roman, Times, serif;
}
#title
{
	position: absolute;
	top: 15px;
	left: 37px;
	z-index: 0;
	width: 650px;
	height: 64px;
}
.content
{
	margin: 10px;
	clear: left;
	padding-left: 20px;
	padding-top: 40px;
	border: none;
}
#button
{
	/* 	width: 15em; 	*/
	width: 220px;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #ebebd4;
	color: #2E3192;
	border-top: none;
	margin-bottom: 10px;
	float: right;
	clear: right;
	margin-left: 30px;
	border-top: none;
}


#button dl
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #336699;
}

#button dt
{
	border-top: 1px solid #336699;
	margin: auto;
	display: block;
	border-left: none;
	border-right: none;
	color: #2E3192; /* 		background-image:url(../images/bg1.png); 		*/
	background-color: #ebebd4;
	text-decoration: none;
	width: auto;
}
#button dt a
{
	background-color: #ebebd4;
	color: #2E3192;
	width: auto;
	text-decoration: none;
	display: block;
}

#button dd
{
	border-bottom: none;
	border-top: none;
	margin: 0px 0px 0px 0.5em;
}



#button dd a
{
	display: block;
	margin: 0px 0px 0px 0.5em;
	border-left: none;
	border-right: none;
	color: #2E3192; /* 		background-image:url(../images/bg1.png); 		*/
	background-color: #ebebd4;
	text-decoration: none;
	width: auto;
	font-size: 80%;
}

html > body #button dt a
{
	width: auto;
}

html > body #button dd a
{
	width: auto;
}

#button dt a:hover
{
	border-left: none;
	border-right: none;
	background-color: #F0F02C;
	background-image: none;
	color: #00609C;
}

#button dd a:hover
{
	border-left: none;
	border-right: none;
	background-color: #F0F02C;
	background-image: none;
	color: #00609C;
}
#menulogo
{
	position: relative;
	z-index: 2;
	background-color: #ebebd4 !important;
	border: none;
	text-align: center;
}
#menulogo img
{
	border: none;
	background-color: #ebebd4;
}
dt#menulogo a:hover
{
	border-left: none;
	border-right: none;
	background-color: #ebebd4;
}
dt#menulogo
{
	border-top: none;
}
h1
{
	text-align: center;
	color: #2B3185;
	font-size: 2em;
	border: 1px solid black;
	margin-right: 225px;
	border-bottom: none;
	border-left: none;
	padding: 0px 10px 0px 10px;
}
h2
{
	color: #2B3185;
	font-size: 100%;
}
h3
{
	padding: 0 10px 0 10px;
	text-align: center;
}

.padme
{
	padding: 0 10px 0 30px;
	text-align: center;
}
.padmeleft
{
	padding: 0 10px 0 30px;
	text-align: left;
}
.indent
{
	margin-left: 5em;
}
.center
{
	text-align:center;
}
.imgleft-border
{
	float: left;
	border: 10px solid white;
	margin:0 10px 10px 10px;
}
.imgleft
{
	float: left;
	border: 0px solid white;
}
.imgright-border
{
	float: right;
	border: 10px solid white;
	margin:0 10px 10px 10px;
}
.imgright
{
	float: right;
	border: 0px solid white;
}
.dl-inline
{
	float:left;
	padding:20px;
}
.dl-inline dt
{
	font-weight: bold;
	display:list-item;
}
.dl-inline dd
{

	display:inline;
}

.content A:link
{
	color: #00609C;
	font-weight: bold;
	text-decoration: none;
}
/* unvisited links */
.content A:visited
{
	color: #2B3185;
	font-weight: bold;
	text-decoration: none;
}
/* visited links */
.content A:active
{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
/* active links */
.content A:hover
{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
#pagebottomcontainer /*Make sure floated images stay in their frame*/
{
	clear: both;
}


#footer
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 70%;
	color: #a59c8c;
	clear: both;
	padding: 5px;
}

/* hover over links */

#footer A:link
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
/* unvisited links */
#footer A:visited
{
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
}
/* visited links */
#footer A:active
{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
/* active links */
#footer A:hover
{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
/* hover over links */

