/*
	Body data for site
*/

body 
{
	background-color: #2E5689;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #EEFFF6
}


/*
	Chunks
*/

.top { width: 100%;}

.mainbody { width: 90%;  position: relative; left: 2%}

.frontpage { width: 90%;  position: float; left: 2%}


.bottom { width: 90%;  position: relative; left: 2%}

.headline { 
			border-width: 1px;
			border-style: solid; 
			border-color: white;
		}
		
/*
	Link styles White normal, Green hover, Red visited
*/

.linkstyle a
{
	color: #FFFFFF;
}

.linkstyle a:hover
{
	color: #00FF00;
}

.linkstyle a:visited
{
	color: #FF0000;
}

/*
	Table styles
*/

/* Board of directors table settings */
table.bod {

		border-collapse: collapse;
		border: 1px solid white;
}
		
table.bod th {
			border: 1px solid white;
			text-align: center;
		}
		
table.bod td {
		border: 1px solid white;
		text-align: left;
		padding: 0.2em
	}

/*
	Menu Style Sheet for SCWA site
*/

.side { width: 107px; float: left; }

.mainbuttonscontainer {width: 120px; float:left;}

.buttons a 
{
	font-family: Verdana, Helvetica, Aral sans-serif;
	color: #EEFFF6;
	border: 1px solid;
	background-color: #073817;
	padding: 2px;
	padding-left: 3px;
	font: 14px Arial, sans-serif; color:white;
	font-weight: bold;
	text-decoration: none;
	border-color: #54c796 #0d2821 #7cac5c #366649;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
}

.buttons a:hover 
{
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #1F5631;
	border-color: #112C32 #5c8978 #5c8978 #112C32;
	color: #ffffff;
	text-decoration: none;
}

