html
{
	border: none;
	margin: 0px;
	padding: 0px;
}

frame
{
	border: none;
	margin: 0px;
	padding: 0px;
}

table
{
	font-size: 12px;
}

body
{
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	margin: 0px;
	padding: 0px;
}

body.content
{
	text-align: left;
	background-image: url(../images/frame-mid.gif);
	background-repeat: repeat-y;
}

body.side
{
	background-image: url(../images/side.gif);
	background-repeat: repeat-x;

	background-attachment: fixed;
	background-position: top;

	border: none;
	margin: 0px;
}

body.header
{
	background-color: #5097E5;
	background-image: none;
}

body.footer
{
	background-image: none;
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

hr
{
	height:1;
}

a.click
{
	width: 96;
	height: 18;
	color: white;
	text-align: center;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;
	border: none;
	margin: 2px;
	padding: 2px;
}

table.button
{
	width: 96;
	height: 18;
	text-align: center;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-size: 11px;
}

table.button a
{
	color: white;
	text-decoration: none;
	font-size: 11px;
	cursor:hand;
}

span.right
{
	float: right;
}

legend
{
	font-size: 15px;
	font-weight: bold;
	color: #7397BA;
}

h1
{
	font-size: 15px;
	color: #7397BA;
}

h2
{
	font-size: 15px;
	color: #000;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5
{
	letter-spacing: -0.1em;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6
{
	letter-spacing: -0.1em;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* MAIN CONTAINER */

#container
{
	width: 800px;
	height: auto;
	text-align: left;
	margin: 0px;
}

#headercontainer
{
	float: left;
	width: 800px;
}

#logo-prt
{
	display: none;
}

#logo-scr
{
	float: left;
	width: 143px;
	margin-left: 3px;
	margin-top: 3px;
}

table.banner
{
	width: 100%;
}

table.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	WIDTH: 100%;
	height: 34px;
	padding-top: 2px;
}

TD.left
{
	background-image: url(../images/menu-left.gif);
	background-repeat: none;
	width: 25px;
}

TD.mid
{
	background-image: url(../images/menu-mid.gif);
	background-repeat: repeat-x;
	text-align:center;
	vertical-align:middle;
}

TD.right
{
	background-image: url(../images/menu-right.gif);
	background-repeat: none;
	width: 26px;
}

td.mid a
{
	color: #FFFFFF;
	text-decoration: none;
}

td.mid a:hover
{
	text-decoration: underline;
}

#maincontainer
{
	float: left;
	width: 712px;
	margin: 0px;
}	

#motto
{
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

#banner
{
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
}

#contentcontainer
{
	float: left;
	width: 600px;
	margin: 9px;
}

#content
{
	float: left;
	width: 743px;
	margin: 10px;
	text-align: left;
}

#height
{
	float: left;
	height: 350px;
	width: 30px;
}

#footer
{
	float: left;
	width: 800px;
	height: 37px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

#footer ul
{
	text-align: right;
}

#footer li
{
	list-style: none;
	display: inline;
	border-right: 1px solid #B8CADC;
	padding-left: 9px;
	padding-right: 9px;
}

#footer li a
{
	color: #7397BA;
	text-decoration: none;
}

#footer  .last
{
	border: none;
	padding-right: none;
}

table.footer
{
	float: right;
	text-align: left;
}

table.footer a
{
	color: #7397BA;
	font-size: 11px;
	text-decoration: none;
}

#copy
{
	float: left;
	color: #7397BA;
	width: 280px;
}

.comment, td .comment
{
	letter-spacing: 0em;
	font-size: 11px;
	font-family: verdana;
	font-style: italic;
	
}

#valSummary
{
	border: 1px solid red;
	margin: 0px;
	background-color: #B8CADC;
	margin-bottom: 10px;
}

#valSummary ul
{
	margin: 4px;
	padding: 4px;
}

#valSummary ul li
{
	list-style: none;
}