body {
	font-size:13px;
}

small {
	font-size: 11px;
}

.fading_corner_1 {
	background: url(/images/fading_corner_1.gif) no-repeat top left;
	padding: 1em;
}

th, td {
	vertical-align: top;
}

.note {
	border: solid 2px #ffd5e8;
	background: #fff3f8;
	padding: 1em;
}

table.form th {
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
}

.smaller {
	font-size: 9px;
}

.highlight {
	margin: 1em 0em;
	padding: 0em 1em;
	border: solid 2px green;
	background: #e8f2ed;
}

form {
	margin: 0px;
}

#main {
        width: 1600px;
        height: 100%;
}

#top {
	background: url(/images/navbar/logo.gif) no-repeat left #024c31;
	/*border-bottom: solid 5px #9dd356;*/
	padding-left: 10px;
	height: 113px;
	text-align: right;
}

#top img {
	margin: 0px 10px;
}

#top img {
	margin: 0px 10px;
}

#buttons{
	padding: 10px 10px 10px 300px;
}

#navbar {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 1px 5px;
	background: #9dd356;
	border-bottom: solid 1px #024c31;
}

#navbar a {
	color: #024c31;
}

#navbar a:hover {
}

#bottom {
	border-top: solid 5px #9dd356;
	background: #024c31;
	color: white;
	font-size: 12px;
	padding: 5px;
	margin-top: 1em;
	clear: both;
}

#sidebar {
	width:200px;
	float:left;
	background:#e8f2ed;
	border-right: 2px solid green;
        height: 900px;

}

#sidebar .meun {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top:15px;
	margin-left:5px;
}

#sidebar .meun ul {
	list-style:none;
	padding: 0px 0px 0px 8px;
}

#sidebar .meun li {
	list-style:none;
	display:block;
	
}

#sidebar .meun a {
	color: #024c31;
}


#content {
	width: 760px;
	margin-left: 1em;
	float: left;
}

dt {
  background: url(/images/bullet_orange.gif) no-repeat 3px 6px;
  font-weight: bold;
  margin-top: 1.5em;
  padding-left: 18px;
}

dd {
  margin-left: 0px;
  margin-top: 0.5em;
  text-align: justify;
}

dl.none dt { float: left; clear: left; background: transparent; padding: 0em; margin: 0em }
dl.none dd { }
dl.none dt, dl.none dd { margin-top: 3em; vertical-align: top; }

img.photo {
	border: solid 2px #efefef;
	margin: 0em 0.5em;
}

img.logo {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

div.logo {
	font-size: 10px;
	margin-bottom: 15px;
	text-align: justify;
	padding: 1em;
	text-indent: 2em;
}

hr {
	height: 1px;
	color: #eee;
}

p {
	text-align: justify;
	/*text-indent: 2em;*/
}

img.slide {
	width: 725px;
	border: solid 3px #ddd;
}

img.screen {
	border: solid 3px #ddd;
	float: right;
	clear: right;
	margin: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #024c31;
	font-variant: small-caps;
}

h2 {
	border-bottom: dotted 1px #aaa;
	clear: both;
}

h1 {
	margin: 0.5em 0em;
}

a {
	text-decoration: none;
}

a:hover {
	color: #f70;
	text-decoration: underline;
}

img {
	border: 0px;
}

body {
	margin: 0px;
}

* {
	font-family: arial;
}

table.info th {
  text-align: right;
  font-size: smaller;
  vertical-align: top;
  padding-top: 3px;
  border-right: solid 3px #efefef;
}

.notice {
	color: blue;
	padding-left: 1em;
	border-left: solid 3px blue;
}

.fieldWithErrors * {
	border: solid 2px #faa;
	background: #ffefef;
	float: left;
}

.errorExplanation {
	border: solid 1px #dda;
	color: #770;
	padding: .5em;
}

.errorExplanation h2 {
	font-family: arial;
	font-size: 11pt;
	margin: 0px;
}

.subs, .page-flag {
padding-left:9px;
margin: 5px 0px;
font-weight:normal;
background-repeat:no-repeat;
background:#F4F9F6;
display:block;
text-decoration:none;
font-size:11px;
line-height: 150%;
}

.link, a:visited, a:link, a:active {
color:black; background-color:transparent; text-decoration:none;
}

.link, .link-over {
cursor: pointer;
}

a:hover, .link-over {
color:blue; background-color:transparent; text-decoration:none;
}