﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#masthead {
	min-width: 600px;
}

#sidebar_top {
	float: left;
	width: 25px;
	background-image: url('images/Sidebar_800x600_v0.2_F.jpg');
	background-repeat: repeat-y;
	height: 100px;
}
#header {
	margin-left: 25px;
	background-image: url('images/Header_800x600_v0.5_BLACK.jpg');
	height: 100px;
}
#container {
	clear: both;
	min-width: 600px;
	background-image: url('images/Sidebar_800x600_v0.2_F.jpg');
	background-repeat: repeat-y;
	min-height: 250px;
}
#sidebar_bottom {
	float: left;
}
#page_content {
	background-position: 14px 5px;
	padding: 15px;
	margin-left: 45px;
	text-align: left;
	margin-right: 25px;
	background-image: url('images/Heading_BG_2.jpg');
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #808080;
	border-bottom-color: #808080;
	border-bottom-width: thin;
	border-bottom-style: solid;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: x-small;
	text-align: center;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	position: relative;

}
#menubar {
	background-color: #808080;
	height: 23px;
	margin-left: 25px;
}

.footer {
	text-align: center;
	font-family: tahoma;
	font-size: x-small;
}

#breadcrumb {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-left: 45px;
}
p {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	line-height: 18px;
	color: #FFFFFF;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 19px;
	font-weight: 600;
	padding-left: 6px;
	padding-bottom: 10px;
	color: #464646;
}
h2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D8D8D8;
}
h6 {
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #FFFFFF;
}


.logo {
	margin: 27px 30px;
}
input {
	height: 15px;
	vertical-align: bottom;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 18px;
	color: #FFFFFF;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.TNStyle {
	text-align: left;
	padding-left: 20px;
	font-style: italic;
	font-size: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
}
h5 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
td {
	font-family: tahoma;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
.bodypicture {
	text-align: center;
	margin: 0px;
}

.mainlogo {
	border-width: 0px;
	margin: 27px 30px;
}


form {
	margin-top: 0px;
	margin-bottom: 0px;
}


h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a {
	color: #6684B6;
}

.picborderstyle {
	border: 3px solid #000000;
}
