﻿html, body, td, div, p{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	line-height:14pt;
	text-align:left;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:white;
	font-size:39pt;
	display:inline-block;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	color:#e3b93a;
	display:inline-block;

}

a, a:visited{
	color:#1867a5;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#1867a5;
	font-weight:bold;
	text-decoration:underline;
}


p{
	margin-left:5px;
}

td{
	vertical-align:top;
}

#header{
	 background:transparent url('images/header-bg.jpg') no-repeat scroll center top;
	 width: 1024px;
	 height:172px;
	 
}
#div-header{
	width:770px;
	margin-top:60px;
	margin-left:170px;
	
}

#content{
	background:url('images/bg-content.jpg') transparent no-repeat scroll center top;
	width:1024px;
	height:660px;
	vertical-align:top;
	text-align:right;
	
}
#inner-tbl{
	width:696px;
	float:right;
}
#div-slogan{
	width:400px;
	margin: 20px 10px 10px 20px; 
}

.slogan{
	font-size:14pt;
	line-height:20pt;
	text-align: left;
	border-bottom:2px #e9c86e solid;
	padding-top:-10px;
	margin-left:0px;
	
}

.subtitle{
	color:#de9b3f;
	font-size:16pt;
	font-weight:bold;
	letter-spacing:1px;
	margin-left:20px;
	margin-bottom:10px;
}

