/*General*/
body { font-family:Arial, Helvetica, sans-serif; font-size:10pt; cursor:default; }
td { vertical-align:top; background-color:#FFFFFF; }
h1 { font-style: italic; font-weight: normal; font-family:"Monotype Corsiva", Corsiva, cursive; font-size:24pt; margin-top:0px; }
h2 { margin-top:0px; }
h3 { margin-top:0px; }

img { border:0px; margin:0px; padding:0px; }

textarea {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
	width:95%;
}


/*Wrapping images*/
tr.top td, tr.bottom td {
	background-repeat:repeat-x;
}
tr.top td {
	background-position:bottom;
	vertical-align:bottom;
}
tr.bottom td {
	vertical-align:top;
	background-position:top;
}

/* Page Banner */
.page_banner {
	font-weight:bold;
	font-size:30pt;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	overflow:visible;
}

/*Overall header*/
td.page_header {
	background-color:#CCCCCC;
}

/*The table holding the elements*/
table.container {
	margin:auto;
	border:0px;
	padding:0px;
	margin:0px;
}

/*The news module*/
div.news {
	color:#FFFFFF;
	margin-left:3px;
}

/*The border around the page*/
div.border {
	border:2px solid #CCCCCC;
	width:90%;
	overflow:visible;
	margin:auto;
}

/*The BBcode button style*/
a.button {
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	padding:2px;
	margin-top:5px;
	cursor:default;
}
a.button:hover {
	background-color:#CCCCCC;
}

/*The main text of the page*/
td.menubar {
	width:160px;
	background-color:#EEEEEE;
}
td.right {
	padding:1px 5px 5px 5px;
	width:100%;
}

/*The menu links*/
a.menu {
	display:block;
	text-decoration:none;
	margin-bottom:6px;
	background-color:#003366; /*#EEEEEE*/
	padding-left:5px;
	width:160px;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFFFFF; /*#666666*/
	font-weight:bold;
}
a.menu:hover {
	text-decoration:none;
	padding-left:10px;
	background-color:#003399; /*#E6E6E6*/
	width:155px;
	color:#FFFFFF; /*#333333*/
}
