body
{
    margin: 30px 0 20px 0;
    padding: 0;
    text-align: justify;
    font-family: 'Century Gothic';
    font-size: 13px;
    color: #3C3C37;
    background-color: #E3EBF6;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #005880;
}

h4 {
	padding: 0;
	margin: 0;
	color: #005880;
}

p, ul, ol
{
    margin-bottom: 1.5em;
    text-indent: 10px;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
    color: #005880;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #005880;
}

#header {
	width: 790px;
	height: 250px;
	margin: 0px auto;
	border: 5px #E3EBF6 solid;
	background: url('images/companylogo.jpg') no-repeat left top;
}

#header h1, #header h2 {
    margin: 0px;
    padding: 0;
    font-weight: bold;
    color: #E3EBF6;
    font-family: Haettenschweiler;
    font-style: italic;
    font-size: 50px;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 4.5em;
}

#header h2 {
    margin-top: -8px;
    padding: 0px 0px 0px 92px;
    text-transform: none;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
}

#menu {
    width: 800px;
    height: 50px;
    background: #E3EBF6;
    color: #15428B;
    font-weight: bold;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
    display: block;
    float: left;
    padding: 14px 30px 10px 12px;
    text-decoration: none;
    color: #15428B;
}

#menu a:hover {
    color: #8DB2E3;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

#content {
    border-color: #E3EBF6;
    border-style: solid;
    width: 792px;
    padding-top: 25px;
    height: 400px;
}

#content h2 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background: url('images/h2bg.gif') no-repeat center top;
}

#content h3 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background: url('images/smh2bg.gif') no-repeat center top;
}

#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#contact {
	background-position: #E3EBF6;
	clear: both;
	width: 790px;
	height: 80px;
	background: #E3EBF6;
	font-size: 10px;
	padding-top: 5px;
	color: #005880;
	border: 5px #B0CFF7 solid;
	font-weight: bold;
	line-height: 15px;
}

#contact a:hover {
    color: #8DB2E3;
}

#contactleft {
	font-size: 1em;
	width: 300px;
	float: left;
}

#contactright {
	font-size: 1em;
	width: 300px;
	float: right;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul
{
    list-style: circle;
    list-style-position: inside;
    margin-top: 20px;
}

#right li
{
}

#footer {
    background-position: #E3EBF6;
    clear: both;
    width: 800px;
    height: 42px;
    margin: 0px auto;
    padding-top: 13px;
    background: #B0CFF7;
    text-transform: uppercase;
    font-size: 10px;
    color: #E5E5CC;
}
#footer .copyright {
    float: left;
    margin: 0px;
    padding-left: 20px;
    text-align: center;
    color: #3B5A82;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
	color: #3B5A82;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/philjewel.png) no-repeat left 50%;
}

#footer a {
    color: #7793B9;
}

#tbl {
	color: #005880;
}

