/* word*/

/* This is the style of your browser text */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #AFB9C2;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;
}

#wrapper {width:100%; height:100%;  background-repeat:repeat-y; text-align:center;margin:0px auto;padding-top:15px;}
#content {width: 725px; height:800px; background-color:#FFFFFF; text-align:center;padding:10px;margin:0px auto;}
#header {width:100%; height:103px; text-align:center; border-bottom: 1px dashed #333333}
#menu {width:100%;height:25px; border-bottom: 1px dashed #333333}

#menu ul{ width:100%; text-align:center;margin:0px;padding:0px; list-style:none}
#menu li{ width:20%;float:left; font-size:20px}
#menu a{font-size:20px}
p {
	margin: .5em 0 1em 0; font-size:16px
}

a:link, a:visited {
	text-decoration: none;
	color: #000099;

	
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 42px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}






