/* CSS Document */

/* RESET PARAMETERS */
* {margin:0;padding:0;}

/* GENERAL LAYOUT */
html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bgImage.jpg);
	background-repeat: repeat;
}

ol, ul {
	padding-left: 15px;
}

#mainContainer {
	position: relative;
	width: 940px;
	height: auto;
	margin: 0 0 0 0;
	text-align: left;
}

#titlebar {
	position: relative;
	width: 100%;
	height: 18%;
	margin: 0 auto;
	text-align: center;
}

#topbar {
	position: relative;
	top: 5px;
	width: 100%;
	height: auto;
	text-align: center;
}
#sidebar {
	position: fixed;
	left: 10px;
	top: 175px;
	width: 100px;
	height: 76%;
	text-align: center;
}

#mainBG {
	position: relative;
	left: 14%;
	top: 30px;
	width: 70%;
	height: auto;
}

#sectionTitle {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: 4.5%;
	text-align: left;
}

#sectionContent {
	position: relative;
	width: 100%;
	height: auto;
	background-color:#6B104A;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border: 5px solid #FFE070;
}

#mainNav {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

#sectionNav {
	position: relative;
	top: 5%;
	width: 100%;
	height: auto;
	text-align: center;
}

/* TEXT STYLES */

.titles {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFE778;
	font-weight: bolder;
	font-size: 20px;
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

.contentText a:link, a:hover, a:visited, a:active {
	color: #FFE770;
	font-weight: bolder;
}

.contentTextList {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 25px;
}

p>a:link, p>a:hover, p>a:visited, p>a:active {
	color: #FFE770;
	font-weight: bold;
}
