/* CSS Document */

/* Redefinitions */
body{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #868381;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	padding-top: 5px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-left: 120px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: right;
	font-weight: normal;
	position: relative;
	right: 40px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin-left: 120px;
	margin-right: 40px;
	padding-bottom:20px;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin-left: 120px;
	margin-right: 40px;
	padding-bottom:20px;
	list-style-position: outside;
	list-style-type: disc;
}


/* IDs */
#splashPage{
	width:800px;
	height:auto;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	text-align: center;
}

#splashPage img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;		
}

#content{
	width:800px;
	min-height:510px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/paper_body.png);
	background-repeat: repeat-y;
	background-position: 10px 131px;
}

#header{
	background-image: url(../images/paper_header.png);
	background-position: 10px;
	position: relative;
	height: 131px;
	width: auto;
	background-repeat: no-repeat;
}

#header h1,h2{
	visibility: hidden;
}

#navigation{
	height: auto;
	width: 160px;
	padding: 0px;
	margin-top: 58px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	line-height: 28px;
	float:left;
}

#navigation ul,ol {
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#navigation li{
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#main{
	width:703px;
	height:auto;
}

#mainBorder{
	margin-left:80px;
	background-image: url(../images/contentBubble_02.png);
	background-repeat: repeat-y;
}

#mainHeader{
	min-height: 456px;
	background-image: url(../images/contentBubble_01.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0px;
}

#mainFooter{
	min-height:549px;
	background-image: url(../images/contentBubble_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer{
	background-image: url(../images/paper_footer.png);
	background-position: 10px bottom;
	height: 34px;
	width: auto;
	background-repeat: no-repeat;
}

#footer p{
	visibility:hidden;
}

/* Classes */

.topText{
	padding-top: 50px;
}

.bottomText{
	padding-bottom: 50px;
}

.homepageLeftTopBubble{
	float: left;
	margin-right:20px;
	margin-bottom:30px;
	padding-top:20px;
}

.homepageLeftBubble{
	float: left;
	margin-right:20px;
	margin-bottom:30px;
}

.homepageRightBubble{
	float:right;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:20px;
}

.splash{
		background-color:#FFFFFF;
}

.inline{
	padding-left:350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}