/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #00b;
  text-decoration: none;
}
a:hover {
  color: #06c;
}
html, body {
  height: 100%;
}
body {
  background-color: #466;
  color: #222;
  font: normal 0.8em Arial,sans-serif;
}
form {
  padding: 0px 0px 6px 8px;
}
input {
  color: #444;
  font: normal 1em Arial,sans-serif;
}
p,ul {
  font-size: 0.9em;
  padding-bottom: 10px;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h1,h2,h3 {
	color: #006;
	padding-top: 6px;
	margin-bottom: 4px;
}
img {
  border-width: 0px;
}

/* content */
#main {
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
#header-image, #title-top,
#title-bottom, #title, #menu, #menu-bottom,
#content, #content-left, #footer {
  border: 1px solid #006;
}
#header-image {
  width: 259px;
  height: 150px;
  background: url("/files/styles/145550/csbg1.png") no-repeat;
}
#title-top, #title-bottom {
  height: 22px;
  background: url("/files/styles/145550/decor.gif");
}
#title-top {
  border-bottom: 0px dotted #362 !important;
}
#title-bottom {
  border-top: 0px dotted #362 !important;
  border-bottom-width: 0px !important;
}
#flags {
  margin-top: 1px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
  border: 1px solid #362;
}
#flags img, #help img {
  display: block;
}
#help {
  margin-top: 1px;
  float: right;
}
#help .help_span {
  display: block;
  float: left;
  margin-right: 4px;
}
#help .help_logout {
  padding-top: 3px;
}
#help .help_logout a {
  font-weight: bold;
  color: #fff;
}

#title {
  border-width: 0px 1px !important;
  text-align: center;
  height: 107px;
}
#title h1 {
	padding: 0px 10px;
	color: #006;
	font: bold 1.5em verdana,sans-serif;
	text-transform: uppercase;
}
#title h2 {
	color: #006;
	font: bold 1.2em verdana,sans-serif;
	padding: 5px 10px;
}

#menu {
/*  background: #466;*/
  vertical-align: top;
}
#menu div {
	width: 100%;
	padding: 3px 0px;
	border-bottom: 1px solid fff;
}
#menu ul {
  margin: 0px 3px;
  padding: 0px;
}
#menu li {
  list-style: none;
}
#menu li a {
	height: 21px;
	display: block;
	padding: 8px 10px;
	font-weight: bold;
	color: #006;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url(/files/styles/145550/button.png);
}
#menu .menu-hover a {
	color: #FFF;
	background: url("/files/styles/145550/button_hover.png") no-repeat;
}
#logo {
  margin: 10px 0px;
  text-align: center;
  border-width: 0px !important;
}
#logo img {
  border: 1px solid darkgreen;
}

#content {
  background-color: #fff;
  padding: 10px 20px;
  vertical-align: top;
}
#content li {
  margin-left: 25px;
}
#content-left {
  border-top-width: 0px !important;
  width: 5px;
  background: url("/images/old_style/decor.gif");
}

#footer {
  height: 40px;
  color: #006;
  font-weight: bold;
  text-align: right;
}
#footer div {
  padding: 8px;
}
