#container {
    position: relative;	
	width: 800px;
	background-color: rgb(0,120,255);
	color: #333;
	line-height: 130%;
	margin: 0 auto;
    border: 3px solid;
    padding: 2px;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;    
}

#header {
	background-image: url("gradient.gif");
	background-repeat: repeat-x;
	height: 100px;
        
}

#footer {
	width: 800px;
    bottom: 0;    
    text-align: center;
    padding-bottom: 20px;
padding-top: 20px;
float:left;
    
}

#content {
	background-color: rgb(245,245,245);
	color: #333;
	margin-top: 30px;
	margin-left: 45px;
	float: left;

}

#leftSideBar {
	float: left;
	background-color: rgb(245,245,245);
	color: #333;
	line-height: 130%;
        margin-left: 10px;
        margin-top: 30px;
}

#rightSideBar {
	width: 120px;
	height: 100px;
	float: right;
	background-color: rgb(245,245,245);
	color: #333;
        padding: 10px;
        margin-right: 10px;
        margin-top: 30px;
}

#logo {
	padding: 20px;
	font-size: xx-large;
	text-shadow: white;
}

.toolBarItem {
	border: 1px solid gray;
}

.menuItem {
	font-size: 14pt;	
	padding: 4px;	
	background: white;	
	border: 1px solid gray;
}

.menuItem A:link {text-decoration: none; color: rgb(179,90,87);}
.menuItem A:visited {text-decoration: none; color: rgb(179,90,87);}
.menuItem A:active {text-decoration: none; color: rgb(179,90,87);}
.menuItem A:hover {text-decoration: underline; color: rgb(179,90,87);}

a img { border: none ; }

div.form {
	width: 400px;
	background-color: rgb(245,245,245);
	padding: 5px;
	margin: 0px auto;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
}

div.message{
	color: green;
}

div.error{
	color: red;
}

input.btn{
   color:black;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#d4d4d4;
   border:1px solid;
   border-top-color:#C6E2FF;
   border-left-color:#C6E2FF;
   border-right-color:#6C7B8B;
   border-bottom-color:#6C7B8B;}


body {
	background-color: rgb(0,0,255);
}
