/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html, body
{
	margin: 0;
	padding: 0; /* needed for container min-height */
	background: #FFFFFF font-size:small;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #CCCCCC;
}

h1
{
	font: 1.5em georgia,serif;
	margin: 0.5em 0;
}

h2
{
	font: 1.25em georgia,serif;
	margin: 0 0 0.5em;
}
h1, h2, a
{
	color: #F68933;
}

p
{
	line-height: 1.5;
	margin: 0 0 1em;
}
#wrapper
{
	padding-top: 20px;
}


div#container
{
	position: relative; /* center, not in IE5 */
	width: 940px;
	background: #FFFFFF url(../Images/content_bckgrnd.gif) repeat-x center bottom;
	height: auto !important; /* real browsers */
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}


/*div#header {
	background:#000000 url(../Images/header_bckgrnd.gif) no-repeat center top;
	height: 65px;
	padding-top: 20px;
	margin-top: 0px;
}*/

#logo
{
	width: 176px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
#header h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 36px;
	margin: 0px;
	padding: 7px 0px 0px;
}

div#header p
{
	font-style: italic;
	font-size: 1.1em;
	margin: 0;
}
.headerbottom
{
	background-color: #F68933;
	background-image: url(../Images/bottom-header.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 21px;
}



div#content
{
	padding: 120px 1em 160px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
div#content p
{
	text-align: justify;
	padding: 0 1em;
}
#login
{
	background-image: url(../Images/login_bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 144px;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
}
.welcomelogin
{
	font-size: 24px;
	font-weight: bold;
	padding-top: 16px;
	text-align: center;
}
.welcometext
{
	color: #F68933;
}

#login div p
{
	text-align: center;
	width: 100%;
}
#login form
{
	margin: 0px;
	padding: 0px;
}
.LoginFormDiv
{
	margin-top: 16px;
	margin-bottom: 12px;
}
.LoginFormDiv td
{
	text-align: left;
}
.LoginFormDiv label
{
	line-height: 20px;
	font-size: 14px;
	margin-left: 5px;
}





div#footer
{
	background: #000000 url(../Images/footer_bckgrnd.gif) repeat-x center top;
	border: 1px solid #000000;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

div#footer p
{
	padding: 0.2em 2em 0.4em;
	margin: 0;
	color: #FFFFFF;
}
.footerLinks
{
	float: left;
}
.footerCopyright
{
	text-align: right;
}
