@charset "utf-8";
/* CSS Document */

/* Default rules for all content. */

body {
	background-image:url(Universal/page_background.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
/* Deafault heading format. */

h1 {
	font-size:17px;
	margin-top:0px;
	}
h2 {
	font-size:14px;
	}

/* Default paragraph format. */

p {
	font-size:14px;
	line-height:150%;
	}

/* Default image format. */

img {
	border:none;
	margin:auto;
	}

/* Default table and list format. */

table {
	border:none;
	font-size:14px;
	text-align:center;
	width:100%;
	}
	
dl {
	margin-top:0px;
	text-align:left;
	}
	
ul {
	font-size:14px;
	}

/* Posting date and picture caption class. */

.postdate {
	color:#666666;
	font-size:10px;
	text-align:right;
	top:auto;
	}
.caption {
	font-size:10px;
	margin-top:0px;
	text-align:center;
	}
	
/* Button rules. */

input, button {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#FFFFFF; 
	border:1px solid;
	border-color: #CCCCCC;
	font-size:12px;
	vertical-align:middle;
	margin: 0px 0px 0px 5px;
	}

.donate {
	border:none;
	}

/* Page container rules. */

#masthead {
	height:150px;
	margin:auto;
	width:900px;
	}
#menu_container {
	background:none;
	clear:both;
	height:45px;
	margin:auto;
	width:900px;
	}
#cssmenu {
	margin:auto;
	text-align:center;
	width:830px;
	}
#content_container {
	clear:both;
	margin:auto;
	text-align:justify;
	width:900px;
	}
#content_left {
	clear:both;
	float:left;
	height:auto;
	margin-right:15px;
	text-align:justify;
	width:545px;
	}
#content_right {
	float:left;
	height:100%;
	margin:auto;
	width:340px;
	}
#footer {
	clear:both;
	color:#666666;
	font-size:12px;
	margin:auto;
	padding-top:35px;
	text-align:center;
	width:900px;
	}

/* Default link rules. */

a:link {
color:#000099;
text-decoration:underline;
}

a:visited {
color:#000099;
text-decoration:underline;
}

a:hover {
color:#0000FF;
text-decoration:underline;
}

a:active {
color:#000099;
text-decoration:underline;
}