/*
paragonresources.net
stylesheet
by Sean Stewart
www.mediafirma.com
11.24.2004
*/

/* ---------------------------
....... GENERAL STYLES ....... 
--------------------------- */
body {
	margin-left:3px;
	margin-top:3px;
}

hr {
	color:#B1B1B1;
	width:468px;
	text-align:left;
	height:1px;
}

td {
	font-family:verdana;
	font-size:10pt;
}

/* --------------------
....... CLASSES ....... 
-------------------- */
.hr_top {
	border-top:1px solid #B1B1B1;
	position:absolute;
	top:121;
	height:1px;
	text-align:top;
}

.nav {
	position:absolute;
	top:72px;
	left:161px;
	vertical-align:top;
	width:400px;
}

.page_photo {
	position:absolute;
	top:128px;
	left:3px;
	width:122px;
	background-color:#DDDCCA;
	height:100%;
}

.index_content {
	position:absolute;
	top:128px;
	width:470px;
}

.content {
	font-family:verdana;
	font-size:10pt;
	position:absolute;
	top:196px;
	left:176px;
	width:700px;
}

.content p{
	font-family:verdana;
	font-size:10pt;
	width:468px;
}

.admin_content {
	font-family:verdana;
	font-size:10pt;
	position:absolute;
	top:126px;
	left:15px;
	width:700px;
}

.footer {
	width:468px;
	text-align:center;
}

.hdr {
	font-size:9pt;
	font-weight:bold;
	color:#000000;
}

.required {
	font-weight:bold;
	font-size:9pt;
}

/* --------------------
....... hilites ....... 
-------------------- */
.hiliteRed {
	color: #ef3c29;
}

.hiliteGreen {
	color: #006666;
}

.hilitePurple {
	color: #660099;
}

.hiliteGray {
	color: #b3b3b3;
}

