/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1E526A;
	font-style: normal;
	font-size: 12px;
	background-color: #DFE4EE;
	background-image:url(../images/rcBK.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration:none;
}

a:link {
	color: #1E526A;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #1E526A;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #1E526A;
	text-decoration: none;
}

table {
	width: 100%;
}

input.btn,select.btn,textarea.btn,option.btn{
	font-size:1.0em;
	font-family: "Lucida Sans Unicode", "Segoe UI",  "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#333333;
	background:#fff;border: 1px solid #cccccc;
	padding:2px;
}

#wrapper {
	/* position: absolute; */
	min-height: 650px;
	width: 900px;
	text-align: left;
	margin: 0px auto;
	background-color:#FFFFFF;	
}

#header {
	position:relative;
	height: 174px;
	margin: 0;
}


#linksbar {
	position: relative;
	margin-top:10px;
	height: 26px;
	cursor:pointer;
	z-index:2;
	font-size:13px;
}

#linksbar a:link, #linksbar a:active, #linksbar a:visited {
	color: #000000;
	}
	
#linksbar a:hover  {
	color: #FF0000;
}

#wrapperContent {
	padding: 2em 3em;
}

#content {
	position: relative;
	margin-top:10px;
	height: 650px;
	cursor:pointer;
	z-index:2;
}

.backslash {
	color:#333333;
	}


.sec {
color:#F19E40
}

/*
.bigfont {
font-size:18px;
}
*/

.whitefont {
color:#ffffff;
}

.pRightmMargin p, .pRightmMargin h3 {
	padding: 0;
	width: 600px;
}


p {
	margin-bottom: 2em;
}

#imagRight {
	float: right;
	clear: right;
}

#textright {
	float: right;
	width: 200px;
	text-align:left;
	padding: 20px 40px 0 0;
}

#quote {
	float: right;
	width: 180px;
	font-size: 1.5em;
}

#quote span {
	xfont-size: 4.5em;
}

.colorDiv {
	background-color:#E9ECF3;
	padding: 1em;
	margin-bottom: 1em;
}

.colorDiv li {
	line-height: 2em;
}

.colorDivQuote {
	width: 600px;
}

#footer {
	cursor:pointer;
	z-index:2;
	padding:0 0 2em;
	border-top: 1px solid #ccc;
	text-align: center;
	margin: auto;
	width: 850px;
	}