/* Global page styling */
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a:link,a:active,a:visited {
	color : #006699; 
}

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

/* Header sizes */
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}

/* Cleanout the following */
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.xbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

ul.supporters_partners_list img {
	display:block;
	margin-left:150px;

	margin-top:10px;
	margin-bottom:20px;
}


.subsection {
	margin-bottom:20px;
}


/* New CSS */
body, html {
	margin: 0;
	padding: 0;

	
}

.wrap950 {
	margin: 0 auto;
	width: 950px;
}

.header {
	height: 100px;

	background: url("../img_css/header.gif") no-repeat scroll left top #FFFFFF;
	display: block;
	text-indent: -9999px;
}

.page {
	
	background: url("../img_css/sidebar1px.gif") repeat-y scroll left top #FFFFFF;
}

.footer {
	background: url("../img_css/sidebarbot.gif") no-repeat scroll left top #FFFFFF;
	height: 100px;
}

/* Sidebar Styling */
.sidebar {
	width: 150px;
	float: left;

	background: url("../img_css/sidebar1px.gif") repeat scroll left top #FFFFFF;
}

.sidebar ul,
.sidebar p {
	padding-left: 8px;
	padding-right: 12px;
}

.sidebar li {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

.sidebar ul + p {
	margin-top: 20px;
}


.donatenowlink {
	display: block;
	margin: 0 auto;
	width: 137px;
	height: 60px;

	background: url("../img_css/donatenow.gif") no-repeat scroll left top;
	text-indent: -9999px;
}


/* Content area styling */
.content {
	padding: 30px;
	width: 740px;
	float: left;
}

.content p,
.content ul,
.content ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.center img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.leftside {
	float: left;
	margin-right: 20px;
}

.rightside {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content p + p {
	margin-top: 20px;
}

.content p img {
	margin-top: 10px;
}

h2 {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

h3 {
	margin-bottom: 8px;
	margin-top: 30px;
}

h3 + p,
p + ol {
	margin-top: 0px !important;
}

.donatelink {
	font-weight: bold;
	text-align: center;
	display:block;
}

/* Mural info styling */
.mi_images div {
	width: 148px;
	height: 120px;
	float: left;
}

.mi_images a {
	width: 148px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}

.mi_images a:hover {
	background: #eee;
}

.mi_name {
	font-weight: bold;
}

.mi_images div img {
	margin: auto;
	display: block;
	border: 0px;
}

.mi_infoblock p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Whats new page styling */
.whatsnewlist li {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type:none;
	list-style-image:url("/images/ChumdisTiny2.jpg");
}


.whatsnewlist li table tr:hover {
	background-color: #ccc;
}

.whatsnewlist li table td {
	padding-top:2px;
	padding-bottom:2px;
	vertical-align: top;
}

.whatsnewlist li table .namecol {
	padding-left:20px;
	width:480px;
}

.whatsnewlist li table .datecol {
	width:200px;
	padding-left:40px;
}

.nofish {
	list-style-image:none !important;
}


.column {
        float: left;
        width: 350px;
}

.column + .column {
        margin-left: 40px;
}

.column p {
        text-align: justify;
}

