/*
Based on YUI Reset CSS version 2.7.0
http://developer.yahoo.com/yui/reset/
*/

a{
	color: #0000bb;
	text-decoration: none;
}

abbr,acronym,img{
	border: 0;
	font-variant: normal;
}

address,caption,cite,code,dfn,th,var,optgroup{
	font-style: inherit;
	font-weight: inherit;
}

body,div,dl,dt,dd,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

caption,th{
	text-align: left;
}

del,ins{
	text-decoration: none;
}

em{
	font-style: italic;
}

fieldset,img{
	border: 0;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:  10px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:  10px 0px 4px 0px;
	padding: 0px;
}

h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

html{
	color: #030;
	background: #f5fff5;
	font-family: Arial, Helvetica, sans-serif;
}

input,button,textarea,select{
	font-size: 100%;
}

input,button,textarea,select,optgroup,option{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

legend{
	color: #000;
}

li{
	list-style: disc;
	margin: 6px;
}

p{
	margin-bottom: 14px;
	text-align: justify;
}

q:before,q:after{
	content: '';
}

strong{
	font-weight: bold;
}

sup, sub {
	vertical-align: baseline;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	margin: auto;
	padding: inherit;
}

#content {
	clear: both;
	font-size: 16px;
	margin: 20px auto;
	width: 950px;
	
}

#footer {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px;
	text-align: center;
}

#footer,#header,#menu {
	background-color: #005a5a;
	color:#fff;
	margin: 0px auto;
	width: 950px;
	
}

#footer a,#menu a {
	background-color: #005a5a;
	color:#fff;
	text-decoration: none;
}

#header {
	height: 300px;
	
}

#menu {
	padding: 10px 0px;
	text-align: center;
}

#menu a {
	border-left: 1px solid #aac2b5;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 22px;
	text-decoration: none;
}

#menu a:hover {
	background-color: #aac2b5;
	color:#005a5a;
}
