
body {
	margin: 0;
	padding: 0;
	background: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #163D83;
}

h1 { 
	font-size: 21px; 
	padding-bottom:5px;
	color: #3d3d3d;
}

h2 { 
	font-size: 18px; 
	padding-bottom:5px;
}

h3 { 
	font-size: 14px; 
	padding-bottom:5px;
}

h4 { 
	font-size: 12px; 
	padding-bottom:5px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	text-align: left;
}

#content ul, #content ol { 
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 0 0 0 15px; 
	padding: 0;
}

blockquote { }

a { 
	color: #163D83; 
}

a:hover { 
	text-decoration: none; 
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { 
	display: none; 
}


#wrapper {
}


/* Header */

#header-wrapper {
}

#header {
	width: 621px;
	height: 40px;
	margin: 0 auto;
}


/* Menu */

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-top:10px;
	float: left;
	width: 621px;
	height: 45px;
	display:inline;
}

#menu ul {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	display:inline;
}

#menu li {
	display: block;
	float: left;
	display:inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #163D83;
	display:inline;
}

#menu a:hover { 
	text-decoration: none; 
	border-bottom: 6px solid #DDDEE0;
}


/* Page */

#page {
	width: 622px;
	margin: 0 auto;
}

#page-bgtop {
	padding-top: 30px;
}


/* Logo */

#logo {
	width: 621px;
	height: 251px;
	margin: 0 auto;
	background: url(../images/Schreiber_Head.jpg) no-repeat left top;
}


/* Content */

#content {
	float: right;
	width: 365px;
	padding-right: 0px;
	margin-bottom:10px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:0px;
	padding-left:0px;
	color: #3d3d3d;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	height: 26px;
	text-transform: uppercase;
	font-size: 15px;
	color: #003553;
}

#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
}


/* Footer */

#footermenu {
	width: 365px;
	float:right;
	margin: 0 auto;
	color:#ffffff;
	margin-top:10px;
}


#footermenu ul {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#footermenu li {
	display: block;
	float: left;
}

#footermenu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 20px;
	text-decoration: none;
	text-transform: none;
	color: #003553;
	color:#ffffff;
}

#footermenu a:hover { 
	text-decoration: underline; 
}

#footer {
	width: 365px;
	float:right;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 50px;
163D83
	background: #003553;
	background: #163D83;
	font-size:10px;	
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	color: #ffffff;
}

#footer a {
	color: #E5FFC4;
}

.br {
	clear:both;
}  
  
.submit {
	height:24px;
	border: 1px solid #bbb;
	color:#333333;
	width:220px;
	margin-top:20px;
	margin-left:110px;
	font:9pt Tahoma, Arial sans-serif;
	text-transform:uppercase;
}

form.cssform {
         width: 365px;
         font-size: 0.8em;
         line-height: 20px;
         font-family: Tahoma, Arial, sans-serif;
}

fieldset {
         width: 365px;
         margin-bottom: 10px;
         border: none;
}

label {
         font-family: Tahoma, Arial, sans-serif;
         line-height: 2.5;
         float: left;
         text-align: right;
         margin-right: 5px;
         width: 100px;
}


.textfield {
	font:9pt  Tahoma, Arial, sans-serif ;
	color:#4d4d4d;
	margin:3px;
	height:14px;
	border: 1px solid #bbb;
	padding: 3px 8px;
	width:210px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	maxlength:27;
}

textarea {
	 padding: 3px 8px;
     background: #fff;
     border: 1px solid #bbb;
     width: 210px;
 	 font:8pt  Tahoma, Arial, sans-serif ;
	 color:#555;
	 margin-top:4px;
	 margin-left:3px;
}


