body {
    background-color:#FFFFFF;
    padding-top: 10px;
    font-family: Trebuchet MS, Helvetica, Arial, Helvetica;
    font-size: 12pt;
}
div#main {
    margin-left: auto;
    margin-right: auto;
    background-color:#FFFFFF;
    width: 900px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
div#header {
    background-color:#FFFFFF;
    background-image:url('../images/header-bg.jpg');
    height: 239px;
}
div#header img {
	position:relative;
	left:620px;
}
div#header-text {
	position:relative;
	left:145px;
	top:10px;
	line-height:11pt;
	font-size: 11pt;
	color:#005178;
}
div.h_divider {
    clear: both;
    background-color:#FFFFFF;
    height: 10px;
}
div#feeds {
	height:76px;
	margin:-15px -15px 15px 0px;
	padding:0;
	background-color:#FF3300;
	background-image:url('../images/feeds-bg-top.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
div.feeds-corners {
	height:76px;
	margin:0;
	padding:4px 0 0 10px;
	background-image:url('../images/feeds-bg-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}
div.feeds-content {
	margin:2px 10px 0px 0px;
	padding-top: 3px;
}
div.feeds-content img {
	margin-right:10px;
}
div#feeds h2{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:12pt;
}
div.bottom_h_divider {
	background-color:#FFFFFF;	
	padding-top: 0px;
    margin: 0;
}
td#menu {
    background-color:#CCCCCC;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    background-image:url('../images/menu-bg-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}
div#menu-corners {
	width:200px;
	height:100%;
	background-image:url('../images/menu-bg-top.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
td#content {
    background-color:#FFFFFF;
    width: 700px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
div#footer {
    background-color:#FFFFFF;
    border-top: 1px solid #CCCCCC;    
    padding-top: 2px;
    margin-top: 10px;
    height: 18px;
    text-align:center;
    color:#005178;
    font-size:14px;
}
div#footer a {
    text-decoration: none;
    color:#FF3300;
    font-size:14px;
}
div#footer a:hover {
    text-decoration: underline;
    color:#FF3300;
    font-size:14px;
}
img#logo {
    position: relative;
    top: 12px;
    left: 15px;
}

div.login_form_wrapper {
    text-align: center;
}
div.user_login_form {
    text-align: center;
}
