﻿@import url('layout.css');
body {
	color: #000000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 10px;
}
#container {
	background-color: #fff;
	width: 738px;
	margin: 0 auto;
	height: 100%;
}
#masthead {
	text-align: center;
	background-color: #FFFFFF;
	width: 738px;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	border-top-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#Top_coloumn {
}
#Top_coloumn h2 {
	margin-left: 15px;
	margin-right: 15px;
}
#column_l {
	position: relative;
	float: left;
	width: 324px;
	margin: 0;
	padding: 0 15px 0 30px;
	background-color: White;
}
#column_r {
	position: relative;
	float: right;
	width: 324px;
	margin: 0;
	padding: 0 30px 0 15px;
	background-color: White;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	width: 738px;
	height: 193px;
}
#masthead p {
	font-size: 10px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font: normal normal bold 10px verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 6px 2px;
	text-transform: capitalize;
}
#navigation a:hover {
	font: normal normal bold 10px verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 6px 2px;
	text-transform: capitalize;
}
/* Styles for Footer */
#footer p {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

