body {
	background-color: #f1f7fc;
}
.title {
	font-family: "Helvetica Neue", georgia, times, serif;
	font-size: 1.3em;
	color: #377cb3;
	font-weight: normal;
}
.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	padding:15px 15px 15px 15px;
	font-weight:normal;
	line-height:18px;
}
#main {
    float:left;
    width:468px;
    }
#sidebar {
    float:right;
    width:250px;
    }
#menu {	
	width: 790px;
	height: 75px;
	margin: 0 auto;
	background: url(images/logo.jpg) repeat-x;
	background-color:##fdfdfd;
	text-align: right;
}
#login {	
	width: 240px;
	height: 248px;
	background: url(images/login2.jpg) repeat-x;
    text-align: left;
}
#contact {	
	width: 620px;
	height: 320px;
	background: url(images/contact.jpg) repeat-x;
    text-align: left;
	margin: 0 auto;
}
INPUT {
background-color: #ffffff;
border: #cacaca 2px solid;
color: #377cb3;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal;
}

TEXTAREA {
background-color: #ffffff;
border: #cacaca 2px solid;
color: #377cb3;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal;
} 
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
padding: 20px;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: right;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: 82b9d5;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7892b5;
	padding:0 7px;
}