/***********************************************/
/* common.css                                  */
/* Use with index.html                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background:#12127D url("../images/home_background.jpg") no-repeat center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color:#99CCCC;
	text-decoration: none;
}

a:visited{
	color:#99CCCC;
	text-decoration: none;
}

a:hover{
	color:#99CCCC;
	text-decoration: underline;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width: 90%;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

#masthead{
    padding: 0px;
	border-bottom: 2px solid #cccccc;
	width: 100%;
}

#main{
    width: 100%;
}

#footer{
    width: 100%;
	font-size: 85%;
	text-align: right;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#content{
	font: Georgia, Verdana, sans-serif;
	font-size: 1.5em;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 100px;
	margin-right: 100px;
	padding:50px 0 50px 0;
	
}

.story p{
	text-align: justify;
}
/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 5px 0px;
	color:#ffffff;
}

#globalNav img{
	display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	color:#99CCCC;
}