@charset "UTF-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FFF;
	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;
}
#container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 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. */
}
#header {
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 71px;
	padding-right: 20px;
	
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-bottom: 2em;
	overflow: hidden;
	clear: both;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 2px solid #999;
	overflow: hidden;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	color:#666;
}#container #header #navbar ul {
	list-style-type: none;
	float: right;
	margin-top: 2em;
}
#container #header ul li {
	float: left;
	font-size: 1.2em;
	}

#container #header .logolink .logoheader {
	float: left;
	clear:both;
}
#container #header .logolink .logoheader a {
	color:#FFF;
}
#container #header .logoheader a:hover {
	color:#FFF;
}

#container #footer ul {
	list-style-type: none;
	float:right;
}
#container #footer ul li {
	float: left;
	font-size: 0.8em;
	display:block;
	background-color:#303030;
	padding: 2px;
	margin-right: 3px;
	text-align:center;
	width: 7em;
}
#container #footer ul li a {
	text-decoration:none;
	color:#ccc;
	font-variant:small-caps;
		}

#container #footer ul li a:hover {
	color: #00ff00;
}
#container #header ul li a {
	text-decoration:none;
	color:#999;
}
#container #header ul li a:hover {
	color: #90C;
}
#container #header #navbar {
	text-decoration:none;
	
}
#container #footer #bornlink a {
	text-decoration: none;
	color: #9C0;
}
#container #footer #bornlink a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C0;
}
#container #mainContent #mainright {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding: 5px 0 5px 10px;
	width: 350px;
	margin-left: 62.5%;
}

#container #mainContent #mainleft {
	padding: 5px 0 5px 10px;
	float: left;
	width: 60%;
}

#mainleft ul {
	list-style:none;
			
}

#mainleft ul li {
	display:inline; 
	width:150px; 
	height:75px; 
	float:left; 
	margin:0 10px 10px 0; 
	border:1px solid #444; 
	cursor:pointer;	
}
#mainleft ul li img {display:block; width:150px; height:75px;
}

#container #mainContent #mainbanner {
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#mainContent a {
	color: #90c;
	text-decoration: none;
}
#mainContent a:hover {
	border-bottom: dotted #90c 1px;
}
.firstParagraph {
	margin-top: -1em;
}
#mainContent #mainbanner form{
	margin-left: 30px;
}

#mainContent #mainbanner fieldset{
	margin: 10px 0 0 0;
	padding: 0;
	
}
#mainContent #mainbanner fieldset ol{
	padding: 10px 10px 0 10px;
	list-style: none;
	font-size: 1em;
}
#mainContent #mainbanner fieldset li{
	position: relative;
	padding-bottom: 0.5em;
}

#mainContent #mainbanner legend{
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 5px;
	margin-left: 1em;
	color: #ffffff;
	background: #33CCff
}
#mainContent #mainbanner label {
	position: relative;
	clear: left;
	float:left;
	width: 8em;
	margin-right: 5px;
	text-align: right;
	line-height: 1.3em;
	padding-right: 10px;
	color: #9C0;
	font-variant:small-caps;
	
}
#mainContent #mainbanner textarea {
	padding: 1px;
	border: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container #mainContent #mainbanner form fieldset#personal {
	border: #999 dotted 1px;
	width: 90%;
}
#mainContent #mainbanner input.inputtype {
	border: 1px solid #CCC;
	color:#666;
}