@charset "utf-8";
/* CSS Document */

.body {
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
}

#maincontainer {
	/*background-color: #f1f1f1; */
	background-color: white;		
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
	min-width: 1000px;
	min-height: 100%;
	_height:100%;
}

/*******************************
 *  			HEADER
 *******************************/

#header {
	background-image: url('../images/header_bg.png');
	background-repeat: repeat-x;
	background-position: left top; 	
	width: 100%;
	min-width: 1000px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center
}

#header table {
	width:700px;
	margin: 0 auto;
}

#header table td {
	text-align: right;
}

#header h1 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 36px;
	 font-style: normal;
	 font-weight: normal;
	 color: white;
	 margin: 18px 0px 18px 0px;
	 padding: 0px 0px 0px 0px;
}

#header h2 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-style: normal;
	 font-weight: normal;
	 color: white;
	 margin: 18px 0px 18px 0px;
	 padding: 0px 0px 0px 0px;	
}

/* end of header */

/**********************
 * Top Menu
 */
#topnav {
	background-image:  url('../images/menu_bg.png');
	background-repeat: repeat-x;
	background-position: left top; 		  
	width: 100%;
	min-width: 1000px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#topnav #menu {
	width: 700px;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;

}

#topnav #menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	margin-right: 30px;
	display:block;
	text-align: left;
}

#topnav ul li {
	margin: 0 auto;
	padding: 0;
	display: inline;
}

#topnav ul li a {
	text-decoration: none;
	color:#3465a2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	cursor: auto;
}

#topnav ul li a.selected {
	text-decoration: underline;
	color:#3465a2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}

#topnav ul li a:hover {
	text-decoration: underline;
	color:#3465a2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}

/* end of top navigation */

/*******************
*     Side Menu    * 
********************/

#sidenav {
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
}

#sidenav #menu {
	width: 150px;
}

#sidenav #menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidenav #menu ul li {
	display: block;
	padding: 0px 10px;
	margin: 0px;
	list-style: none;
}

#sidenav #menu a {
	display: block;
	background: url('../images/button2.gif') top left no-repeat;
	width: 150px;
	height: 28px;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	border: 0px;
	color: white;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#sidenav #menu a:hover {
	color: black;
}

#sidenav #menu a.selected {
	color: black;
}

 /*******************
  *   Page content  * 
  *******************/
#content {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 10px;
} 

#content #right {
	width:699px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#content #right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	color:#494949;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#content #right h1.center {
	text-align: center;
}

#content #right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color:#494949;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#content #right h2.left {
	text-align: left;
}

#content #right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:#494949;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#content #right h3 {
	text-align: left;
	padding: 0px;
}

#content #right p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	text-align:justify;
	color:#494949;
	line-height: 150%;
}

#content #right p.right {
	text-align:right;
}

#content #right p.center {
	text-align:center;
}

#content #right p.bold {
	font-weight: bold;
}

#content #right img {
	float:left;
	padding: 5px 10px 5px 10px;
}

#content #right img.center {
	float:none;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#content #right table {
	width: 600px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#494949;
	text-align:left;
	line-height: 150%;
	padding: 10px;
	border: 1px solid #494949;
}

#content #right table th {
	font-weight: bold;
	vertical-align: top;
}

#content #right table td.just {
	text-align: justify;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

#content #right table.nob {
	border: none;
}

#content #right ol li {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color:#494949;
	line-height: 150%;
}

#content #right ul {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color:#494949;
	line-height: 150%;	
}

/*******************
 *    Donations    *
 ******************/

#content #donation {
	width: 700px;
	padding: 10px 0px 10px 0px;
	/*border: 1px solid #bdbdbd;*/
	border: none;
	margin: 0 auto;	
}

#content #donation h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	color:#494949;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#content #donation p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	text-align:justify;
	color:#494949;
	line-height: 150%;
}

#content #donation table {
	width: 600px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#494949;
	text-align:left;
	line-height: 150%;
	padding: 10px;
	border: 1px solid #494949;
}

#content #donation table.nob {
	border: none;
}

#content #donation table th {
	font-weight: bold;
	vertical-align: top;
}

#content #donation input.box {
	border: 1px solid black;
	width: 200px;
}

/****************
 *      News    *
 ****************/

#content #news {
	width: 700px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #bdbdbd;
	margin: 0 auto;
}

#content #news h1 {
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 0px 5px;
}

#content #news h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	color:#494949;
	height: 24px;
	line-height: 24px;
	margin: 0px;
}

#content #news h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-decoration: underline;
	color:#494949;	
	height: 24px;
	line-height: 24px;
	margin: 0px;	
}

#content #news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	color: #7f7f7f;
}

#content #news #newsbody {
	padding: 5px 0px 10px 0px;
	margin: 0px 5px 0px 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#494949;	
	overflow: hidden;
}

#content #news #newsbody p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	text-align:justify;
	color:#494949;
}
 
#content #news hr {
	width: 70%;
	margin: auto;
	border: 1px thin #4d4d4d;
	padding: 0px 0px 0px 0px;
}

#content #news p {
	text-align: center;
}

#content #news a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content #news #newsbody img {
	float:left;
	padding: 0px 10px 10px 0px;
}


/************************
 * login form and stuff *
 * *********************/
#login {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#login p {
	padding: 5px;
	border: 1px solid black;
	background-color: #feea54;
	color: red;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#login h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#login table {
	margin: 0 auto;
}

#login input {
	border: 1px solid black;
}

 /*****************************
  *    newslist Operations    *
  * ***************************/

#oper {
	width: 100%;
	margin: 0 auto;
	float:none;
}

#oper #left {
	width: 49%;
	float: left;
}

#oper #right {
	width: 49%;
	float: right;
	text-align: right;
}

#oper #right a, #oper #left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	
}
 /******************
  *    newslist    *
  * ****************/

#content #newslist {
	width: 90%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	float:none;
	clear:all;
}

#content #newslist table {
	margin: 0 auto;
	width: 100%;
	/* border: 1px solid black; */
}

#content #newslist table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #7f7f7f;
	border-bottom: 1px #7f7f7f solid;
	padding: 3px; 
}

#content #newslist table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 3px;
}

 /*****************
  *     add news    *
  * ***************/
#addnews {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}

#addnews p {
	padding: 5px;
	border: 1px solid black;
	background-color: #feea54;
	color: red;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#addnews h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#addnews table {
	margin: 0 auto;
	width:100%;
}

#addnews table td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	height: 20px;
}

#addnews table td input {
	border: 1px solid black;
	width: 300px;
}

#addnews table td textarea {
	border: 1px solid black;
	width: 300px;	
}

/***********************
 * Some styles for the picture gallery
 */

#right #gallery img {
	border: 1px solid #9da3ae;
	padding: 5px;
	background-color: #d6d6d6;
	float: none;
	margin: 5px;
}


 /*****************
  *     Footer    *
  * ***************/
#footer {
 	background-image:  url('../images/menu_bg.png');
	background-repeat: repeat-x;
	background-position: left top; 		  
	width: 100%;
	min-width: 1000px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	clear:all;	
}

#footer p, #footer a, #footer a:hover, #footer a:visited {
	color: #529AD6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
} 

/****************
 * clear div
 */
#clear {
	clear:all;
}

/***********************
 * 	some classes
 * *********************/
.note {
	font-size: 10px;
}

#donation #error p {
	background-color: #ffff4b;
	border: 1px solid red;
	font: "Arial Rounded MT Bold";
	font-weight: bold;
	color: #ff090c;
	text-align: center;
}
