
html {min-height: 101%;
	height:100%;} /* prevents the page from appearing to jump */
/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font-family : "Trebuchet MS", verdana, sans-serif;
font-size : 100%;
/*background:#f4f4f4 url(img/bg.gif) top center repeat-y;*/
color:#404040;
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:900px;
}

/***** Headers*****/

#header2 {
margin:0px 0px 0px;
padding:0;

}

/***** Top Menu *****/

#horiz-menu {

width:483px; height:21px; 
background-color: #ffffff; 
border: 0px none #000000;
margin-top:10px;
margin-bottom:5px;

}

/***** Various tags *****/

p{
font-size : 80%;
	margin-top:0px;
	margin-bottom:10px;
}

A{
	color : #A47B00;
}

A:hover {
	color : #778899;
}

A.bottom:link{
	color: White;
	font-size : 85%;
	text-decoration : none;

}
A.bottom:visited{
	color: White;
	font-size : 85%;
	text-decoration : none;
}
A.bottom:hover {
	color : #778899;
	font-size : 85%;
	text-decoration : none;
}

A:visited{
	color : #A47B00;
}

H1{
color: #996633;
	font-size : 190%;
	/*border-bottom : 2px;
	border-bottom-style : solid;
	border-bottom-color : #DAA520;
	padding-bottom : 15px;*/
}

H2{
color: #778899;
	font-size : 120%;
	margin-top:20px;
	margin-bottom:0px;
}

H3{
color: #778899;
	font-size : 110%;
	margin-top:0px;
	margin-bottom:0px;
}

H4{
color: #778899;
	font-style : italic;
	margin-top:0px;
	margin-bottom:0px;
}

/*for caption*/
H5{
font-size : 90%;
	font-style : italic;
	color : #A0522D;
}


h7{
	font-size : 80%;
	font-style : italic;
}

ul{
	font-size:80%;
	margin-top:0px;
	margin-bottom:10px;
}

/*ul{
font-size : 80%;
	margin-top:0px;
	margin-bottom:10px;
}

li{
	line-height : 150%;
	list-style-type: square;
	font-weight: normal;
}*/

/***** Left sidebar *****/

#leftside {
clear:left;
float:left;
width:168px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}



/***** Main menu *****/


/***** Right sidebar *****/

#extras {
float:right;
width:140px;
margin:45px 0 5px;
padding:0;
line-height:1.4em;
}



/***** Main content *****/

#content {
margin:0 150px 0px 180px;
border-left: 1px solid #B8860B;
border-right: 1px solid #DAA520;
padding:0px 10px;
line-height:1.5em;
}

 




/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding-top : 2px;
padding-bottom : 2px;
padding-left : 10px;
border-top: 2px solid #778899;
width:900px;
text-align:left;
background:#5B2000;
color:white;
}



/***** Various classes *****/

.RTcolsubhead{
color : White;
font-weight : bold;
font-size: 75%;
background-color:#778899;
padding-left : 5px;
padding-bottom : 0px;
padding-top : 2px;
border-bottom: 2px solid;
border-color : #A0522D;
}

p.note{
font-size : 75%;
line-height : 125%;
}

p.caption{
font-size : 75%;
line-height : 80%;
}


.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.6em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}

