/* Cornerstone Psychological stylesheet: cpc.css */

body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}

p,div,li,h1,h2	{
	font-family:Arial;
}

h1 { 
	font-size:16px;
	font:Arial;
	color:#000000;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font:Arial;
	color:#ffffff;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font:Arial;
	color:#008000;
	font-weight:bold;
}

h4 {
	font-size:12px;
	font:Arial;
	color:#999999;
	font-weight:bold;
}

#maintable {
	background-color:#ffffff;
	border:2px solid #3d0011;
}

.header {
	background-color:#fffab2;
	color:#3d0011;
	font-size:28px;
}

/* Nav Bars: Left and Top */
.topnav {
	background-color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#3d0011;
	line-height:125%;
	border:1px solid #c0c0c0;
}

.topnav a:link {
	font-size: 12px;
	color: #3d0011;
	text-decoration:none;
}

.topnav a:hover {
	font-size: 12px;
	color: #ff0000;
	text-decoration:underline;
}

.topnav a:visited {
	font-size: 12px;
	color: #3d0011;
	text-decoration:none;
}

/* Text Boxes */
.whitetextbox {
	background-color:#ffffff;
	font-size:14px;
	line-height:150%;
	color:#000000;
	vertical-align:top;
}

.whitetextbox a:link {
	font-size: 14px;
	color: #3d0011;
	text-decoration:underline;
}

.whitetextbox a:hover {
	font-size: 14px;
	color: #ff0000;
	text-decoration:underline;
}

.whitetextbox a:visited {
	font-size: 14px;
	color: #3d0011;
	text-decoration:underline;
}

/* Not used currently */
.redtextbox {
	background-color:#820010;
	font-size:14px;
	line-height:150%;
	color:#ffffff;
	vertical-align:top;
	border:2px solid #c0c0c0;
}

.redtextbox a:link {
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

.redtextbox a:hover {
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

.redtextbox a:visited {
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

/* Footer - Copyright + */
.footer {
	font-size:10px;
	font:Arial;
	padding:15px 0px;
	vertical-align:bottom;
}
