BODY {
	background-color: #000000;
	background-image: url("/graphics/checkers.png");
	}


td, th, p, ul, li, dd {
	font-family: "Arial","Verdana", sans-serif;
	font-size: 12pt;
	color: #95C0D4;
	text-align: justify;
	}

td B, th B, p B, ul B, li B, dd B {
	color: #cceaff;
	font-weight: bold;
	}
	
/*p { text-indent: 25; }*/

pre { margin: 10px;}

blockquote {
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	color: #cceaff;
	text-align: justify;
	}

img { border-width: 0 0 0 0; }

DT { font-weight: bold; color: #cceaff; }

DD { font-style: italic; }

/***** HEADERS *****/

h1, h2, h3, h4, h5, h6	{
	font-family:  arial, verdana, sans-serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color: #cceaff;
	background: #1a648f;
	margin: 10px 0 15px 0;
	}

h1	{
	font-size: 24pt;
	padding: 8px 100px 8px 100px;
	border-width: 4px 30px 4px 30px;
	border-style: solid;
	border-color: #cceaff;
	text-align: center;
	margin: 10px 0 15px 0;
	}

h2	{
	font-size: 18pt;
	padding: 3px 100px 3px 100px;
	border-width: 2px 10px 2px 10px;
	border-style: solid;
	border-color: #cceaff;
	text-align: center;
	margin: 40px 0px 15px 0px;
	}

h3	{
	font-size: 16pt;
	}

h4	{
	font-size: 14pt;
	}
h5	{
	font-size: 12pt;
	}
h6	{
	font-size: 10pt;
	}

/***** END HEADERS *****/







/***** BOXES *****/

DIV.hull {
	padding: 0 0 0 0;
	position:absolute;
  	top:0;
  	left:0;	
	border-width: 0 0 0 0;
	background-repeat: no-repeat;
	background-image: url("/graphics/3le-logo-main-corner-ie.jpg");	
	}
	
DIV.position_shell {
	padding: 0 0 0 0;
	margin: 60px 0 0 0;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #666666;
	}

DIV.navlinks {
	padding: 1px 10px 1px 10px;
	margin: 0 0 0 0;
	border-width: 0 0 0 0;
	text-align: left;
	vertical-align: middle;
	background-color: #cceaff;
	
	color: #000000;
	font-family:  arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
	
	
TABLE.leftbox {
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 10px;
	border-width: 1px;
	}
	
TABLE.mainbox {
	padding: 0 0 0 0;
	margin: 10px;
	border-width: 0 0 0 0;
	}
	
TABLE.mainbox TD {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0 0 0 0 ;
	}

TABLE.mainbox TD.mid{
	background-image: url("/graphics/arcs_ie.jpg");
	padding: 10px;
	border-width: 3px;
	border-style: double;
	border-color: #cceaff;
	}	
	
	

TABLE TD.lowborder { 
	border-width: 2px 0 0 0; 
	padding: 10px;
	margin: 0 0 0 0;
	border-color: #FFFFFF; 
	border-style: solid;
	}
	
/***** END BOXES *****/







/***** LIST ITEMS *****/

ul { list-style: disc outside; }
ul ul { list-style: circle outside; }
ul ul ul { list-style: square outside; }
ul ul ul ul { list-style: disc outside; }

li 	{
	padding: 3px 0 3px 0;
	margin: 0 10px 0 0; /* right side buffer to go along with tables and Ps */
	}

/***** END LIST ITEMS *****/








/***** SPECIALS *****/

DIV.newspost {
	margin: 10px 0 40px 0; 
	padding: 0;
	color: #95C0D4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;	
	}
	
DIV.newspost DIV.info_bar {
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border: solid white;
	border-width: 0 0 1px 0;
	color: #CCCCCC;
	}
	
DIV.newspost DIV.info_bar SPAN.title {
	font-size: 14pt;
	font-weight: bold;
	color: #cceaff;	
	}
	

DIV.newspost DIV.content {
	margin: 10px 0 10px 0;
	color: #95C0D4;
	}
	
DIV.newspost DIV.subinfo_bar {
	color: #CCCCCC;
	font-size: 10pt;
	margin: 0 0 10px 0;
	}	
	
DIV.newspost DIV.subinfo_bar SPAN.date {
	font-weight: bold;	
	}	
	
DIV.newspost DIV.info_bar A {
	text-decoration: none;
	}	
	
DIV.newspost DIV.info_bar A SPAN.title:hover {
	color: #33EEEE;
	}
	
	
IMG.cb-img-right {
	float: right;
	margin: 0 0 20px 20px;
	}
	
IMG.cb-img-left {
	float: left;
	margin: 0 0 20px 20px;
	}
	


		
.fineprint {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	font-size: 9pt;
	color: #87a9c1;
	}
	

.floatleft {
	float: left;
	margin: 0 15px 15px 0;
	}

.floatright  {
	float: right;
	margin: 0 0 15px 15px;
	}
/***** END SPECIALS *****/








/***** FORM ELEMENTS *****/

/*
textarea, input, select, option{
	color: #6699FF;
	background-color: #000000;
	font-family: arial, sans-serif;
	font-size: 10pt;
	}

textarea, input, select {
	border-color: #6699FF;
	border-width: 3 3 3 3;
    	border-style: double;
	}

textarea, input {
	padding: 4 4 4 4;
	}
*/
/***** END FORM ELEMENTS *****/





/***** LINKS *****/

A	{
	font-style: normal;
	color: #33EEEE;
	}

A:visited { color: #33EEEE; }

A:hover {color: #aaffff;} 

A img {
	border-width: 2px;
	border-style: groove;
	}

A.frontpage	{
	font-family:  Arial, Verdana, sans-serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color: #cceaff;
	font-size: 14pt;
	}
	
A.titlelink	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
 	
A.titlelink:visited { color: #000000; }
A.titlelink:hover { 
/* 	background-color: #000000;  */
	color: #999999;
	}

/***** END LINKS *****/








