/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #fff;
	background: #141414;
}

/************** Layout Elements *******************/

#wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 80%;
	min-height: 400px;
}

#header {
	height: 60px;
}

#header #title {
	margin-top: 20px;
}

#strap {
	height: 206px;
	background: #687f8f url(../images/strapBG.jpg) no-repeat center;
	margin-top: 25px;
	margin-left: 8px;
	overflow: auto;
	margin-right: 8px;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	margin: 20px 0;
	background-color: #183149;
}

#innercontent {
	min-height: 200px;
	margin: 0 210px 0 210px;
}

.twocol #innercontent {
	margin: 0 20px 0 187px;
}

#rightcol {
	min-height: 150px;
	float: right;
	width: 190px;
	margin-right: 8px;
	margin-top: 10px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 10px auto;
}

/***************** Leftcol flyout navigation*******************/

#leftcol {
	float: left;
	min-height: 200px;
	margin-left: 8px;
}

#leftcol .navholder {
	float: left;
	display: inline;
	position: relative;
	margin: 8px 0;
}

#leftcol ul {
	width: 200px;
	border-top: 1px solid #000000;
	background-color: #5186B4;
}

#leftcol li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	/*vertical-align: bottom;  for IE5/win  */
	border: 1px solid #0f2624;
	border-bottom: 1px solid #000;
	border-width: 0 1px 1px 1px;
}

#leftcol a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	/*vertical-align: bottom;  needed for IE5/win */
}

#leftcol li a.sub {
background: url(file:///C|/Documents%20and%20Settings/xgirl/My%20Documents/MyWebs/images/arrow.gif) 95% 50% no-repeat;
	
}

#leftcol a:hover {
	background-color: #999999;
	color: #fff;
}

#leftcol ul ul {
	position: absolute;
	left: -3000px;
	background-color: #666666;
}     /* flyout elements need a background image or color to avoid bugs in IE/win */
table#content {
	width: 320px;
}
th {
	width: 80px;
	font-size: 90%;
	text-align: right;
	display: block;
}

/* \*/ /*/ 
#leftcol ul li ul {position: static;}
/* */



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #b8b8b8;
}

h1 {
	color: #d7cca8;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #6f9ed2;
}

a:hover {
	color: #92bcb2;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
#footer {
	font-size: 90%;
	color: #5186B4;
	text-align: center;
}
#adsense {
	margin-left: 150px;
}
#search {
	margin-left: 220px;
	padding-top: 15px;
	text-align: center;
}
ol {
	margin-left: 70px;
}
