/************** 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 {
	color: #bbcbe3;
	background: #141414;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
}

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

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #333;
	min-height: 400px;
}

#header {
	min-height: 100px;
	background: #242424  url(headerBG.jpg) repeat-x; 
}

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

#header ul {
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #434343;
}

#header li a {
	color: #bbcbe3;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #fd9a01;
}

li a#marker   {
	color: #fd9a01;
}

#strap {
	height: 169px;
	border-bottom: 1px solid #000;
	background-image: url(../newBlogHead.jpg);
	background-repeat: no-repeat;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
}

#innercontent {
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 200px;
	padding: 1px 10px 10px 10px;
}

#leftcol {
	float: left;
	width: 200px;
	min-height: 200px;
	background-color: #333;
	border-top: 1px solid #5f5f5f;
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5% 20%;
	color: #bbcbe3;
}

#leftcol li a#here {
	background-color: #141414;
	width: 122px;
	color: #fd9a01;
}


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

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fd9a01;
}

h1 {
	color: #bbcbe3;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}
h5 a{
	font-size: 76%;
	color: #FC6;
}

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: #fd9a01;
}

a:hover {
	color: #fed08b;
}
.white-table {
	background-color: #FFF;
}
.color-table {
	background-color: #C3A0C8;
	color: #141414;
	font-size: 1.1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
.color-table2 {
	background-color: #F90;
	color: #141414;
	font-size: 1.1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 82%;
		border-right-width: 2px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
}


.color-table2 h1 {
	color: #141414;
}
.color-table2 h2 {
	color: #903;
	font-size: 93%;
}

#innercontent .color-table2 a {
	color: #900;
}


.Stand-out {
	color: #791A13;
	font-size: 1.2em;
	font-weight: bold;
}
.flt-right {
	margin-right: 9px;
}
.pic-brdr {
	border: 2px solid #AE7FB5;
}

