/******************************
     RESET
******************************/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
       background: #1A457C;
}

table, tr, td {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
}

img, a img {
	border: 0px;
        display: block;
}

ul {
       padding-left: 40px;
}

/******************************
     STYLES
******************************/

a:link, a:active, a:visited {
	text-color: #1B4A80;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-color: #1B4A80;
}

.htext  {
       font-weight: normal;
       color: #999999;
       font-family: "Cambria";
}

.content {
       font-family: Calibri;
       font-size: 14px;
       font-color: #333333;
}

.footer {
       font-family: arial;
       font-size: 10px;
}

/******************************
     LAYOUT
******************************/

.container {
       background: #FFFFFF;
       width: 900px;
       margin: 0px auto;
}

#header {
       position: relative;
       height: 150px;
}

#hlogo {
       margin: 20px 0px 0px 15px;
       width: 40%;
       float: left;
       text-align: left;
}

#htext {
       margin: 15px 50px 0px 0px;
       width: 40%;
       float: right;
       text-align: right;
}

#menu-top {
       width: 278px;
       height: 39px;
       position: absolute;
       right: 40px;
       bottom: 0px;
}

#flash {
       background: #49739B;
       height: 200px;
}

#menu {
       height: 50px;
       background: url(/images/menu-bkgd.jpg) repeat-x top left;
       border-bottom: 1px solid #FFFFFF;
}

#content-inner {
       padding: 26px;
}

#footer {
       height: 40px;
}

