﻿/* html reformatting */

body
{
	background: #999999 url(../images/pssback.gif) repeat-x 0 0;
	font-family:  Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
	margin:0px;
}

h1 
{
	font-size:28px;
	font-weight:500;
	color: #2525a0;
	text-decoration:none;
}

h2 
{
	font-size:24px;
	font-weight:500;
	color: #999999;
	text-decoration:none;
}

h3 
{
	font-size:20px;
	font-weight:100;
	color: #999999;
}

h4 
{
	font-size:14px;
	font-weight:100;
	color: #000000;
}

h5 
{
	font-size:2px;
	font-weight:100;
	color: #ffffff;
}

p
{
	text-align:justify;
}

a:link, a:visited
{
	color:Navy;
	text-decoration:none;
	font-weight: 700;
}

a:hover, a:active
{
	text-decoration:underline;
}

.error
{
	color:Red;
}

#containerPage
{
	margin-left: auto;
	margin-right: auto;
	border-left: solid 5px gray;
	border-right: solid 5px gray;
	border-top: solid 5px gray;
	border-bottom: solid 5px gray;	
	margin-top: 20px;
        margin-bottom: 20px;
	width: 980px;
	background-color: #ffffff;
	text-align: center;
}

#containerInner
{
	margin:10px 0px 10px 0px;
	text-align:left;
	clear:both;
	overflow:auto;
}

#contentInner
{
	margin-left: auto;
	margin-right: auto;
	width:900px;
	overflow:hidden;
	clear:both;
}


/* header */

#header
{
	width:100%;
	height:184px;
	overflow:hidden;
	clear:both;
}

#headerInner
{
	height:144px;
}

/* footer */

#footer
{
	width:100%;
	height:50px;
	clear:both;
        background-image:url(../images/footerBG.jpg);
	color: gray;
}

#footerInner
{
	margin:0px 10px 50px 10px;
}

.copyright
{
	font-size:11px;
	float:left;
	margin-top:5px;
	font-weight: 100;
}

.footerMenu
{
	float:right;
	margin-top:20px;
}

.footerMenu a:link, .footerMenu a:visited, .footerMenu a:active 
{
	color:Gray;
	font-size:12px;
	text-decoration:none;
	font-weight: 100;
}

.footerMenu a:hover 
{
	text-decoration: underline;
}

.label
{
	text-align:right;
	padding-right:15px;
}

.left
{
	float:left;
	margin-right:15px;
}

.right
{
	float:right;
	margin-left:15px;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
	height:500px;
	overflow:auto;
}

.w300
{
	width:300px;
}

.clear { width:100%; display:block; clear:both; }