/* CSS Document */

body,td,th {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #993300;
	background-image:  url("../images/tile3.gif");
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	/*text-align:center;*/
}
a:link {
	color: #6699CC;
}
a:visited {
	color: #666699;
}
a:hover {
	color: #CC3300;
}
a:active {
	color:#CC6600;
}
h4 {
	font-size:12px;
	color: #993300;
}
ol {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align:left;
}
li{
	margin-top: 7px;
	text-align:left;
}
.center{
	text-align:center;
}
#wraper{
	position: relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}
.contentWrapper {
	padding: 0px;
	border: 0px;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 0px;
	background-color: #000000;
}
 /* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.border {
	margin: 0px;
	padding: 0px;
	border: 2px solid #000;
	/*text-align:justify;*/
}
#mainContainer{
	background-color: #000000;
	border: 2px solid #000000;
	padding: 20px 0px;
	
}
#topBar {
	position: relative;
	height: 30px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../images/topBarBg.jpg);
	background-repeat: repeat-x;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 19px;
	
}
#navImage{
	height: 140px;
	background-image:url(../images/mtTabourBg.jpg);
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #CCFFFF;
}
#navImage h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #993300;
	padding-top: 34px;
	padding-left: 28px;
	font-weight: normal;
}

#globalNav{
	background-color: #8D2900;
	border-top-color: #CC3300;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 25px;
	font-size: 12px;
}

#globalNav a {
	color:#000000;
	text-decoration:none;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
/*	border-left: solid #660000 1px;
	border-right: solid #CC3300 1px;	*/
}
#globalNav a:link a:visited {
	color:#000000;
}
#globalNav a:hover {
	color:#CC3300;
	background-color: #660000;
/*	border-left: solid #CC3300 1px;
	border-right: solid #333 1px;
	border-bottom: solid #8D2900 1px;*/
	border-top: solid #660000 1px;
}
#globalNav a:active {
	color:#CC6600;
}
#mainBody{
	background-color: #000000;
	padding-top: 0px;
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-x;
}
#navBar{
	float: left;
	width: 160px;
	position: relative;
	height: 100%;
	color:#999999;
}
#navBar li{
	list-style-type:none;
}
#navBar a {
	text-decoration:none;
	display:block;
	padding-left: 15px;
}
#navBar a:hover {
	background-color:#660000;
	color: #CC3300;
}
#navBar form {
	padding-left: 5px;
	border-color: #333;
	border-style: solid none;
	border-width: 1px 0px 0px 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-right: 10px;
}
#navBar h4 {
	color: #666666;
}
#content{
	margin-left: 160px;
	padding: 15px 30px 20px 36px;
	margin-bottom: 30px;
	text-align:justify;

}
#content p {
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* 
 * the following 2 declarations are a hack to get ie to not display <em> as italic.
 * the reason?   in IE italics in a justified text block cause my crazy rounded box
 * hack job to die. 
 */

#content em{ /* for the beneifit if IE */
 font-style:normal;
}
#content p>em{ /* for everyone else */
 font-style:italic;
}
#content li>em{ /* for the beneifit if IE */
 font-style:italic;
}

#content img {
	float: left;
	margin: 7px 10px 7px 0px;
	display: inline;
}
#footer{
	text-align: center;
	bottom:0px;
	left:0px;
	width:425px;
	background-color:#993300;
	border-top-style: dashed;
	border-top-color: #8D2900;
	border-top-width: 1px;
	padding:5px 0px 10px 0px;
	font-size: 9px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#footer a:link {
	color: #330000;
}
#footer a:visited {
	color: #660000;
}
#footer a:hover {
	color: #6699CC;
}	
