body {
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.2em 0;
	color: #f78f1e;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 1.4em;
}

h1 {
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 2px 30px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

strikethrough {
	font-style: strikethrough;
}

br {
	margin: 1em 0 0 0;
}

label {
	font-weight: bold;
}

a {
	color: #0A7DC1;
	text-decoration: none;
	font-weight: bold;
}

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

#custom-doc {
	margin: auto;
	text-align: left;
	width: 940px;
}

/* -------------------------------------
	header
--------------------------------------*/

#header_wrapper {
	background-image: url(../img/back.png);
	border-bottom: 5px solid #37A3DF;
	margin: 0 0 1em 0;
}

#header {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header img {
	margin: 6px;
}

/* -------------------------------------
	main content
--------------------------------------*/

#content {
	margin: 0;
	width: 530px;
}

#content_wrapper {
	padding: 0 20px 20px 2px;
	font-size: 0.9em;
}

#content p, .mceContentBody p {
	margin: 0 0 1em 0;
}

#content li, .mceContentBody li	{
	margin: 0 0 1em 2em;
}

#content ul, .mceContentBody ul	{
	padding: 5px 0 10px 0;
}

#content blockquote, .mceContentBody blockquote	{
	margin: 0 0 0 3em;
	padding: 0;
}


/* -------------------------------------
	menu
--------------------------------------*/

#leftbar {
	width: 160px;
}

#rightbar {
	width: 200px;
	font-size: 90%;
}

#menu {
	margin: 0;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 120%;
}

#menu ul {
	margin: 0 0 2em 0;
	
}

#menu li {
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #f78f1e;
	padding: 4px 0;
	display: block;
}

#menu li a:hover {
	color: #0A7DC1;
	margin: 0 0 0 -32px;
	padding: 4px 0 4px 32px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu li a.active {
	color: #0A7DC1;
	margin: 0 0 0 -32px;
	padding: 4px 0 4px 32px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu li ul {
	margin: 0 0 0 1em;
}

#menu li ul li ul {
	margin: 0 0 0 2em;
}

#menu li ul li ul li ul {
	margin: 0 0 0 3em;
}

#menu li ul li ul li ul li ul {
	margin: 0 0 0 4em;
}

#menu li ul a {
	font-weight: normal;
	color: #007481;
}

/* -------------------------------------
	footer
--------------------------------------*/

#ft {
	margin: 1em 0 0 0;
	padding: 1em;
	font-size: 80%;
	background-image: url(../img/back.png);
	border-top: 5px solid #37A3DF;
	color: #fff;
	text align: left;
	
}

#ft a {
	color: #666;
	text-decoration: none;
}

#ft a:hover {
	color: #000;
}

#footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/*---------------------------------------
	paging
---------------------------------------*/

.subpage_nav {
	margin: 1em 0;
}

.subpage_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subpage_nav li {
	display: inline;
	padding: 0 0.6em 0 0;
}

/* -------------------------------------
tinyMCE
--------------------------------------*/

body.mceContentBody {
	font-size: 0.8em;
	padding: 2px;
	background-image: url(../img/talk2_back.png);
}

/*-----------------------------------
 text size
-----------------------------------*/

#text_size {
	margin: 0;
	padding: 0;
}

#text_size h3 {
	display: none;
}

#text_size ul {
	padding: 0;
	margin: 0;
}

#text_size li{
	list-style: none;
	display: inline;
	margin: 0 0.8em 0 0;
	padding: 0;
	border: 0;
}

#text_size a {
	text-decoration: none;
	color: #0A7DC1;
}

#text_size a:hover {
	color: #003459;
}

.standard_size {
	font-size: 90%;
	text-transform: uppercase;
}

.big_size {
	font-size: 120%;
	text-transform: uppercase;
}

.biggest_size {
	font-size: 150%;
	text-transform: uppercase;
}

/*---------------------------------------
	public forms
---------------------------------------*/

.publicForm label {
	display: block;
}

.publicForm label {
	margin: 1em 0 0 0;
}

.publicForm label.inline {
	display: inline;
	margin: 0;
}
	
.publicForm .textInput, .publicForm textarea {
	width: 20em;
	border: 1px solid #999;
	background-color: #fff;
	padding: 0.1em;
}

.publicForm .checkboxInput {
	border: 1px solid #999;
	background-color: #fff;
	margin: 0 0.5em 0 0;
}

.publicForm textarea {
	height: 10em;
}
	
.publicForm .submitInput {
	border: 1px solid #999;
	background-color: #fff;
	padding: 0.1em;
}
	
.publicForm select {
	border: 1px solid #999;
	background-color: #fff;
	padding: 0.1em;
}

#credits {
	color: #000;
	padding: 10px 0;
	font-size: 90%;
}

#credits a {
	color: #00436C;
}

/* -------------------------------------
	general classes
--------------------------------------*/

.float_right {
	float: right;
}

.float_left {
	float: left;
}

img.float_right {
	margin: 0 0 0.6em 0.6em;
}

img.float_left {
	margin: 0 0.6em 0.6em 0;
}

.article_summary {
	padding: 0.5em 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #37A3DF;
	line-height: 1;
	float: left;
}

.article_summary h3 {
	background-image: none;
	margin: 0;
}

.article_details {
	font-size: 90%;
	margin: 0 0 1em 0;
}

.article_link {
	margin: 1em 0 0 0;
}

.clear {
	clear: both;
}

#rightbar .submitInput {
	background-color: #37A3DF;
	border: #0A7DC1 1px solid;
	color: #fff;
	padding: 2px;
}

#rightbar .textInput {
	background-color: #AFE3FF;
	border: #0A7DC1 1px solid;
	color: #0A7DC1;
	padding: 2px;
	width: 190px;
	margin: 0 0 4px 0;
}