﻿/* CSS layout */

body {

	background-color: #cccc99;

}



#masthead {

	margin-bottom:10px;

}

#top_nav {

	margin-bottom:10px;

}

#page_content {

}

#footer {

	text-align:center;

	font-weight:bold;

	margin-top:10px;

	margin-bottom:10px;

}



.first {

	margin-top: 10px;

}



h1, h2, h3 {

	color: #990000;

}



ul#menu {

	display:inline-block;

	float:left;

	height:26px;

	list-style:none;

	padding:0px;

	margin:0px;

}



ul#menu a {

	display:inline-block;

	color: #fff;

	text-decoration:none;

	width:100px;

	background-image:url('../img/navbutton.jpg');

	background-repeat:no-repeat;

	background-position:left center;

}



ul#menu a:hover {

	/* color: #000;*/

}



ul#menu li, div.menubtn {

	display:inline-block;

	float:left;

	margin:0px 7px;

	padding:0px;

	width:100px;

	line-height:26px;

	text-align:center;

}



ul#menu a:hover,ul#menu a.selected {

	background-image:url(../img/navbutton2.jpg);

}



ul#menu li.alpha {

	margin-left:0px;

}

ul#menu li.omega {

	margin-right:0px;

}



img.right

{

float:right;

padding-left:15px;

padding-bottom: 15px;

}

img.left

{

float:left;

padding-right:15px;

padding-bottom: 15px;

}

/* Temporary */
#headermessage {
	float:right;
	color:#154B22;
	
}

#headermessage h1 {
	color:#154B22;
}
