/*---ID's---*/
#banner {
	position: absolute;
	width: 1024px;
	height: 187px;
	top: 2px;
	left: 2px
	}
#menu {
	position: absolute;
	width: 175px;
	height: 530px;	
	top: 189px;
	left: 2px;
	background-color: #48448E
	}
#content {
	position: absolute;
	top: 192px;
	left: 182px;
	width: 830px;
	color: #48448E;
	font-family: Arial;
	font-size: 12pt
	}
#footer {
	position: relative
	
	}

/*---Generic selectors---*/

body { 
	color: #48448E;
	font-family: Arial;
	font-size: 12pt 
	}
h1 { 
	font-family: Arial;
	font-size: 16pt;
	color: #48448E;
	font-weight: bold; 
	vertical-align:middle;
	text-align:center; 
	margin-top:6;
	margin-bottom:6
	}
h2 {
	font-family: Arial;
	color: #48448E;
	font-size: 14pt;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	margin-top:6;
	margin-bottom:6
	}
h3 {
	color: #48448E;
	font-family: Arial;
	font-size: 12pt;
	vertical-align: middle;
	font-weight: bold;
	text-align: center
	}
h4 {
	color: #48448E;
	font-family: Arial;
	font-size: 13pt;
	vertical-align: middle;
	font-weight: bold
	}
h5 { 
	color: #48448E;
	font-family: Arial;
	font-size: 12pt;
	vertical-align: middle;
	text-align: left
	}	
p {
	font-family: Arial;
	font-size: 12pt;
	color: #48448E;
	text-align: justify;
	margin-top: 6;
	margin-bottom: 6
	}
li {
	color: #48448E;
	font-family: Arial;
	font-size: 12pt;
	text-align: justify; 
	margin-top: 6;
	margin-bottom: 6; 
	list-style-type:disc
	}
a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF
	}