body {
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
	color: #000;
	background-image: url(../img/mse_back.png);
	background-repeat: repeat-x;
	font-size: 100%;
}

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

h1 {
	border-bottom: 1px #2B8C93 dashed;
	font-size: 140%;
}

h2 {
	border-bottom: 1px #2B8C93 dashed;
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4, h5, h6 {
	font-size: 100%;
}

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

a:hover {
	color: #003459;
}


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

#content {
	margin: 0 0 0 0;
	font-family: "lucida grande", verdana;
}

#content_wrapper {
	padding: 0 0 24px 40px;
}

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

#content li, .mceContentBody li	{
	margin: 0 0 1em 2em;
	list-style-type: disc;
}

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

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

#content h2 {
	padding: 0 0 3px 0;
}


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

#sidebar {
	width: 240px;
}

#headlines_wrapper_top {
	background-image: url(../img/box2_top.png);
	background-repeat: no-repeat;
	height: 23px;
}

#headlines_wrapper_bottom {
	background-image: url(../img/box2_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
}

#headlines {
	margin: 0;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 100%;
	background-image: url(../img/box2_mid.png);
	background-repeat: repeat-y;
}

#headlines h2, #headlines h3 {
	border: none;
	font-size: 110%;
	color: #000;
	margin: 0 0 0 20px;
	padding: 0;
}

#headlines p {
	margin: 0 16px 0 20px;
	color: #332C78;
	font-size: 95%;
}

#menu_wrapper_top {
	background-image: url(../img/box_top.png);
	background-repeat: no-repeat;
	height: 23px;
}

#menu_wrapper_bottom {
	background-image: url(../img/box_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
}

#menu {
	margin: 0;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 100%;
	background-image: url(../img/box_mid.png);
	background-repeat: repeat-y;
}

#menu ul, #headlines ul {
	margin: 0 0 0 20px;
	width: 200px;
}

#menu li, #headlines li {
	border-bottom: 1px #8ECED7 dashed;
}

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

#headlines li a {
	font-weight: normal;
	font-size: 90%;
}

#headlines li a:hover {
	color: #332C78;
}

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

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

#menu li ul li {
	width: 180px;
}

#menu li ul li a:hover {
	margin: 0 0 0 -56px;
	padding: 4px 0 4px 56px;
}

#menu li ul li a.active {
	margin: 0 0 0 -56px;
	padding: 4px 0 4px 56px;
}

#menu li ul {
	margin: 0 0 0 16px;
}

#menu li ul li ul {
	margin: 0 0 0 28px;
}

#menu li ul li ul li ul {
	margin: 0 0 0 40px;
}

#menu li ul li ul li ul li ul {
	margin: 0 0 0 52px;
}

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

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

#ft {
	margin: 1em 0;
	padding: 1em 0;
	font-size: 90%;
	color: #666;
	text-align: center;
	border-top: 1px #999 dashed;
}

#ft a {
	color: #666;
	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
-----------------------------------*/

#charity_num {
	text-align: right;
	margin: 10px;
	color: #3A7C83;
	font-size: 85%;
}

#text_size {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: right;
}

#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: #36A9AF;
}

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

.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 0 0 14px;
	padding: 2em 0 0 0;
}

#font_family h3 {
	font-weight: bold;
	font-size: 120%;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #8ECED7;
}

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

#font_family a {
	color: #36A9AF;
	text-decoration: none;
}

#font_family a:hover {
	color: #003459
}

#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 #36A9AF;
	padding: 1px;
	margin: 0 4px 0 0;
	width: 100px;
}

#font_family_other_submit {
	border: 1px solid #36A9AF;
}


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

/* -------------------------------------
	news
--------------------------------------*/

.news_summary_div .summary_div {
	margin: 0 0 2em 0;
}

.news_summary_div h3, .news_summary_div h4 {
	border: none;
}

.news_summary_div h3 {
	font-size: 120%;
	margin: 0 0 0.2em 0;
}

.news_summary_div h3 a {
	text-decoration: none;
}

.news_summary_div h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

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

.float_right {
	float: right;
}

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

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