/* CSS Document */

/* basic elements */
body {
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera */
	color: #fff;
	text-align:center;
	background: black;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	}
	
	
p, ol, li, dd, td {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1em;	
	font-weight : normal;
	}
	
	
A:link {
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

A:visited {
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	color: #ffffff;
	text-decoration:underline;
}
A:active {
	color: #ffffff;
	text-decoration:underline;
}

h1 {
font-size: 1.8em;
margin-bottom: 25px;
font-style:normal;
font-weight:200;

}

h2 {
font-size: 1.8em;
color: #cc0000;
margin-bottom: 15px;
font-style: italic;
font-weight:200;
font-family:"Times New Roman", Times, serif;
line-height: 1.0em;

}
	
h3 {
font-size: 1.1em;
margin-bottom: 15px;
margin-top: 20px;
font-style:normal;
font-weight:bold;
letter-spacing: .5em;

}
	
/* layout */


#header {
	height: 132px;
	background-color: #312d2d;		

	}
	
#navMainContainer {
	clear: left;
	display: block;
	position: relative;
	text-align: center;
    height: 132px;	
	padding: 0; 
	/*width: 100%;*/
	margin: 0 0 0 0;
}

/* hack: necessary for IE Mac as it won't centre an unordered list */
#navMainContainer2 {
	margin: 0 auto;
	width: 784px;
	
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

#mainNavContainer {
	background: #000;
	height: auto;

}

#mainNav1 {
	clear: left;
	display: block;
	position: relative;
	text-align: center;
	margin: 9px 0 0 0;
	padding: 0;

}

/* hack: necessary for IE Mac as it won't centre an unordered list */
#mainNav {
	margin: 0 auto;
	width: 784px;
	font-size: 0.80em;
	line-height: 2.2em;
	color: #cc0000;
	font-weight:bolder;
	
}

#mainNav A:link {
	color: #fff;
	text-decoration: none;
}

#mainNav A:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav A:hover {
	color: #fff;
	text-decoration: underline;
}
#mainNav A:active {
	color: #fff;
	text-decoration: underline;
}


#ContentContainer  {

	display: block;
	position: relative;
	text-align:center;
	width: 784px;
    height: auto;	
	padding: 0;
	background: #000; 
	/*width: 100%;*/
	margin: 0 auto 0 auto;

}

#leftCol  {
	float: left;
	display: inline;
	margin: 38px 0 20px 27px;
	width: 205px;

}

#mainContent  {
	display: inline;
	margin: 0 0 0 0;
	width: 746px;
	text-align:center;

}


#copyright  {
	width: 784px;
	margin: 34px auto 1em;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

/* contentstyles */	

.head  {
	margin-top: 15px;	
	margin-bottom: 5px;	

}

.textleftjustify {
	text-align:left;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 2em;

}


/* Main Nav Table and Border Formatting */

table#main {
	
	border-collapse:collapse;
	margin-top: 58px;

}


table#main .caption td{

	padding-bottom: 20px;
	height: 20px;
}


table#main img{

	border: #828282 solid 1px;

}

table#secondary {
	
	border-collapse:collapse;
	margin-top: 0px;

}

table#secondary .caption td{

	padding-bottom: 10px;
}


table#secondary img{

	border: #828282 solid 1px;

}

table#feature {
	
	border-collapse:collapse;
	margin-top: 0px;

}

table#feature img{

	border: #828282 solid 1px;
	margin-right: 30px;

}

table#arrows img{

	border: none;
	margin-right: 4px;

}

table#arrows {
	margin-top: 25px;
	
}





/* CSS Document */
