/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

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

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100.01%;
	color: #97004B;
	background-image: url(../images/diag_bg.gif);
	}

#wrapper {
	margin: 0px auto;
	width: 750px;
	border: 1px solid #CA7C80;
	}

#innerwrapper {
	background: url(../images/innerwrapper_bg.gif);
	}

#header {
	height: 120px;
	background-color: #FFFFDD;
	border-bottom: 1px solid #CA7C80;
	font-size: 1%; /* removes a narrow border at bottom of header displayed in IE5/6 */
	}

#leftcol {
	width: 139px;
	float: left;
	font-size: 80%;
	}

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

#leftcol ul li {
	border-bottom: 1px solid #CA7C80;
	background-color: #FFFFDD;
	}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #97004B;
	padding: 5px 0 5px 5px;
	}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #CA7C80;
	color: #FFFFFF;
	} 

#footer {
	background: #CA7C80;
	clear: both;
	height: 30px;
	}

#footer p {
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
	font-size: 70%;
	}
	
#rightcol {
	float: right;
	width: 139px;
	}

#rightcol h4 {
	font-size: 80%;
	color: #996600;
	padding: 3px;
	}
	
#rightcol p {
	font-size: 70%;
	padding: 0px 3px 8px 3px;
	}

#content {
	width: 460px;
	margin-left: 145px;
	padding-top: 5px;
	color: #808080;
	}
	
#content ul {
	list-style-type: disc;
	font-size: 90%;
	margin-left: 25px;
	margin-right: 15px;
	}

#content h3 {
	font-size: 105%;
	color: #B5215A;
	font-family: "Comic Sans MS", "DomBold BT", "Lucida Sans", sans-serif;
	margin: 20px;
	}

#content h2 {
	font-size: 120%;
	color: #B5215A;
	margin: 10px;
	}

#content p {
	font-size: 80%;
	margin: 10px;
	}

a {
	color: #97004B;
	text-decoration: none;
	} 

a: hover, a: focus {
	text-decoration: none;
	color: #009933;
	}
	
.left {
	float: left;
	margin: 5px 10px 1px 0;
	}

.bold-italic {
	font-weight: bold;
	font-style: italic;
	font-size: 105%;
	color: #515151;
	}

.bold {
	font-weight: bold;
	}

.bold-underline {
	font-weight: bold;
	text-decoration: underline;
	}
	
.bold-red {
	font-weight: bold;
	color: #B5215A;
	}	

#counter {
	background: #CA7C80;
	width: 50px;
	height: 25px;
}

#google_ads {
	width: 125px;
	height: 65px;
	margin-left: 7px;
	margin-top: 0;
	}
	
.table-text {
	font-size: 85%;
	color: #003366;
	}
	
.bold-simplicity {
	font-weight: bold;
	font-family: "Comic Sans MS", "DomBold BT", "Lucida Sans", sans-serif;
	font-size: 105%;
	color: #925B9E;
	height: auto;
	width: auto;
	}

.style9 {
	background-color: #669966;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: color: black;
	color: #FFFFFF;
	font-size: 18px;
	}