@charset "UTF-8";
/* CSS Document */
a:link {
	color:#00628b;
	text-decoration: none;
}
a:visited {
	color:#00628b;
	text-decoration: none;
}
a:hover {
	color:#81A594;
	text-decoration: none;
}
a:active {
	color:#e6e6dc;
	text-decoration: none;
}
a.nav:link {
	color:#00628b;
	line-height: 25px;
	text-decoration: none;
}
a.nav:visited {
	color:#00628b;
	line-height: 25px;
	text-decoration: none;
}
a.nav:hover {
	color:#e6e6dc;
	line-height: 25px;
	text-decoration: none;
}
a.nav:active {
	color:#e6e6dc;
	line-height: 25px;
	text-decoration: none;
}
body {
	margin:20px;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f7f7f7;
}
#content {
	height:367;
	width:664;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:justify;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#parent_div {
	width:900px;
	padding:0px;
	border:0px;
	margin:auto;
	height:555px;
	background-image: url(images/background.gif);
 }
#parent_div:after {
	content:'';
	display:block;
	clear:both;
 }
#left_child {
	float:left;
	display:inline; /*required by IE6*/
	width:95px;
	height:473px;
	border:0px;
	margin:0 0px 0 0px;
 }
#left_space {
	float:left;
	display:inline; /*required by IE6*/
	width:45px;
	height:367px;
	margin:0px 0px 0px 0px;
 }
#right_child {
	float:right;
	display:inline; /*required by IE6*/
	width:664px;
	height:465px;
	border:0px;
	margin:0px 0px 0px 0px;
	background-image: url(images/content_background.gif);
 } 
#right_space {
	float:right;
	display:inline; /*required by IE6*/
	width:45px;
	height:367px;
	margin:0px 0px 0px 0px;
 }
#logo {
	width:95px;
	height:98px;
}
#menu {
	width:95px;
	height:367px;
	background-image: url(images/emmawindsor_navbar.gif);
}
#top {
	height:45px;
}
#title {
	width:614px;
	height:48px;
	font-size: 16pt;
	font-weight: bold;
	text-align:left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}