/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #333333 url(images/img01.jpg) repeat-y 50% 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold;
	font-size: 18px;
}

h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold;
}


a {
	font-weight: bold;
	color: #660000;
}

h2 {
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	color: #660000;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px;
}


li {
	list-style: circle outside;
	color: #660000;
}

cite {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-weight: normal;
	font-size: 12px;
	font-style: italics;
}

h5 {
	font-style: bold;
	color: #660000;
	font-size: 10px;

}

hr {color: #660000;
background-color: #660000;
border: 0px;
height: 1px;
}

.img1 {
	float: left;
	margin: 0px 10px 4px 0px;
	border: 1px solid #660000;
}

.magimage {
	float: left;
	border: 0px;
	padding: 0px 10px 0px 0px;
}

.img_services {
	float: left;
	margin: 0px 0px 10px 0px;
	border: 1px solid #660000;
}

.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	height: 100px;
	margin: 0px auto;
	background: #660000 url(images/banner_logo.jpg);
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}


/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #660000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #660000;
}


/** SUBMENU */

#submenu {
	width: 770px;
	margin: 0px auto;
	padding: 4px 0px 5px 0px;
	background-color: #660000;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p #content ul, #content ol {
	line-height: 140%;
}


#left {
	float: left;
	width: 150px;
	padding: 0px 0px 40px 15px;
}

#left object{
	border: 1px solid #660000;
}

#right {
	float: right;
	width: 540px;
	padding: 0px 20px 40px 20px;
}

#right p.headertext{
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}


#right p.headertextgreen{
	line-height: 140%;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}


#right p.homeimptext {
	line-height: 140%;
	font-size: 18px;
	font-weight: bold;
	color: #9d0d15;
	text-align: left;
	margin-left: 10px;
}

#right p.caption{
	line-height: 140%;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
	font-style: italic;
}

#right li{
	line-height: 200%;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
	font-style: italic;
	margin-left: 0px;
}


#colA {
	float: left;
	width: 160px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: left;
	width: 160px;
	padding: 0px 20px 0px 0px;
}

#colC {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 0px;
}

ee.fs {
	border-width: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #660000;
	font-size: 12px;
	margin-top: 0px;
}

table.fs th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #660000;
	background-color: rgb(250, 240, 230);
}

table.fs td
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #660000;
	background-color: rgb(250, 240, 230);
}

table.fs_sample_table {
	border-width: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #660000;
	font-size: 12px;
	margin-top: 0px;
}

table.fs_sample_table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #660000;
	background-color: #e2fbe8;
}

table.fs_sample_table td
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #660000;
	background-color: #ffffff;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #660000;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 20px 210px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #660000;
}

a {
	font-weight: normal;
	color: #660000;
}

#border-top {
	border-top: 0px solid #660000;
}
