
/*****************************************************/
/* main.css                                          */
/* use with all standard pages in Randy Ramey site   */
/*****************************************************/

/*****************************************************/
/* HTML tag styles                                   */
/*****************************************************/
a {
	text-decoration:none;
	color:#000099;
}
a:hover {
	background-color:#FFFF66;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
/*   H1: PAGE HEADER/TITLE   */
H1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bolder;
	color: #990000;
}
/*   H2: MAIN SECTION TOPIC   */
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

/******************************************************/
/*  GENERIC                                           */
/******************************************************/
#container {
	position: relative;
	top:  0;
	left: 0;
}
.reverseMedium {
	font-size: small;
	color: #FFFFFF;
}
.reverseSmall {
	font-size: x-small;
	color: #FFFFFF;
}
#spacer {
	height:50px;
}
.textSmallest {
	font-size: xx-small;
}
.textLoose {
	text-align: left;
	margin-bottom: -5px;
	line-height: 125%;
}
.textTight {
	text-align: left;
	margin-bottom: -8px;
}

.sansSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	}
.sansSmallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	}

/******************************************************/
/*  MASTHEAD SECTION                                  */
/******************************************************/
#pageContainer {
	width:800px;
	background-color:#FFFFFF;
	}
#header {
	background-image: url(../system/HeaderImage.jpg);
	background-repeat: no-repeat;
	height: 200px;
	
}
#mainMenu {
	position: absolute;
	left: 150px;
	top: 115px;
}
.mainMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}
.menuSpacer {
	font-weight: bolder;
	color: #FF0000;
}
/******************************************************/
/*  PAGE CONTENT                                      */
/******************************************************/
/*  LEFT SIDEBAR (used for submenu)                   */
/******************************************************/
#leftNav {
	background-color: #000066;
	background-image: url(../system/LeftBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 200px;
	width:135px;
	height:375px;
}
.leftNav {
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:72%;
	color: #FFFFFF;
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: -30px;
	margin-right: 10px;
}

.leftNav a, .leftNav a:visited {
	color:#CCCCCC;
}

.leftNav a:hover {
	background-color:#9933FF;
}
/********************************************************/
/*  MAIN CONTENT                                        */
/********************************************************/
/*  Main sections                                       */
/********************************************************/

#content {
	position: absolute;
	top: 165px;
	left: 150px;
	width: 625px;
}
#footer {
	width: 100%;
	/*position: absolute;
	bottom: 0px;*/
	border-top: 1px red solid;
	background-color:#FFFFFF;
	
}
#column1 {
	width:300px;
	padding:0 10px 5px 10px;
	position: relative;
	top: 0px;
	left: 0px;
	border-right: 1px solid #CCCCCC;
}
#column2 {
	width:300px;
	position:absolute;
	padding: 0 10px 5px 10px;
	top: 0px;
	left: 325px;
}

.higlightBlock {
	font-size: small;
	line-height: 125%;
	background-color: #DECFA3;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	padding: 8px;
}
#highlightBox {
	border: 1px solid #999999;
	background-color:#EEEEFF;
	padding: 0 12px 0 12px;
	margin-right: 5px;
	display: block;
	}
#textbox {
	border: 1px solid red;
	margin-top: -5px;
	padding: 0 12px 0 12px;
	background-color:#F2E2A2;
}


      
	    	 