

body {
	margin: 0;
    padding: 0;
	background-color: #333;
	color: #fff;
}

#innerwrapper {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
	color: #333333;
	background-color:#fff;
	z-index:1;
	position: relative;
}

#outerwrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	z-index:1;
}



#header {
	width: 950px;
	height: 112px;
	margin: 0;
	/*background-image: url(../images/header/logo.gif);
	background-repeat: no-repeat;*/
 }
 
 #headertxt {
	text-align: right;
	position:absolute;
	right:50px;
	top:40px;
	width:300px;
	height:66px;
	z-index:1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	background-color: #fff;
	line-height: 19px;
}


/*THIS IS THE CODE FOR THE TOP NAVIGATION */
 
 #topnavcontainer {
	text-align: left;
	margin: 0;
	height: 28px;
	width: 950px;
	float: left;
	background-color: #CCCCCC;
	color: #333333;
	/*margin-top:-4px;*/
}

#topnavcontainer ul {
	border: 0;
	margin: 0 0 0 50px;
	padding: 0;
	top: 0;
	list-style-type: none;
	text-align: left;
}

#topnavcontainer ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#topnavcontainer ul li a {	
	width: 80px;
	height: 28px;
	padding: 0;
	margin: 0;
	color: #333;
	background: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 500 11px/30px Geneva, Arial, Helvetica, sans-serif;
}

#topnavcontainer ul li a:hover {
	color: #fff;
	background: #777;	
}

#topnavcontainer a:active {
	background: #777;
	color: #fff;
}

#topnavcontainer li#active a {
	background: #777;
	color: #fff;
}

/*THIS ENDS THE CODE FOR THE TOP NAVIGATION */


/* TEXT STYLING BEGINS HERE */

td,th {
	color: #333333;
	background-color: #fff;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.bold { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold; 
}

p.morelead {
	font-size: 12px;
	line-height: 20px;
}

p.extralead {
	font-size: 12px;
	line-height: 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #666666;
	background-color: #FFFFFF;
}
h1 {
	font-size: 22px;
	color: #333333;
}
.brown {
	color: #996600;
	background-color: #fff;
}
.brownbold {
	color: #996600;
	background-color: #fff;
	font-weight: bold;
}
.bluebold A:link{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	background-color: #fff;
}

.bluebold A:hover{
	text-decoration: underline;
	color: #a1080b;
	font-weight: bold;
	background-color: #fff;
}

.brownbold A:link {
	text-decoration: none;
	color: #996600;
	font-weight: bold;
	background-color: #fff;
}

.ryasheading {
	color: #333;
	background-color: #fff;
	font-weight: bold;
	font-size:21px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 90%;	
}
	
h2.tan {
	font-size: 19px;
	color: #CBB485;
	background-color: #fff;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}

.small {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:10px;
}

.smallitalic {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-style:italic;
font-size:10px;
}

.smallbold {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
}

.smallgrey {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:10px;
color: #999;
}
.boldgrey {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	
}

.tan {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #963;
	
}

.hilite {
	background-color: #ECECEC;
	color:#333333;
	vertical-align: middle;
	font-size: 11px;
}

.hilite-red {
	background-color: #a1080b;
	color:#fff;
	vertical-align: middle;
	font-size: 11px;
}

/* LINK STYLING */

a:link {
	text-decoration: none;
	color: #000066;
	background-color: #fff;
}

a:visited {
	text-decoration: none;
	color: #000066;
	background-color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	background-color: #fff;
}
a:active {
	text-decoration: none;
}


#left {
 	width: 320px;
 	z-index:1;
	position:relative;
	float:left;
	margin:0;
	display:inline;
}

#left2 {
 	width: 170px;
 	z-index:1;
	position:relative;
	float:left;
	margin:0;
	display:inline;
}

#content{
	width:590px;
	float:left;
	margin:0;
	display:inline;
	position:relative;
	z-index:1;
	color: #333;
	background-color: #fff;
}

#content2{
	width:630px;
	margin:0;
	right: 0;
	position:absolute;
	z-index:1;
	color: #333;
	background-color: #fff;
	
	display:inline;
}

.one{color: #333; background:#fff;}

.two{color: #333; background:#fff;left:320px;width:630px;}

#footer {
	clear:both;
	text-align: left;
	margin-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #fff;
}

#footer2 {
	clear:both;
	text-align: center;
	margin-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #fff;
}


html>body .col{top:0}/* hide from ie6 and under*/
* html .col{height:1000em;}/*ie6- only */

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #topnavcontainer {
  margin-top: -4px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

.texturebox {
top: 10px;
left: 0;
width: 950px;
height: 144px;
background-color: #f1f1f1;
color: #616663;
 }
 
.texturebox2 {
top: 10px;
left: 0;
width: 950px;
height: 64px;
background-color: #f1f1f1;
color: #616663;
 }
 
img.floatRight { 
float: right; 
margin: 0px 0px 5px 20px; /*top, right, bottom, left margin values*/
}

img.floatRight2 { 
float: right; 
margin: 0 5px 15px 0; /*top, right, bottom, left margin values*/
}

img.floatRight3 { 
float: right; 
margin: 0px 0px 20px 10px; /*top, right, bottom, left margin values*/
}

img.floatLeft { 
float: left; 
margin: 0px 15px 20px 10px; /*top, right, bottom, left margin values*/
}

img.floatLeft2 { 
float: left; 
margin: 5px 15px 10px 0px; /*top, right, bottom, left margin values*/
}

img.floatLeft3 { 
float: left; 
margin: 0px 15px 0px 0px; /*top, right, bottom, left margin values*/
}