
/******* structure and layout *******/
body
{
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12pt;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h3
{
	font-family: Trebuchet MS, Sans-Serif;
	font-style: normal;
	color: #333366;
}
.headingLine
{
	background-image: url(images\Main-Content-Separator.gif);
	background-repeat: no-repeat;
}
.wrap
{
	position: relative;
	width: 780px;
	margin: 0px auto; /* centers the page */
	padding: 0px 0px 0px 0px;
	text-align: center;	
}

.logoArea
{
	position: relative;
	clear: none;
	width: 785px;
	height: 107px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.sloganArea
{
	position: relative;
	clear: none;
	width: 785px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.navbar
{
	clear: both;
	position: relative;
	height: 36px;
	width: 780px;
	padding: 5px 0px 0px 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;	
	text-align: center;	
}
.topnav
{
	clear: both;
	height: 36px;
	padding-right: 25px;
	width: 780px;
	background-image: url(../images/Navbar-BG.gif);
	background-repeat: repeat-x;
	padding: 0px 0px;	
}

.container
{
	position: relative;
	clear: both;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: left;
}
.innercontainer
{
	background-image: url(../images/Content-BG.gif);
	background-repeat: repeat-y;
	width: 780px;
}

.content
{
	float: left;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/Content-BG.gif);
	background-repeat: repeat-y;
	width: 780px;
	text-align: left;
	position: relative;
}


.leftcontent
{
	position: relative;
	background-color: White;
	float: left;
	height: 100%;	
	padding: 15px 0px 15px 10px;
	text-align: left;
	width: 400px;
}
.divider
{
	position: relative;
	float: right;
	line-height: 110%;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	width: 10px;
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
}

.rightcontent
{
	position: relative;
	height: auto;
	padding: 15px 35px;
	color: White;
	float: right;
	width: 265px;
}
.rightcontent a
{
	color: White;
	border-bottom: White 1px solid;
	text-decoration: none
}
.rightcontent a:hover
{
	border-bottom: White 1px dotted;	
}

.footer
{
	position: relative;
	clear: both;
	width: 780px;
	height: auto;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/Footer-BG.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;	
	text-align: center;
}

.footer a
{
	margin-left: 20px;
	padding-top: 20px;
}

/******* links *******/

a
{	
	color: #F36F20;
	border-bottom: #F36F20 1px solid;
	text-decoration: none;
}

a:hover
{
	border-bottom: #F36F20 1px dotted;	
}


/******* images *******/

img
{
	border: none;
}

.imagelink
{
	border-bottom: none 1px #fff;
	text-decoration: none;
}




