/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 1;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #cdcdcd;
	background-image:url(images/pw_bg.gif);
	background-repeat: all;
		}

h1, h2, h3 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; font-weight: bold; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}





/* Header */

#header {
	width: 700px;
	height: 131px;
	margin: 0 auto;	
	background-color:#ffffff;
}

/* Logo */

#logo {
	float: left;
	background-image:
	width: 240px;
	height: 131px;
	text-align: center;
}

#logo h1 {
	margin: 0;
	padding-top: 15px;
	font-size: 2.6em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: right;
	width: 460px;
	height: 131px;
	background: #0065CC url(images/img01.gif) no-repeat left bottom;
}

#menu ul {
	margin: 0;
	padding-top: 13px;
	font-size:15px;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

.indent
  {padding: 10pt 25pt 10pt 25pt;}
.note 
  { font : bold 10px "Arial Narrow", Helvetica, sans-serif; color : 730027;}
.errortext 
  { font : bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color : 730027;}
.requiredtext 
  { font : bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color : 730027;}
.reddisclaimer 
  { font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color : 730027;}
.text 
  { font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color : #000000;}
.heading
  { font : bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif; color : #000000;}
.subheading
  { font : bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color : #000000;}
.errorsubheading
  { font : bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color : #730027;}
.paragraph
  { font : bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color : #000000;}


/* Page */

#outer {
	width: 700px;
	height: inherit;
	margin: 0 auto;
	background-color: #ffffff;	
	background: #ffffff url(images/img07.gif) repeat-x repeat-y;
}

#page {
	width: 700px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* Content */

#content {
	float: right;
	height:auto;
	width: 420px;
	padding: 20px;	
	background-color:#ffffff;
}

/* Sidebar */

#imageContainer {
	position: relative; 
	left: 0px; 
	top: 0px;
	margin: 0px;
	width:240px;
	height:213px;
	z-index: 10;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#sidebar {
	float: left;
	width: 210px;
	padding: 0px 10px 20px 5px;	
	background-color: #b00003;	
	color: #ffffff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;	
	color: #ffffff;
}

#sidebar li {
	margin-bottom: 15px;	
	color: #ffffff;
}



#sidebar li li {
	margin: 0;	
	color: #ffffff;
}

#sidebar dl {
}

#sidebar dt {
}

#sidebar dd {
	margin-bottom: 10px;
}

#sidebar ol {
	margin-left: 0;
	list-style-position: inside;
}

#sidebar h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(images/img05.gif) repeat-x left bottom;
	color: #ffffff;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar a {
	font-size: 16px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
font : 14px "Arial Narrow", Helvetica, sans-serif; color : #0065CC; margin-right: 5px;
}

#footer a
  { font : 14px "Arial Narrow", Helvetica, sans-serif; 
	text-decoration: none; color : #003060;}
  
