


body {background-image: url('../images/background.gif');
		height: 100%; width: 100%; margin: 0px; padding:0; text-align: center;}



#banner {background-color: white;
		height: 150px;
		width:  100%;
		float: center;
		margin: 0px;
		text-align: center;
		border-top: solid #00477F 1px;
		border-bottom: solid #00477F 3px;
		border-left: none;
		border-right: none;
		font-size: 16pt; 
		font-family: arial;
		color: white;
		padding: 0px;
		text-decoration: none;
		}
		
#logo {background-color: gray;
		height: 120px;
		width:  900px;
		float: center;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border: solid gray 1px;
		font-size: 16pt; 
		font-family: arial;
		color: white;
		padding: 0px;
		text-decoration: none;
		}

#menu {background-color: white;
		height: 30px;
		width:  900px;
		float: center;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		border: none;
		font-size: 16pt; 
		font-family: arial;
		color: white;
		padding: 0px;
		text-decoration: none;
		}
		
#rightcol {width: 180px;
		min-height: 500px;
		margin: 0;
		border: none;
		text-align: justify;
		}
#rightcolhead {width: 180px;
		background-color: #E0E0E0;
		margin: 0;
		border: 1px solid #888888;
		border-left: none;
		border-right: none;
		}
		
#rightcol a {
		text-decoration: none;
		color: blue;
		font-family: arial;
		font-weight: bold;
		}
#rightcol a:hover {
		text-decoration: underline;
		color: red;
		font-family: arial;
		font-weight: bold;
		}
		
#menuhead {width: 150px;
		background-color: #E0E0E0;
		margin: 0;
		border: 1px solid #888888;
		border-left: none;
		border-right: none;
		}

#linksright {width: 180px;
		background-color: #E0E0E0;
		margin: 0;
		border: 1px solid #888888;
		margin-bottom: 10px;
		}
#linksright a {text-decoration: none;
		color: black;
		font-weight: normal;
		}
#linksright a:hover {text-decoration: none;
		color: blue;
		font-weight: normal;
		}
		
		
#footbanner {background-color: ;
		height: 100px;
		width:  100%;
		float: center;
		margin: 0px;
		text-align: center;
		border: none:
		font-size: 16pt; 
		font-family: arial;
		color: white;
		padding: 0px;
		text-decoration: none;
		}
		
#footer {background-color: white;
		height: 70px;
		width:  900px;
		float: center;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		border: none;
		border-top: 1px solid #888888;
		font-size: 16pt; 
		font-family: arial;
		color: black;
		padding: 0px;
		text-decoration: none;
		}
	