#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header {
	height:100px;
	background: url(../Misc/TopLogo3.gif) no-repeat;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
	background-color: red;
	margin: 0px 0px;
	float: left; 
	width: 150px; 
	text-align: center;
	position: : inline;
	overflow: hidden;
}

#main { 
	background-color: white; 
	margin: 0px 0px;
	float: left;
	width: 750px; 
	display: inline;
	overflow: hidden;
}

#rightside {
	background-color: red;
	width: 50px;
	float: right;
	position: inline;
	overflow: hidden;
}
 
 
#footer { 
	clear: both; 
	width: 950px; height: 50px; 
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px; 
	font-size: 10px;
}

#navbar, #main, #rightside {
	padding-bottom: 20001px;
	margin-bottom: -20000px;
	font-size: 12px;
	text-align: center;
	}


#navbar	ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 0px;
		width: 150px;
	}
	
#navbar	li {
		list-style-type: none;	
		font-family: Verdana;
		padding: 1px 0px 0px 0px;
		background: url(../Buttons/Button.jpg) no-repeat;
		margin: 0px 0px 0px 0px;
		line-height: 50px;
	}

#navbar li.last {
		padding: 40px 10px 15px 7px;
		background: url(../Buttons/Button2.jpg) no-repeat;
		margin: 0px 0px 0px 0px;
}

#navbar li a{
	display: block;
	color: white;
	font-weight: bold;
}
	
#navbar li:hover, #navbar li.cmdhover {
	background: url(../Buttons/Button3.jpg) no-repeat;	
}	

#navbar li:hover a{
	display: block;
	color: red;
	font-weight: bold;	
}

#navbar li:hover.last, #navbar li.cmdhover {
	background: url(../Buttons/Button2.jpg) no-repeat;	
}	

table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
}

.imgText {
	float: left;
	border-style: none;
	margin-right: 10px;	
	margin-left: 10px;	
}

.marginR {
	margin-right: 10px;	
	padding-top: 20px;
}
