@charset "UTF-8";

@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline;}

/* stops shorter pages from jumping due to default scrollbar */
html { min-height:100%; margin-bottom:1px; }

html>body {
font-size: 16px; // IE cant read this
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #25477D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	clear: both;
}

body a{
	text-decoration:none;
	color: #25477D;
	
}

body a:hover{
	text-decoration:underline;
	
}

#mainframe {
	width: 820px;
	line-height:18px;
margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#pageholder {
	background-image: url(../images/page_backing.jpg);
	width: 820px;
	
}
#footershadow {
	background-image: url(../images/footer_shadow.jpg);
	height: 25px;
	width: 820px;
}
#innerpage {
	width: 780px;
	margin: 0px 20px 0px 20px;
}
#topbanner {
	background-image: url(../images/banner-002.jpg);
	height: 309px;
	width: 780px;
}
#menu {
	background-image: url(../images/menu_backing.jpg);
	height: 34px;
	width: 780px;
	text-align:center;
	vertical-align:middle;
}
.menutext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9CF;
	font-weight:bold;
	vertical-align:middle;
	height:34px;
	line-height:34px;
	}
	
	.menutext a{
	color: #FFF;
	}
	

#contentholder {
	margin: 18px;
	width: 746px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 208px;
	width: 780px;
}
#dictionarymenu {
	margin-top: 235px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	position: absolute;
}

.dictionarymenulabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}

.dictionarymenulinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#666;
}

.dictionarymenulinks a {
	color: #25477D;
	font-weight:bold;
}

.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:38px;
	color: #69C;
	font-weight: bold;
	margin-top:35px;
	margin-bottom:35px;
}
.splash {
	float: left;
	width: 300px;
	margin-right: 25px;
	text-align:right;
}

.clearfloats {
	clear:both;
}
.pagetext {
	float: left;
	width: 420px;
}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;

}

p {
	margin-bottom:15px;
}
.dreamtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #69C;
	font-weight: bold;
}

.dreamletters {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #69C;
	font-weight: bold;
	margin-bottom:15px;
}.positionbigmenu {
	margin: 12px;
	float: left;
	width: 162px;
}
.positionbigmenu img{
	border: #000 1px solid;
}

.positionbigmenulabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #69C;
	font-weight: bold;
	text-align: center;
}
#positionsmenu {
	height: 80px;
	width:594px;
	padding:0px 76px 25px 76px;
}

.pagetext ul {
	margin-left: 30px;
	margin-bottom:20px;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #69C;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	position: absolute;
}

.icontable td{
	padding:5px;
}
