/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 76%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
	text-align: center;
}




h1 { font-size: 10px; }
h2 { font-size: 10px; }
h3 { font-size: 10px; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 { 
	border: 0;
	font-weight: bold;
	margin-bottom: 1em;
}

h1, h2 {
	background: #990099;
	color: #FFF;
	padding: 1px;
	margin-bottom: 12px;
	padding-left:6px;
	padding-right:6px;
	text-transform: uppercase;
}

h1 a,h2 a {
color: #FFF;
}

h3 {
	background: #F3F2F9;
	border-top: 4px solid #FFF;
	color: #808185;
	display: block;
	text-decoration: none;
	padding: 1px;
	padding-left:6px;
}

#left h3 {
	background: none;
	border: none;
    	font-size: 1.1em;
	margin-left:0.6em;
    	margin-bottom: 0.3em;
}

h4 {
	color: #990099;
	margin-bottom: 0.3em;
}

a { color: #990099; text-decoration: none; }
a:hover { text-decoration: underline;}

p { 
	font-size: 1em;
	margin-bottom: 1.3em;
} 

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor:help;
}

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

#content ol, #content ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#content ol {
	list-style: decimal;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#logo, #slogan {
	background: #FFF url(logo.gif) no-repeat top;
	height: 101px;
	width: 193px;
	left: 0;
	top: 32px;
	position: absolute;
}
#logo H1 {
        background: #fff;
}
#logo a {
	display: block;
	height: 101px;
	width: 193px;
	cursor: pointer;
}

#slogan {
	background: url(slogan.jpg) no-repeat top;
	left: 520px;
	width: 654px;
}

#rss {
	top: 10px;
	right: 5px;
	position: absolute;
}

#rss li { list-style: none; }

#iconbar {
	margin-top: 1.3em;
}

#copy {
	margin-left: 4px;
}

/* Frames /////////////////////////////////////////////////////////////////////////////////*/
.banner {
	border: 1px solid #C6C6C6;
	padding: 6px;
	margin-top: 6px;

}

#main .frame-01, #main .csc-frame-frame1 {
	float: left;
	display: inline;
	padding: 16px;
	padding-top: 4px;
}

#main .frame-01 li, #main .csc-frame-frame1 li  {\
	list-style: none;
	float: left;
	display: inline;
	width: 230px;
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	
}

#main .frame-01 a, #main .csc-frame-frame1 a {
	background: url(arrow-purple.gif) no-repeat left;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
	padding-left: 20px;
}

.frame-02, .csc-frame-frame2 {
	background: #F3F2F9;
	_border-top: 8px solid #F3F2F9;
	clear: both;
	display: block;
	padding: 8px;
	margin-bottom: 18px;
}

#main .frame-02 a, #main .csc-frame-frame2 a{
	color: #000;
}

#main .frame-02 li, #main .csc-frame-frame2 ul {
	color: #000;

	list-style:disc;
	padding-left: 1.3em;
}



