body {
	background-color: white;
	color: #343434;
}

img {
	padding: 0px;
	margin: 0px;
}

#NTRAPage {
	width: 770px;
	background-image: url('../img/background.body.jpg');
	padding-bottom: 20px;
}

#LogoBar {
	height: 68px;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

#NavBar {
	border-top: 2px solid #00A1B3;
	background-color: #EAEAEA;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #929292;
}

a.NavLinkLocal {
	height: 31px;
	color: gray;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:7px;
}

a.NavLink {
	height: 31px;
	color: #00A1B3;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:7px;
}

a.NavLink:Hover {
	background-color: #00A1B3;
	color: white;
}

#BodyContent {
	padding: 20px;
}

h1 {
	font-family: "Trebuchet MS", "Sans-Serif";
	font-size: 32px;
	font-weight: bold;
}

h3 {
	font-family: "Verdana", "Sans-Serif";
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	font-family: "Verdana", "Sans-Serif";
	font-size: 13px;
}

label {
	font-family: "Verdana", "Sans-Serif";
	font-size: 13px;
	width: 120px;
}

#FormPage {
	width: 500px;
	padding: 10px;
	border: 1px solid silver;
	background-color: FDFDFD;
	font-family: "Verdana", "Sans-Serif";
	font-size: 13px;
}

#FooterBar {
	width: 770px;
	border-top: 2px solid #00A1B3;
	background-color: #EAEAEA;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #929292;
	font-size: 10px;
	font-family: sans-serif;
	font-weight: bold;
}

input.text {
	background-color: white;
	border: 1px solid silver;
}

input.textFocus {
	background-color: #EBEFFA;
	border: 1px solid silver;
}

textarea.text {
	background-color: white;
	border: 1px solid silver;
}

textarea.textFocus {
	background-color: #EBEFFA;
	border: 1px solid silver;
}