/* turn off all link outlines that appear in blue */
a  {
	outline:none;
	}

/* Turn off borders on image links */
img  {
	border:0;
	}

/* Declare body properties for entire page */
body {
	width:800px;
	margin:20px auto;
	background-color:#E4E4E4;
	font:normal 12px Verdana, Arial, Sans-serif;
	text-align:center;
	}

/* style Masthead and descendants */
#masthead {
	height:100px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	

/* style masthead logo image within masthead */
#masthead img {
	float:left;
	margin:0 0 0 10px;
	}


/* style menu */
#menu {
	float:right;
	width:500px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	display: inline;
	}

#menu a {
	display: block;
	float: left;
	height: 70px;
	padding: 30px 25px 0 25px;
	background:#E4E4E4;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #000033;
	}

#menu a:hover {
	color:#FF3300;
	}

/* Make current page link underlined */
#current a:link {
	color:#FF3300;
	text-decoration:underline;
	}

/* spacer to clear mainCol */
.spacer {
	clear:left;
	}

/* style footer */
#footer {
	clear:both;
	}

#footer a:link, a:visited {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	}

#footer a:hover {
	text-decoration:underline;
	color:#FF3300;
	}

#footer h4 {
	font-size:10px;
	font-weight:normal;
	color:#666666;
	}
	
	

