﻿/* Styles for HTML Elements */
html, body, form
{
	margin: 0px;
	margin-top: 00px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

/*Adding Additional styling to the body tag*/
body 
{
	/*Default Text*/
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

/*Locating the Primary Container*/
#PrimaryContainer
{
	/*Size*/
	width: 991px;
	
	/*Center the content*/
	margin: 40px auto 0px auto;
	
	/*Alignment*/
	text-align: left;
	vertical-align: top;
	
	/*Coloring*/
	background-color: White;
	
	/* */
	border: solid 3px #488B94;
	
	overflow: hidden;
	
}

.BodyBG
{
	/*Background setup*/
	background-color: #000033;
}

/*Extra spacing issues in IE (object, embed) and Firefox (img)*/
object, embed, img { display: block; }

#HeaderRow
{
	width: 991px;
	height: 127px;
	border-bottom: solid 3px #488B94;
}

#Logo
{
	width: 356px;
	height: 127px;
	float: left;
}

#HeaderRight
{
	width: 635px;
	height: 127px;
	float: right;
}

#ContentContainer
{
	float: left;
	width: 711px;
	padding: 15px;
	text-align: left;
}

#NavContainer
{
	float: right;
	width: 250px;
}

#FooterRow
{
	width: 991px;
	margin: 8px auto;
	text-align: center;
}

#Footer
{
	margin-bottom: 10px;
}

#Footer, #Footer a, #Footer a:visited
{
	text-transform: capitalize;
	color: White;
	line-height: 20px;
	font-size: 9px;
}

a, a:visited 
{
	color: #333333;
}


.NavItem, .NavItemSel
{
	width: 220px;
	height: 26px;
	padding-left: 30px;
	line-height: 26px;
	font-family: Georgia;
	background-image: none;
	font-size: 12px;
}

.NavItemSel
{
	background-image: url('/Images/icon_23x22.gif');
	background-repeat: no-repeat;
}

.NavItem a, .NavItem a:visited, .NavItemSel a, .NavItemSel a:visited
{
	color: #000033;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

.NavItem a, .NavItem a:visited { font-style: normal; }
.NavItemSel a, .NavItemSel a:visited { font-style: italic; }

.NavItem a:hover, .NavItemSel a:hover
{
	font-style: italic;
}

/*Used for textboxes*/
.txt
{
	border-style:solid;
	border-color:#46898F;
	border-width:1px;
	font-size: 9px;
	color:#000033;
	padding-left:2px;
	padding-right:2px;
}

.err
{
	font-size: 9px;
	text-transform: capitalize;
	color:#992F05;
}

.btn
{
	border-style:solid;
	border-color:#46898F;
	border-width:1px;
	font-size: 9px;
	color:#000033;
	padding-left:2px;
	padding-right:2px;
}

.tbr
{
	border: solid 2px #596F94;
}

img
{
	border: none;
}
