#container{
	height:100%;
	width:auto;
	color:green;
	background-color:green;
	border:1px black solid;
	text-align:center;
	margin-top:0em;
	margin-bottom:0em;
	margin-left:5em;
	margin-right:5em;
	}

#header{
	margin:0em;
	border:1px solid green;
	height:50%;
	width:auto;
	color:green;
	background:white url(Images/swodLogo1.gif) no-repeat 100% 100%;
	/*background-image:url(Images/swodLogo1.gif);
	background-repeat:no-repeat;
	background-position:100% 9%;*/
	font-family:Arial,sans-serif;
	font-size:2em;
	font-weight:bold;
	
	}

#mainContent{
	height:69%;
	width:auto;
	background-color:white;
	color:green;
	overflow:auto;
	margin-top:-15%;
	margin-left:5%;
	margin-right:20%;
	margin-bottom:0;
	padding:.5em;
	border:1px solid black;
	font-family:Arial,sans-serif;
	font-size:1.5em;
	text-align:justify;
	}


#mainButton{
	position:relative;
	top:80%;
	bottom:0;
	right:0;
	width:20%;
	margin-top:auto;
	float:right;
	border: 1px solid green;
	font-size:.75em;
	}

#footer{
	height:10%;
	width:100%;
	margin:0em;
	padding:.5em;
	background-color:white;
	color:green;
	border:1px solid white;
	font-family:Arial,sans-serif;
	font-size:12px;
	}

#topNavBar {
	width:100%;
	
	height:25px;
	padding:0px;
	/*background-color:rgb(153,51,0);*/
	/*float:left;*/
	}

.centre {
	text-align:center;
	}

.oneEmLeft 	{
	font-size:.75em;
	text-align:left;
	}

.oneEmRight 	{
	font-size:.75em;
	text-align:right;
	}

.oneEmCentre 	{
	font-size:.75em;
	text-align:center;
	}

.oneEmJustify 	{
	font-size:.75em;
	text-align:justify;
	}


.imgRight {
	float:right;
	}

.imgLeft {
	float:left;
	}


.td1 {
	width:120px;
	text-align:center;
	font-family:Tahoma,sans-serif;
	font-size:14px;
	color:#ffffff;
	}

.td2 {
	width:120px;
	text-align:center;
	font-family:Tahoma,sans-serif;
	font-size:14px;
	color:#000000;
	}


.textLeft {
	text-align:left;
	}

.textRight {
	text-align:right;
	}

.textCentre {
	text-align:center;
	}

.textJustify {
	text-align:justify;
	}

.menu_btn {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	}


.menu_btn a {
	padding: 3px;
	text-decoration: none;
	width: 100%;
	display: block;
	color: rgb(255,255,255);
	background-color:green;
	}

.menu_btn a:hover {
	background-color: #ffffff;
	color:green;
	}



.foot_link a {
	/*background-color: rgb(255,255,0);*/
	width:auto;
	}

.foot_link a:link {
	color: rgb(0,0,0);
	text-decoration:none;
	}

.foot_link a:visited {
	color: rgb(0,0,0);
	text-decoration:none;
	}

.foot_link a:hover {
	color: white;
	background-color: green;
	}
