﻿/* Page Structure */

body{
	background: #E9E9E9;
	margin: 10px;
	font-size: 11px;
	font-family: Tahoma;
}

.container {
	width: 750px;
	background: white;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
}

.navigation {
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
	padding: 5px;
	width: 125px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.page {
	border-top: 2px solid #CCCCCC;
	background-image: url('images/gradient.php.jpeg');
	background-repeat: repeat-x;
	padding: 10px;
}

/* Hyperlinks */

.navigation a:visited {
	color: black;
	text-decoration: none;
}

.navigation a:link {
	color: black;
	text-decoration: none;
}

.navigation a {
	color: black;
	text-decoration: none;
}

.navigation a:active {
	color: #999999;
}

.navigation a:hover {
	color: #999999;
}

img {
	margin: 0px;
	border: 0px;
}

.rightimg {
	margin-left: 10px;
}

/* Typography */

h1 {
	font-size: xx-large; 
	font-family: 'Times New Roman', Times, serif; 
	color: #800000;
	font-weight: lighter;
	margin-bottom: -5px;
	margin: 0px;
}

h2 {
	margin: 0px;
	font-size: 11px;
}

p {
	margin: 0px;
	margin-bottom: 15px;
	text-align: justify;
	color: #333333
}

a, a:visited, a:link {
	color:maroon;
	text-decoration:none;
}

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

.pageindent {
	margin-left:150px;
}

.ppinfo {
	border: 1px dashed #808080;
	padding: 5px;
	text-align: justify;
}

.pp {
	margin-right: 10px;
}

.ppcorner {
	position:relative;
	bottom:0px;
	left:0px;
}
