﻿body
{
	font-family:'Segoe UI', Tahoma, Helvetica, sans-serif;
	font-size:.8em;
	background-color:silver;
	margin:0;
	padding:0;
}
form
{
	margin:0;
	padding:0;
}
#container
{
	width:1000px;
	margin:0 auto;
	background-color: white;
	height:100%;
	background:#fff url('../images/pageView.jpg') no-repeat;
}
#header
{
	width:1000px;
	height:121px;
	top:0;
	background-image:url('../images/Top.png');
	background-repeat:no-repeat;
	position:fixed;
}
#logo
{
	float:left;
	margin-top:36px;
	margin-left:20px;
	background-image:url('../images/Logo.png');
	background-repeat:no-repeat;
	border:0px;
}
#logo img
{
	width:200px;
	height:50px;
	border:0px;
}
#email
{	
	margin:64px 0 0 800px;
	position:fixed;
	background-image:url('../images/email.png');
	background-repeat:no-repeat;
}
#email img
{
	width:80px;
	height:80px;
	border:0px;
}
.reStyle
{
	display:none;
	border:0px;
}
#reStyle
{
	background-image:url('images/restyle.jpg');
	background-repeat:no-repeat;
	border:0px;		
}
#reStyle img
{
	width:200px;
	height:60px;
}
#topNav
{
	float:right;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 10px;
	padding-top:15px;
	padding-bottom:10px;
}
#topNav ul
{
	list-style-type:none;
	margin:0;
	margin-top:10px;
}
#topNav li
{
	width:200px;
	margin:0;
	border-right:solid 1px #999;
	padding-right:6px;
	margin-right:6px;
	margin-bottom:1px;
	height:11px;
}
#topNav li a
{
	color:#333;	
	text-transform:uppercase;	
}
#topNav li a:hover
{
	color:#fff;
	text-decoration:none;
}
#content
{
	border-left:0px #cccccc solid;
	border-right:0px #cccccc solid;
	padding-top:131px;
	padding-right:100px;
	padding-left:100px;
}
#maincontent
{
}
#footer
{
	text-align: center;
	margin-left:10px;
	margin-right:10px;
}
#standardpara
{
	text-align: left;
}
#headerpara
{
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: large;	
}
