body {
	font-family: verdana, arial, sans-serif;
	margin: 20px 0;
	background-color: #fff;
	color: #000;
}

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

h1 {
	font-size: 2em;
	border-bottom: 4px solid #7CBA6F;
}

h2, .mceContentBody h2 {
	font-size: 1.8em;
	border-bottom: 2px solid #7CBA6F;
}

h3, .mceContentBody h3 {
	font-size: 1.6em;
	border-bottom: 2px solid #7CBA6F;
}

h4 {
	font-size: 1.4em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

strikethrough {
	font-style: strikethrough;
}

br {
	margin: 1em 0 0 0;
}

label {
	font-weight: bold;
}


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

#logo {
	width: 240px;
	padding: 0 0 0 10px;
}	

#yui-main {
	margin: 40px 0 0 0;
}

#content {
	margin: 0 10px;
	font-size: 120%;
	width: 480px;
	text-align: justify;
}

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

#content h1, .mceContentBody h1, #text_size h3, #font_family h3 {
	color: #281691;
	border-bottom: 4px solid #7CBA6F;
}

#text_size h3, #font_family h3 {
	border-bottom: 2px solid #7CBA6F
}

#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;
}

#content img {
	border: 2px solid #E7C45A;
	padding: 2px;
}

/* -------------------------------------
	sidebar
--------------------------------------*/

#sidebar {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	margin: 0px 0 0 0;
	padding: 0;
	width: 220px;
	text-align: left;
}

a#logo_link {
	text-decoration: none;
}

a#logo_link img {
	border: none;
}

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

#menu li a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #7CBA6F;
	display: block;
	padding: 0.2em 0.1em 0.2em 2.2em;
}

#menu li a:hover {
	color: #281691;
}

#menu li a.active {
	color: #281691;
	font-style: italic;
}

#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: 2em 0;
	color: #fff;
	font-size: 90%;
}

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

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

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

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

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

#text_size {
	margin: 20px 0 0 0;
	padding: 0 0 0 36px;
}

#text_size h3 {
	font-weight: bold;
	font-size: 120%;
	border: 0;
}

#text_size ul {
	padding: 0 4px;
	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: #7CBA6F;
}

#print_div a {
	text-decoration: none;
}

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

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

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

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

/*-----------------------------------
 font family
-----------------------------------*/

#font_family {
	margin: 0;
	padding: 1em 0 0 3em;
}

#font_family h3 {
	font-weight: bold;
	font-size: 120%;
	border: 0;
}

#font_family h4 {
	font-weight: normal;
	font-size: 100%;
	padding: 0 4px 0.5em 4px;
	margin: 0;
	border: 0;
}

#font_family a {
	color: #7CBA6F;
	text-decoration: none;
}

#font_family a:hover {
	color: #007481;
}

#font_family ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-indent: 0;
}

#font_family li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#font_family li a {
	padding: 2px 4px;
	width: 100px;
}

#font_family li a:hover {

}

#other_font_form {
	padding: 1em 0;
	margin: 0;
}

#font_family_other_input {
	border: 1px solid #7CBA6F;
	padding: 1px;
	margin: 0 4px 0 0;
	width: 100px;
}

#font_family_other_submit {
	border: 1px solid #7CBA6F;
}


/*---------------------------------------
	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;
}

#ft {
	border-top: 4px solid #7CBA6F;
	text-align: center;
}

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

#credits a {
	color: #00436C;
}

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

.float_right {
	float: right;
}

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

.talking_table {
	width: 100%;
	text-align: center;
}

.talking_table td {
	padding: 0.6em;
}