@charset "UTF-8";
/* CSS Document */
*  {
    margin: 0;
    padding: 0;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
}

body {
  text-align:center;
  background:#F5E8D5 url(/images/graphics/simple_bg.gif) repeat-x scroll left top;
  font-size:12px;
}

#container {
  margin:0 auto;
  padding:0;
  width:780px;
  text-align:left;
}

#content {
width: 778px;
border:solid 1px #D48028;
background-color:#FFFFFF;
}
div.roundbox {
	background-color:#EFEBF0;
	border:#6A5179 1px solid;
}

.roundboxtop {
position:relative;
bottom:1px;
left:1px;
background: url(/images/graphics/corner5_ur.png) no-repeat top right;
}
.roundboxtop img{
position:relative;
right:2px;
}
.roundboxbottom {
position:relative;
top:1px;
left:1px;
background: url(/images/graphics/corner5_lr.png) no-repeat top right;
}
.roundboxbottom img{
position:relative;
right:2px;
}


img.corner {
width: 10px;
height: 10px;
border: none;
display: block !important;
}
#copy{
	width:400px;
	float:left;
}
#footer {
  display:block;
  clear:both;
  width:100%;
  padding:10px 0 20px 0;
  font-size:12px;
  color:#FFFFFF;
  text-align:center;
}
#footer a{
  color:#6A5179;
  text-decoration:underline;
  font-size:14px;
}
#footer .copyright,
#footer .contact,
#footer .links {
  color:#6A5179;
  font-size:14px;  
}
#footer .contact {
  font-weight:bold;
}
#footer img, #footer p {
  padding-bottom:10px;
  margin:0px;
}
img {
  border:none;
}

.spacer {
  clear:both;
}

a {
  color:#6A5179;
  text-decoration:none;
}

a:visited {
font-style:italic;
}

a:hover {
  color:#D48028;
  text-decoration:underline;
}

p {
font-size:14px;
margin:10px;
}


h1 {
font-size:24px;
text-align:center;
}

h2 {
font-size:20px;
text-align:center;
}

h3 {
font-size:18px;
}

h4 {
font-size:16px;
}

h5 {
font-size:14px;
}

h6 {
font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
  font-family:Trebuchet MS, sans-serif;
  font-weight:600;
  color:#6A5179;
  margin:10px;
}

table th, table td {
  padding:5px;	
}
table th {
  padding-bottom:1px;	
}

pre {
	text-align:left;
	display:block;
	background:#CCC;
	width:800px;
	height:150px;
	overflow:scroll;
	margin:20px;
}

#feedback, #error, #message {
  text-align:center;
  font-size:13px;
  padding: 5px;
  margin:10px;
  border:solid thin;	
}
#feedback {
  background:#d5efd5;
}
#error {
  background:#efd4dd;
}
#message {
  background:#b9c9ff;
}
.clear {
	clear:both;
}
