body{
	background-color: #E1EDFB;
    background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    color: #ffffff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10pt;
}
a{
    color: #4CA3BF;
}
li{
    list-style-image: url("images/bullet.jpg");
	margin-bottom: 10px;
}
h1
{
	font-size: 14px;
	color: #f69c00;
	padding-left: 25px;
}
div#centered{
    position: absolute;
    left: 50%;
    margin-left: -325px;
}
div#bodybg{
    background-image: url("images/bg_bodymid.png");
    width: 635px;
    float: left;
}
div#main{
    background-image: url("images/bg_body.png");
    background-repeat: no-repeat;
    float: left;
    width: 603px;
    margin-left: 16px;
}
div#menu{
    background-image: url("images/bg_menu.jpg");
    background-repeat: no-repeat;
    padding-top: 34px;
    float: left;
    width: 116px;
    height: 405px;
}
div#body{
    float: left;
    width: 487px;
}
div#footer{
    margin-left: -2px;
    text-align: center;
    font-size: 8pt;
    color: #444444;
}
#footer a{
    color: #444444;
}
#footer a:hover{
    text-decoration: none;
}
#body p{
    padding-left: 30px;
    padding-right: 10px;
}
input, select, textarea
{
	font-size: 11px;
	border: 1px #ffffff solid;
	background-color: #aeaeae;
}
