﻿/*

dark blue: #001e4b
grey text: #7E7f81
blue text: #2c81ba
orange:    #ff5e00


*/
body {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background:#183868 url("images/body-slice.jpg") repeat-x top;
	color:#FFF;
	text-align:left;
	line-height:1.7em;
}
#wrapper,
#design-console {
	margin:0 auto;
	width:950px;
}
#design-console table {
	width:100%;
}
#page {
	color:#7E7f81;
	background:#FFF;
	padding:35px;
}
p {
	margin-bottom:1.2em;
}
ul, 
ol {
	padding:0 0 0 20px;
	margin:0 0 1em 0;
}
ol {
	padding-left:25px;
}
ol li {
	padding-left:0;
	margin-left:0;
}
li {
	margin-bottom:0.3em;
}
li ul {
	margin-top:0.3em;
}
ul br {
	display:none;
}
ul li br {
	display:inline;
}
a {
	color:#2c81ba;
	text-decoration:none;
}
a:hover,
strong,
legend,
h2.legend {
	color:#ff5e00;
}
strong {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	color:#2c81ba;
}
h1, h2, h3 {
	margin-bottom:0.8em;
}
h4, h5, h6 {
	font-style:italic;
	margin-bottom:1em;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
}
th, td {
	padding:0;
}
table.styled th,
table.styled td {
	padding:6px;
}
fieldset {
	border:0;
}
legend span,
h2.legend {
	display:block;
	padding-bottom:1em;
	white-space:normal;
}



