body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ccdddd;
	background:url(/images/stories/bgimage.jpg)
}
body {
	background-color: #ccdddd;
}
a {
    outline: none;
    text-decoration: none;
 }
a img {
    border:none;
 }

a link { 
    text-decoration: none; 
}

a visited { color: #CCCCCC }
a hover { color: #0000CC; text-decoration: underline }
a active { color: #CC3333 } 

table, tr, td {background:transparent; }
table table table {background:transparent;}
table table table td { background-color:transparent; }


#container {
	position:relative;
	width:1000px;
	background-color: #ccdddd;
	left: 0px;
	margin:auto;
	height:inherit;
	min-height: 700px;
	top: 0px;
}
#heading {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:80px;
	z-index:auto;
	background-color: #88aaab;
	overflow: hidden;
}
#widget1 {
        position:absolute;
        right:0px;
        top:0px;
        width=168
        height=30px;
        z-index:auto;
}
#searchbox {
	position:absolute;
	right:0px;
	top:55px;
	width:128px;
	height:21px;
	z-index:auto;
}
#widebox {
        position:absolute;
        left:10px;
        top:155px;
        width:980px;
        min-height:620px;
	_height:620px;
	background-color: transparent;
	overflow: hidden;
	z-index:auto;
}
#menubar {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:20px;
	z-index:1000;
	background-color: #f26424;
	visibility: visible;
}
#sidebar {
	position:absolute;
	left:5px;
	top:110px;
	width:250px;
	min-height:700px;
	height:inherit;
	_height:700px;
	z-index:auto;
	background-color: #ccdddd;
	overflow: hidden;
}
#mainbody {
	position:relative;
	left:260px;
	top:10px;
	width:740px;
	height:100%;
	min-height:700px;
	_height:700px;
	z-index:auto;
	background-color: #ccdddd;
}
#footer {
	position:relative;
	bottom:-10px;
	width:1000px;
	height:30px;
	z-index:auto;
	background-color:#88aaab;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 150%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 15px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

smallbodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}
	
ul {
	padding: 5px 0 5px 15px;
	margin:  0;
}

