﻿html 
{
	padding:0px;
	margin:0px;
}

body 
{
	background-color:#4C4B4C;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#02243C;
	text-align:center;
	margin:0px;
	padding:0px;
}

img
{
	border-style:none;
}

p,pre,h1,h2,h3
{
	margin:0px 10px 10px 10px;
}

h1 
{
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #02243C;
	background-color: transparent;
}


h2
{
	font-size:13px;
	padding-top:0px;
	text-transform:none;
	color: #02243C;
	background-color: transparent;
}

h3
{
	font-size:11px;
	padding-top:0px;
	font-style:italic;
	color: #02243C;
	background-color: transparent;
}

table
{
	width:100%;
	border-collapse:collapse;	
}

.SectionHeader
{
	background-color:#02243C;
	text-transform:uppercase;
}

.SectionHeaderText
{
	font-size:13px;
	color:#E6E6E6;	
}

.ContentHeader
{
	background-color:#FFFFFF;
	text-transform:uppercase;
}

.ContentHeaderShowTitleText
{
	font-size:36px;
	font-style:italic;
	color:#02243C;	
	text-align:center;
}

.ContentHeaderText
{
	font-size:24px;
	font-weight:bold;
	color:#02243C;	
	text-align:center;
}

.ContentText
{
	font-size:13px;
	color:#02243C;	
	text-align:center;
}

a
{
	color: #02243C;
	font-size: 11px;
	background-color: transparent;
	text-decoration: underline;
}

p
{
	color: #02243C;
	font-size: 11px;
	background-color: transparent;
}

.ShowTitle
{
	color: #02243C;
	font-size: 24px;
	background-color: transparent;
	text-transform:capitalize;	
	text-align:center;
}


#titlebox 
{
	width:950px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
}

#head 
{
	width:950px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-color:#4C4B4C;
}


#left 
{
	width:175px;
	height:1800px;
	padding:0px;
	float:left;
	background-color:#D2D2E2;
}

#content 
{
	width:600px;
	height:1800px;
	padding:0px;
	float:left;
	background-color:#FFFFFF;
	overflow: auto;
}

#footer
{
	width:950px;
	height:100px;
	padding:0px;
	float:none;
	background-color:#4C4B4C;
}


#right 
{
	width:175px;
	height:1800px;
	padding:0px;
	float:right;
	background-color:#D2D2E2;
}
