﻿/* Layout Stylesheet */ 

body {
	margin: 0px;
	padding: 0px;
	width: 440px;
}

/* Nav Block CSS Start */

table.nav {
	background: #F5F5F5;
	width: 100%;
	height: 140px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: left;
}

#TblMargin {
	width: 20px;
}

#Group {
	color: #D7373B;
	font-family:Tahoma;
	font-size: 18px;
	font-weight: bold;
	width: 230px;
	text-align: Right;	
	display: inline;
	position: relative;
}

#NavArrow {
	background-image: url("../IMAGES/NavArrow.png");
	background-repeat: no-repeat;
	width: 16px;
	position:relative;
	left: 3px;
	bottom: -5px;
}

#Section {
	color: #000000;
	font-family:Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
 
#Break {
	height: 2px;
	width: 400px;
	background-color: #DEDEDE;
	margin: 0px;
	padding: 0px;
}

table.NavLnks {
	width: 100%;
	text-align: left;
	margin-left: 10px;
	height: 90px;
}

a.current, a:hover {
	color: #D7373B;
}

a {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:none;
}

h3 {
	color: #000000;
	font-family: Tahoma;
	font-size: 18px;
	font-weight:bold; 
	text-decoration:none;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

p {
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration:none;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

li {
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration:none;
}

/* Nav Block CSS End */ 