body {
	background-image: url(images/topbg.jpg);
	background-repeat:repeat-x;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin : 0px;
	padding : 0px;
}

#logo {
	background: url(images/sleeptalk_mh2.jpg) no-repeat top left;

}
#logo h1 {
	margin: 0;
	text-align : right;}

#wrapper {background: url(images/pgbck.jpg) repeat-y left;
  margin : 0 auto 0 0px;
  padding : 0;
  width: 780px;
}

#maincontent {    
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin : 0px 0px 0px 224px;
    padding:0 0px 30px 0px;
	width: 503px; /*536*/
}


#textbox {
	padding : 0px;
}

#textcontent {
	padding : 0px 10px 0 20px;
}

#textcontent h4 {	
	color: #CD59A2;
	font-size : 0.9em;}
	
#textcontent h5 {	
	color: #CD59A2;
	font-size : 1.0em}
	
#textcontent h6 {	
	color: #CD59A2;
	font-size : 1.1em}

#textcontent p {
	color : #666666;
	font-size: 0.9em;
	line-height: 180%;
	margin : 0px 0 20px 0;
	text-align: justify;
}

#textcontent p.center{
	text-align: center;
}

#textcontent span.blue,#textcontent p.blue{
	color: #0199DE;
	font-weight : bold;
}

#textcontent p.pink,#textcontent span.pink{
	color: #CD59A2;
	font-weight : bold;
	font-size: 0.9em;
}

#textcontent p.pinkcenter{
	color: #CD59A2;
	font-weight : bold;
	font-size: 0.9em;
	text-align : center;
}

#textcontent p.pink2{
	color: #CD59A2;
	font-weight : bold;
	font-size: 1.0em;
	text-align : center;
}

#maincontent h2 {
	background-image: url(images/headingbullet.jpg);
	background-repeat: no-repeat;
	color: #CD59A2;
	font-size: 1em;
	margin: 0px 0 15px 0;
	padding: 0px 0px 4px 30px;
	font-weight: bold;
}
#maincontent h2.blue{color: #0199DE;}

#maincontent h3 {
	color: #666666;
	font-size: 0.9em;
	margin: 0px 0 5px 0;
}

#maincontent a:link {color: #0199DE;}
#maincontent a:visited {color: #0199DE;}
#maincontent a:hover,#maincontent a:active,#maincontent a:focus {color: #CD59A2;}

/* Lists*/
#maincontent li {
	list-style: disc url("images/li.gif");
	font-size: 0.9em;
	margin : 6px 0px 0px 20px;
}

#maincontent ol { color : #666666 }

#maincontent ul { 
	color : #666666;
  }

#sitemap {
	border-left : 1px dashed #87CEFA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin : 0px 100px 10px 100px;
	padding-left : 8px;
	font-weight: bold;
}

#sitemap p { 
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	border-bottom : 1px inset #F0FFFF; 
	padding-left: 35px;
	padding-right: 30px;}
	
#sitemap a {
	text-decoration : none;
}

#sitemap a:link { color : #004080 }

#sitemap a:visited { color : #4682B4 }

#sitemap a:hover { color : #7D7EBD }
/* Lists*/

#sidebar {
	float: left;
	font-size: 1.0em;
	padding: 0px 0px 0px 10px;
	line-height : 1.0em;
	width: 211px;
	color: #999999;
	text-align : right;
}
#sidebar h2,#sidebar h3 {
	color: #CD59A2;
	font-size: 0.9em;
	margin: 5px 0 5px 0;
	padding: 14px 5px 14px 0;
	font-weight: bold;
	text-align : center;
}
#sidebar h2.firstheading { 
	background: url(images/heading_bg.gif); 
	background-repeat: no-repeat;
	font-size: 0.8em;
	}

#sidebar h2.subheading {
	background: url(images/heading_bg.gif); 
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin : 8px 0 5px 0;
}
#sidebar p {margin: 0; 	font-size: 0.7em;}
#sidebar p.imgcenter {
	text-align : center;
}
#sidebar a:link {color: #0199DE;}
#sidebar a:visited {color: #0199DE;}
#sidebar a:hover,#sidebar a:active,#sidebar a:focus {color: #CD59A2;}


#menu {
	font-size: 0.7em;
}

#menu ul {
	color : #CD59A2;
	font-weight : bold;
	list-style: disc url("images/li.gif");
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#menu li {
	margin: 5px 0px 0 5px;
}


#navibar {
	font-size: 0.7em;
	margin: 0px;
	padding: 25px 0 10px 0;
	line-height: 120%;
}

#navibar ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
}

#navibar li {
	margin: 0;
	list-style-type: none; /*turns off display of bullet*/
}

#navibar a {
	display : block;
	padding: 3px 16px 2px 8px;
	border-bottom: 1px dashed #D2DEE6;
}

#navibar a:link, #navibar a:visited {
    background-image: url(images/pinkarrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align : right;
	font-weight : bold;
	color: #0199DE;
	text-decoration: none;
}

#navibar a:hover {
	background-image: url(images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: right;}
	
#uberlink a {
	display : block;
	padding: 3px 16px 2px 8px;
	border-bottom: 1px dashed #D2DEE6;
}
	
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	text-align : right;
	font-weight : bold;
	color: #0199DE;
	text-decoration: none;
	background-image: url(images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#clearwrapper {clear: both; margin: 0px; padding : 0px;}

#footer {
	font-size: 0.7em;
	margin: 0px 0px 0px 0px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px 0px 0px 0px;
	color: #DEDDB1;
	width : auto;
}
#footer p {margin: 0;}
#footer a, #footer a:link {
	color: #DEDDB1;
}
#footer a:visited {color: #D2D199;}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #EBE9D0;
}
/*Styles Applied to Form Elements */
form {
	border : 1px dotted #CCCCCC;
	margin : 10px 6px 6px 20px;
	padding : 5px 0 10px 20px;
}

input { background-color : #E4F5FA; border : 1px solid #999999 }

input:focus { background : #FFFFFF }

textarea { 
	background-color : #E4F5FA;
	border : 1px solid #999999; 

}

.checks { background-color : #FFFFFF; border : 1px none }

.button { 
	border: 1px solid #8D8D8D;
	background-color: #FFF9F9;
	color : #4B4B4B;
	}


	
/*Misc Styles */
	
.inlinimg {
	display: inline;
}
	
.imfloatleft {
	float : left;
	padding : 5px;
}

.blue{
	color: #0199DE;
	font-weight : bold;
}

.num {
	font-weight : bold;
	color: #666666;
}

/* AdBox Div */
#adbox {
	margin : 0 15px 0px 40px;
	font-size : 1.0em;
	width : 300px;
}

#adboxheading {
	color : #666666;
	font-size : 0.9em;
	line-height : normal;
	text-align : left;
	padding: 2px;
}

#adboxcontent {
	font-weight : bold;
	padding: 0 2px 0 70px;
}

#adboxfooter {
	color : #666666;
	padding: 1px 2px 1px 2px;
}

#adboxfooter a:link, #adboxfooter a:visited {
	color : #0199DE;
	font-weight : bold;
}

