#wrapper {
	width: 1000px;
}

body {
	text-align: left;	
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #000000;
}

p, ul, li {
	text-align: justify;
	line-height: 19px;
}

a:link {
	color: #FF0000;
}

a:hover {
	color: green;
}

#text {
	position: absolute;
	left: 50px;	
	top: 300px;
	width: 700px;
}

#textmags {
	position: absolute;
	top: 200px;
	left: 50px;
	width: 500px;
}

#textsubs {
	position: absolute;
	top: 200px;
	left: 50px;
	width: 700px;
}

.small {
	font-size: 12px;
}

.red {
	color: #FF0000;
	font-weight: bold
}

.indent {
	position: relative;
	top: 0px;
	left: 40px;
}

h1 {
	position: absolute;
	margin: 0;
	left: 160px;
	top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00008B;
	padding: 20px;
	letter-spacing: -1px;
	font-size: 32px;
	width: 800px;	
}

h2 {	
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00008B;
	font-size: 23px;
}

h3 {	
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00008B;
	font-size: 20px;
}

#logo {
	position: absolute;
	left: 50px;
	top: 50px;
}

#navbar ul {
	float: left;
	margin-top: 200px;
	margin-left: 50px;
	padding-left: 0px;
	list-style-type: none;
	background: #DCDCDC;
}

#navbar li {
	display: inline
}

#navbar li a {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	text-decoration: underline;
	color: #FF0000;
	border: 1px solid #00008B;
}

#navbar a:hover {
	color: green;
}

#linkspage ul {
	list-style-type: none;
	
}

#linkspage li {
	font-size: 20px;
	line-height: 26px;

}

#linkspage li a {
	color: #FF0000;
	text-decoration: none;

}

#linkspage a:hover {
	color: green;

}

img.cover {
	border-style: solid;
	border-color: #6495ED;
	border-width: 5px;
	margin-left: 580px;
	margin-top: 230px;
}	

table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #DCDCDC;
}

td {
	border: 1px solid #00008B;
	padding-right: 18px;
	padding-left: 20px;
	color: #FF0000;
	font-weight: bold;
}
