/*-External StyleSheet for the HW2 Template-*/

/* General Page Attributes */
body {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	color: #000000;
	letter-spacing: 2px;
	line-height: 20px;
	margin-top: 0px;
}

.p_spacer {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Main Page Divisions */

#p_body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	text-align: center;
}

#p_header {
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#p_nav {
	position: relative;
	float: left;
	margin-left: 0px;
	width: 200px;
	border-style: dotted;
	border-color: #000000;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}

#p_content {
	position: relative;
	margin-left: 210px;
	margin-right: 0px;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align: left;
}

#p_footer {
	margin-top: 5px;
	border-style: dotted;
	border-color: #000000;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Sub Divisions and Rules */

#p_header img {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#p_nav a {
	display: block;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

#p_nav a:hover {
	border-style: dotted;
	background-color: #000000;
	color: #FFFFFF;
}

#p_content p {
	margin: 3px;
}

#p_content a, #p_footer a {
	text-decoration: none;
	color: #0000FF;
}

#p_content a:hover, #p_footer a:hover {
	border-style: dotted;
	border-color: #000000;
	border-width: 0px;
	border-bottom-width: 1px;
}

#p_content td {
	border-style: dotted;
	border-color: #000000;
	border-width: 1px;
	text-align: left;
}

#p_content th {
	font-weight: bold;
	text-align: center;
}

#p_content img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 2px;
}
