/**************** Default Styles *******************/

a {
	background: transparent;
	color: #2D3D55;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #2D3D55;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	background: transparent;
	color: #496C93;
	text-decoration: underline;
}

b {
	background-color: transparent;
	color: #3A5574;
	font-weight: bold;
}

body {
	background-color: #E3E9EA;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body.white {
	background-color: White;
}


div.title a:link {
	color: #EAF8FF;
	font-weight: bold;
	text-decoration: none;
}

form {
	font-size: .9em;
}

html {
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}

table {
	border-width: 0;
}

td {
	font-size: 13px;
	margin-left: 4px;
	padding: 4px;
	text-align: left;
}
.contact {
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	font-size: 1em;
	color: #652321;
	font-weight: bold;
	margin-left: 4px;
	padding: 4px;
	text-align: left;
}
/******************* Boxes **************************/
.box1 {
	background-color: #BFC9D0;
	padding: 0px;
}

.box2 {
	background-color: #DBE1E5;
	padding: 0px;
}

.smalltxt {
	font-size: .7em;
}

.title {
	background-color: #214265;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
.title a, .title a:visited {
	color: #e3e9ea;
	font-weight: bold;
}
.title a:hover{
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	background-color: transparent;
	color: #FFFFFF;
	font-size: x-small;
	height: 20px;
	margin-top: 25px;
	padding: 5px;
	position: relative;
	text-align: center;
}

/******************* Header ***********************/
#header {
	background-image: url(images/fill.jpg);
	background-repeat: repeat-x;
	height: 155px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 100%;
}

#logo{
	position: absolute;
	right: 0px;
	top: 0px;
}

/*********************** Page Layout ***********************/
#mainarea {
	display: inline;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 140px;
	width: 100%;
}

#right {
	height: 100%;
	right: 0px;
	top: 140px;
	width: 7px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	margin-left: 8px;
	margin-right: 8px;
}
h1 {
	font-size: 1.2em;
	color: #214265;
}

h2 {
	font-size: 1.1em;
	color: #214265;
}

h3 {
	font-size: 1em;
	color: #652321;
}

h4 {
	font-size: .9em;
	color: #652321;
}

h5 {
	font-size: x-small;
}

h6 {
	font-size: xx-small;
}

li {
	list-style-image: url('images/bulit.GIF');
	padding-left: 10px;
}



