*{
    margin: 0px;
    padding: 0px;
}
body{
	background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    background-color: #000000;
    font-family: "Verdana", sans-serif;
    font-size: 9pt;
    padding-bottom: 50px;
}
td
{
    font-size: 9pt;
}
fieldset{
    -moz-border-radius: 5pt;
}
ul{
    margin-left: 25px;
    padding-left: 25px;
}
ul li{
    list-style-type: disc;
}
h1{
    background-color: #01007f;
	color: #ffffff;
    font-size: 11pt;
    padding: 5px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
h2{
    background-color: #841815;
	color: #ffffff;
    font-size: 11pt;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}
h3{
    margin-bottom: 15px;
    background-image: url("images/bg_h3.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
	color: #841617;
}
h4{
    font-size: 13px;
	margin-top: 15px;
	margin-bottom: 10px;
    background-image: url("images/bg_h3.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
	color: #841617;
}
p
{
	padding-bottom: 10px;
}
p.caption{
    font-size: 7pt;
    font-style: italic;
    text-align: center;
}
div#centered{
    width: 772px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    margin-bottom: 50px; 
    float: left;
}
div#header{
    clear: both;
    height: 165px;
	margin-bottom: 20px;
}
div#header img{
    border: none;
}
div#menu{
    margin-top: -2px;
    padding-top: 0px;
    line-height: 0px;
}
div.column{
    width: 243px;
    margin-bottom: 50px;
    float: left;
    padding: 5px;
    min-height: 500px;
    text-align: left;
}
div#column1{
    margin-left: 5px;
}
div#column2{
    background-image: url("images/bg_midcolumn.jpg");
    background-repeat: repeat-y;
}
div#column3{
}
div#insidePage{
    padding: 15px;
    min-height: 300px;
    height: 300px;
    height: auto !important;
}
div#footer{
    clear: both;
    background-color: #2b2d66;
    color: #ffffff;
    font-size: 7.5pt;
    text-align: center;
    padding: 10px;
    height: 130px;
}
div#footer a{
    color: #ffffff;
}
div#footer a:hover{
    text-decoration: none;
}
a
{
	color: #01007F;
}
a:hover
{
	color: #841617;
	text-decoration: underline;
}
a.LHTekLink
{
	color: #3b3b3c;
	font-size: 10px;
}
a.LHTekLink:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.bordered-pic
{
	padding: 4px;
	border: 1px solid #aeaeae;
	background-color: #ffffff;
}
