/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		hope
	Based on style:	    subSilver2 (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		raremagic
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

div#rmfullwidth {
	width: 75%;
	font-size: 130%;
	float: left;
	padding: 5px;

}

div#rmrightheader {
	color: #FFFFFF;
	background-color: #A50008;
	font-weight: bold;
	text-align: center;
	padding: 2px;


	
}

div#rmfullwidthright {
	width: 20%;
	font-size: 110%;
	float: right;
	padding: 5px;
	border: thin none #a50008;


}

div#rmlefthalf {
	font-size: 130%;
	float: left;
	padding: 5px;

}

div#rmleftbar {
	float: left;
	background-color: #FFFFFF;
	width: 20%;
	min-width: 185px;
	background-image: url(../images/left_menu_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

div#rmcontents {
	width: 75%;
	float: left;
}

div#rmheader {
	min-height: 120px;
	min-width: 825px;
	height: auto !important;
	height: 120px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	border: 0px none;
}

div#rmfooter {
	min-height: 35px;
	min-width: 825px;
	height: auto !important;
	height: 35px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	border: 0px none;
	clear: left;
	background-color: #A50008;
	color: #FFFFFF;
	text-align: center;



}

div#rmmenuitems {
	width: 200px;

}

div#rmMenuBar {
	left: 0px;
	top: 40px;
	position: relative;



}

.rmmainmenu {
	font-size: 100%;
	text-indent: 20px;

}

div#rmmainframe {
	min-height: 120px;
	height: auto !important;
	height: 120px;
    width: 95%;
	min-width: 825px;
    margin-right: auto;
    margin-left: auto;
}

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D2A2A;
	background-color: #FFFFFF;
	font-size: 65%;
	margin: 0;
	padding-bottom: 25px;
	background-position: center;
}


/*  Text
 --------------------- */
h1 {
	color: #416262;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;

}

h2 {      
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;

}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}


.spacer {
	background-color: #DBDEEB
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #234343;
	color: #234343;
}


/* Links
 ------------ */
a:link {
	color: #A50008;
	text-decoration: none;
}

a:active,
a:visited {
	color: #A50008;
	text-decoration: none;
}

a:hover {
	color: #A50008;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;


}
rmrighthalf {

	width: 45%;
	font-size: 130%;
	float: left;
	text-align: right;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
blockquote {
	margin-left: 20px;

}
.super {
	font-size: 80%;
	color: #990000;
	vertical-align: super;
}
.leftImage {
	text-align: left;
	margin: 10px;
}
