body		{ color: #333; border: 0; margin: 0; padding: 0; font-size: 12px; font-family: verdana, Helvetica, sans-serif; background-image: url(../img/back.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: center; }
h1			{ color: #1b578b; font-size: 22px; line-height: 30px; margin: 0 0 15px; padding: 0; }
p			{margin: 0 0 15px; padding: 0;}
ul, ol		{ margin-left: 0; padding-left: 0; }
ul			{list-style: none;}
a:link, a:visited	{ color: #1b578b; text-decoration: none; }
a:hover				{color: #6790b8; text-decoration: underline;}
/* Main Page Container */
#Outerframe		{ background-image: url(../img/side-shad-back.jpg); background-repeat: repeat-x; background-position: center top; width: 1000px; margin: 0 auto; padding: 0; }
#bodyframe		{ font-size: 12px; text-align: left; width: 944px; margin: 0 auto; padding: 0; overflow: hidden; }
/* Masthead */
#banner		{ background-color: #fff; background-image: url(../img/masthead.jpg); background-repeat: no-repeat; width: 944px; height: 132px; float: left; margin-top: 34px; }
#phone { color: #144875; font-size: 18px; position: relative; top: 25px; left: 60px; width: 350px; float: left; }
#topnav { width: 500px; float: right; }
/*Navigation */
a.TopLink:link {
	color: #fff;
	font-weight: bold;
	background-color: #144875;
	text-decoration: none;
	height: 32px;
	margin-top: 9px;
	display: block;
}
a.TopLink:visited {
	color: #fff;
	font-weight: bold;
	background-color: #144875;
	text-decoration: none;
	height: 32px;
	margin-top: 9px;
	display: block;
}
a.TopLink:hover {
	color: #a3bfd7;
	font-weight: bold;
	background-color: #144875;
	background-repeat: repeat-x;
	text-decoration: none;
	height: 32px;
	margin-top: 9px;
	display: block;
}
a.TopLink:active {
	color: #fff;
	font-weight: bold;
	background-color: #144875;
	background-repeat: repeat-x;
	text-decoration: none;
	height: 32px;
	margin-top: 9px;
	display: block;
}
#leftpanel {
	vertical-align: top;
	width: 310px;
	float: left;
}
#leftpanel ul		{
	width: 275px;
	margin: 0;
	padding: 0;
}
#leftpanel li		{ font-size: 12px; font-weight: bold; background-color: #144875; width: 275px; margin-bottom: 5px; list-style-type: none; display: block; }
#leftpanel a:link, #leftpanel a:visited	{ text-decoration: none; color: #fff; line-height: 28px; width: 100%; display: block; }
#leftpanel a:hover						{ color: #144875; line-height: 28px; background-color: #a3bfd7; text-decoration: none; width: 100%; display: block; }
#leftpanel p { width: 200px; float: left; margin: 0 0 0; padding: 0; }
/* Main Layout*/
#contentwrapperhome		{
	background-image: url(../img/home-body-back.jpg);
	background-repeat: no-repeat;
	width: 944px;
	height: 342px;
	overflow: hidden;
	float: left;
	padding-top: 100px;
}
#contenthome {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	width: 300px;
	float: left;
}
#contenthome p { margin-bottom: 20px; }
/* Footer */
#footer			{ padding: 15px 0; color: #fff; font-size: 12px; background-color: #144875; width: 100%; float: left; margin: 5px 0 0; }
#footer ul		{ position: relative; left: 15px; margin: 0; padding: 0; }
#footer li		{display: inline; font-size: 12px;}
#footer a:link, #footer a:visited	{text-decoration: none; color: #fff;}
#footer a:hover						{ color: #fff; text-decoration: underline; }
#footer p			{ margin: 5px 0 0; padding: 0; }
/* Forms*/
form		{margin: 0; padding: 0; border: 0;}
.forminput { font-size: 12px; margin: 0 2px 0 1px; padding: 2px 4px; border-color: #ccc #999 #999 #ccc; border-style: solid; border-width: 1px; }
.forminput:hover, .forminput:focus { font-size: 12px; background-color: #eee; margin: 0 2px 0 1px; padding: 2px 4px; border: solid 1px #ddd; }
input, select { font-size: 12px; font-weight: normal; font-style: normal; font-variant: normal; line-height: normal; padding-left: 5px; }
.Formbutton { background-color: #efefef; background-position: 0 0; margin: 0; padding: 1px 4px; border-color: #e1e1e1 #999 #999 #e1e1e1; border-style: solid; border-width: 1px; }
.Formbutton:hover, .button:focus { background-color: #fff; border-color: #999 #e1e1e1 #e1e1e1 #999; border-style: solid; border-width: 1px; }
