@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../images/CloudBackground.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.thrColFixHdr #outercontainer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 10;
	visibility: inherit;
}

.thrColFixHdr #container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.thrColFixHdr #navheader {
	height: 80px;
} 

#chromemenu{
	width: 100%;
	font-weight: bold;
	font-size: 0.8em;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(../media/chromebg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #666;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../media/chromebg2.gif) center center repeat-x;
}

.thrColFixHdr #header {
	background-image: url(../images/r2bweblogo.png);
	background-repeat: no-repeat;
	background-position: center 60px;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
}
.thrColFixHdr #sidebar1 {
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 4px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-right: 0px;
	float: left;
	list-style-type: none;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #A61026;
	text-align: left;
	background-image: url(../images/kombi.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 400px;
	background-position: left top;
	padding-left: 100px;
	padding-top: 20px;
}
h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
} 
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.2em;
	color: #333;
}


.thrColFixHdr #footer {

} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
}
.thrColFixHdr #outercontainer #container #sidebar2 p {
	width: 200px;
}
#sidebar1style  {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-transform: capitalize;
	font-weight: bold;
	height: 350px;
}
#list li
{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#listright {
	float: left;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 0.7em;
}
#listleft {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 0.7em;
}
input {
	font-size: 12px;
	color: #333;
	background-color: #FFC;
	padding: 4px;
	border: thin solid #999;
}
textarea {
	background-color: #FFC;
	padding: 5px;
	border: thin solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	padding-left: 25px;
}
.grouplist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6px;
}
#sidebar1style hr {
	display: block;
position: relative;
padding: 0;
margin: 8px auto;
width: 100%;
clear: both;
border: none;
border-top: 1px solid #AAA;
border-bottom: 1px solid #FFF;
font-size: 1px;
line-height: 0;
overflow: visible;
}
blockquote {
	text-align: justify;
}
.textWrapLeft {
	margin: 20px;
	float: left;
}
.textWrapRight {
	margin: 20px;
	float: right;
}

