
/*
//////////////////////////////////////////////////////////////////
PRIMARY ELEMENTS
//////////////////////////////////////////////////////////////////
*/
body{
	background-color : #ffffff;
	background-repeat : repeat-x;
	margin-top : 0px;
	min-width: 630px;      /* 2x LC width + RC width */
	color: black;
	font: 8pt/16pt georgia, "Times New Roman",Times, serif; 	
}

p { 
	font: 8pt/16pt georgia, "Times New Roman",Times, serif; 
	margin-top: 0px; 
	text-align: justify;
	}
p.box {
  border: solid; border-width: thin; width: 100%; }
.box {
  border: solid; border-width: thin; width: 100%; padding: 4px 4px 4px 4px; }

h3 { 
	font: italic normal 16pt georgia, "Times New Roman",Times, SunSans-regular, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h4 { 
	font: italic normal 16pt georgia, "Times New Roman",Times, SunSans-regular, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #fD775C;
	}

img {
	border:0;
	margin-left: 100px;
}

img.crm{
	background-color : #eee1ac;
}

img.centered {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#oldhr {
  display : list-item;
  list-style : URL(/i/hr.gif) inside;
  filter : alpha(opacity=0);
  width : 0;
  margin: 1em 0;
  border:0;
}

hr {
  border:0;
  height:15px;
  background:url(/i/hr.gif) 50% no-repeat;
  margin:1em 0;
}
#IEroot hr {
  display : list-item;
  list-style : url(/i/hr.gif) inside;
  filter : alpha(opacity=0);
  width : 0;
}

table {
	border-spacing: 0pt;
	border-collapse: collapse;
}

td.terms {
	background-color : #CEBE84; padding-top: 4px; padding-bottom: 4px; 
	color : #990000; font-size:10px; height: 27px; vertical-align:middle;
}

#container {
  padding-left: 200px;   /* LC width */
  padding-right: 190px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;  
}
#center {
  padding: 10px 20px;	/* CC padding */
  width: 100%;
}
#left {
  width: 180px;             /* LC width */
  padding: 0 10px;          /* LC padding */
  right: 240px;             /* LC fullwidth + CC padding */
  margin-left: -100%;
}
#right {
  width: 130px;         /* RC width */
  padding: 0 10px;	/* RC padding */
  margin-right: -100%;  
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}


/*** Equal-height Columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
}
		
		
/*** Just for Looks ***/

body {
	margin: 0;
	padding: 0;			
}

#start {
	margin-bottom: 20px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#start h1 { 
	background: transparent url(/i/logo.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 449px; 
	height: 93px; 
	float: left;
	}
#start h1 span {
	display:none
	}
#start h2 { 
	background: transparent url(/i/h2.gif) no-repeat top left; 
	margin-top: 26px; 
	margin-bottom: 20px; 
	width: 379px; 
	height: 39px; 
	position: absolute;
	top: 60px;
	left: 16px;
	float: right;
	}
#start h2 span {
	display:none;
	}



.ahem {
 display: none;
}
		
.clearit {
clear: both;
height: 0;
line-height: 0;
font-size: px; /*for IE*/
}
.noclear {
clear: none;
font-size: px;/*forIE*/
}


#header, #footer {
	font-size: large;
	text-align: center;
	padding: 0.3em 0;
	background: #f00;
	clear:left;
}

#left {
	background: #CEBE84;
}

#center {
	background-color: #fff1ac;
}

#right {
	background: #CEBE84;
}

#right .head {
	background: #f00;
}

#container .column {
	padding-top: 1em;
	text-align: justify;
}



/*bigbaer*/
img {border: 0;}
img.l {float: left;margin-right: 0.5em}
img.r {float: right;margin-left: 0.5em}
img.r2 {float: right;margin-left: 0.5em;margin-right: 0.5em;margin-bottom: 0.5em}
img.lc {float: left;clear:both;margin-right: 0.5em}
img.rc {float: right;clear:both;margin-left: 0.5em}

img.t {margin-top: 0.8em; padding-top: 0.8em;}
img.w {width: 100%;}

@font-face {
  src: local("Epilog"),
       url(http://www.1001fonts.com/fonts/win/ttf/944/epilog.zip)  
  font-family: Epilog;  
}

.leftcolumn {
position:       absolute;
width:          200;
left:           40px;
/*background-color: #00FFFF;*/
}

.rightcolumn {
position:       absolute;
left:           380px;
/*background-color: #00FFFF;*/
}


#linkList {
	margin-left: 10px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	left: 5px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(list-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 5px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F6f;
	}
#linkList li a:visited {
	color: #B3fE94;
	}
	

#vidiot {
  margin-left: 368px; margin-right: auto; 
}