a:link, a {
	color: #006EBF;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #006EBF;	
}
a:active {
	text-decoration:none;
	color: #006EBF;
	border:0;
	outline:0;
}
body {
	font: 11px "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	padding: 0;
	margin: 0;
	background: #777/*or Light #EEE*/;
}
p {
	margin:12px 0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	color:#006EBF;
	font-family:Arial, sans-serif;
}
h1 {
	font-size:3em;
}
h2 {
	font-size:1.7em;
	margin-bottom:10px;
}
h3 {
	font-size:1.2em;
	margin-bottom:7px;
}
#wrapper {
	width: 970px;
	margin: 45px auto;
	background: white url('wrapper.png') repeat-x top left;
	border: 5px #555 solid;
}
#header {
	background: #333;
	padding:0 100px;
	margin-top:0;
}
#head {
	text-align:center;
}
#head h1 {
	padding:40px 0 0 0;
	font-size:3.2em;
}
#head p {
	color:#999;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li {
	float: right;
}
#header ul li a {
	display: block;
	padding: 10px;
	color: white;
	text-decoration: none;
	border: 0;
	outline: 0;
	background:#333;
}
#header ul li a:hover {
	background: #454545 !important;
	color: white;
}
#logo {
	height: 120px;
	position: relative;
}
#nav {
	background:#2E3132 url('menubg.png') repeat-x top left;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
ul#navigation { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#navigation li { /* all list items */
	float: left;
	position: relative;
	margin-right:0px;
}
#navigation li a {
	display:block;
	padding:10px 16px;
	text-align:center;
	color:white;
	text-decoration:none;
	border-right:1px #656565 solid;
}
#navigation li.parent a {
	width:105px;
	background:transparent url('drop.gif') no-repeat 15px 55%;
}
#navigation li, #navigation li:hover a {
	position:relative;
}
#navigation li:hover ul a {
	background:#2E3132;
	min-width:136px;
	padding:5px 8px;
}
#navigation li:hover a {
	background:#2E3132;
}
ul#navigation li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: -10px;
	border-top:0;
	min-width:120px;
	background:#2E3132;
}
#navigation li ul li a {
	background:#2E3132;
	padding:5px 8px;
	border:0;
}
#navigation li ul li a:hover {
	background:#47484A;
} 
ul#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#navigation li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#navigation li.first a {
}
#navigation li.first a:hover {
}
#navigation li.first ul a {
	background-image:none;
}
#navigation li.last a {
}
#navigation li.last a:hover {
}
#navigation li.last ul a {
	background-image:none;
}
#content {
	padding: 15px;
	line-height: 1.7em;
}
#content a, #footer a {
	border-bottom:1px #006EBF dotted;
}
#content a:hover, #footer a:hover {
	border-bottom-style:solid;
}
.clear {
	clear: both;
	height: 1px;
}
#footer {
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #666;
}
label {
	display:block;
	padding:0px;
	margin:0;
}
input {
	display:block;
	width:250px;
	margin:0;
	padding:3px;
	margin-bottom:3px;
}
select {
	margin-bottom:3px;
	width:250px;
	display:block;
}
textarea {
	font:inherit;
	line-height:normal;
	padding:3px;
}
ul p, ol p {
	margin:0;
}
ol li {
	color:gray;
	font-style:italic;
	font-size:larger;
}
ol li p {
	color:black;
	font-style:normal;
	font-size:smaller;
}
form {
 margin:0;
 padding:0;
 border:0;
}
fieldset {
	margin:10px;
	padding:5px;
	border:1px #e5e5e5 solid;
}
input, textarea {
	background:#E9EEF1;
	border:1px #ccc solid;
	padding:2px;
	margin:2px 1px 1px;
	color:#555;
	width:300px;
	font:12px/16px "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}
label {
	padding:1px 3px;
	text-align:right;
	margin:0 4px 0 0;
	display:block;
	float:left;
	color:#555;
	font-weight:bold;
	width:100px;
}
#form-page-new  input, #form-page-new label{
	float:none;
}
#form-page-new .form-row-last {
	padding:0;
}
.form-row, .form-row-last {
	padding:7px;
	border-bottom:1px #ccc dotted;
}
.form-row-last {
	padding-left:117px;
	border:0;
}
.form-row-last input {
	width:auto;
	padding:5px;
}
blockquote {
	font-weight:bold;
	font-style:italic;
	margin:15px 30px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
#content img {
	border:1px #ddd solid;
	margin:4px 10px;
	padding:5px;
}
table {
	width:99%;
	margin:7px 0;
	border:1px #e5e5e5 solid;
}
thead tr td {
	padding:3px;
	border-bottom:1px #d8d8d8 solid;
	background:#f1f1f1;
	font-style:italic;
	color:#444;
	font-size:13px;
}
table td {
	padding:1px 3px;
	color:#666;
}
table tr.alt td {
	background:#f3f3f3;
}