/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 80%; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 { 
color: #307C9C;
margin-bottom: 1em;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; font-weight:bold; }
h3 { font-size: 1.1em; }
h4, h5, h6 { 
color: #000;
font-size: 1.0em; 
}
h5 { font-size: 1em; }
h6 { font-size: 1em; }


.csc-header {
display: block;
}

p { 
	font-size: 1.0em;
	margin-bottom: 1.2em; 
} 

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

#left a, #center a, #right a { 
color: #307C9C;
font-weight: bold;
text-decoration: none;
}

#left a:hover, #center a:hover, #right a:hover {
text-decoration: underline;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	background: url(../images/AnnieS.png) no-repeat top;
	height: 100px;
	width: 402px;
	margin: auto;
}

#logo a {
	display: block;
	height: 100px;
	width: 402px;
	cursor: pointer;
}

#rss {
	float: right;
	display: inline;
}

#rss-link, #search-link {
	right: 20px;
	top: 128px;
	position: absolute;
}

#search-link { right: 40px; }

.csc-linkToTop { float: right; }

.csc-linkToTop a {
	background: url(../images/to-top.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	margin-top: 10px;
}
.csc-linkToTop span { display: none;}



