/* CSS Document */

* {
	margin: 0; 
	padding: 0;
} 

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: url(assets/body-bg.jpg) no-repeat left top #120c4d;
	color:#0a053a;
	font-weight: normal;
	line-height: 1.1em;

} 

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

a:hover, a:active {
	text-decoration: underline;
	color:#333333;
}

h1 {
	margin-top: 90px;
	margin-left: 550px;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 a {
		color:#0a053a;
		text-decoration: underline;
}

h1 a:hover, a:active {
	color:#aa0f25;
	text-decoration: underline;
}

h4 {
	margin-top: 15px;
}

div#main-content {
	margin-left: 420px;
	width: 530px;
	height: 680px;
	
	
}

div#main-content ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 10px;
	
}

div#msf {
	color: #e8dcc9;
	float: left;
	width: 325px;
	margin-top: -5px;
	margin-left: 70px;
	text-align: center;
}

div#msf a:hover, a:active {
	text-decoration: underline;
	color:#e9dcc9;
}


div#footer {
	color:#e8dcc9;
	margin-left: 420px;
	
}

div#contact {
	width: 300px;
	float: left;
	margin-top: -45px;
	position: relative;
	top: 5px;
	z-index: -1
	}
	
div#twitter {
	margin-left: -100px;
	float: left;
	margin-top: -45px;
	
	}
	

div#footer a:hover, a:active {
	text-decoration: underline;
	color:#e9dcc9;
}


.application {
	font-size: 11px;
	
	
	}
	
div#pf_msf {
	color: #e8dcc9;
	float: left;
	width: 325px;
	margin-top: -10px;
	margin-left: 70px;
	text-align: center;
}

div#pf_msf a:hover, a:active {
	text-decoration: underline;
	color:#e9dcc9;
}


div#pf_footer {
	color:#e8dcc9;

	margin-left: 420px;
}


div#pf_footer a:hover, a:active {
	text-decoration: underline;
	color:#e9dcc9;
}

/*textarea {
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden;	
	overflow:-moz-scrollbars-vertical; 
}*/

