/* ===========================================
    CSS STYLES FOR PLANGENT PRESS
   =========================================== */   


/* PAGE ELEMENTS */

body,td,th {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

body {
	background-color: #000000;
	background-image: url(../images/elements/bg_main.jpg);
	background-repeat: repeat;
	text-align: center;
	margin-top: 62px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#container {
	background-image: url(../images/elements/bg_page_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	height: 848px;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#page {
	text-align: left;
	height: 798px;
	width: 750px;
	margin-left: 14px;
	padding-top: 12px;
	position: relative;
}

#navigation {
	position: relative;
	margin-top: 9px;
	margin-bottom: 18px;
}

#content {
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
}

.copyright {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	margin-top: 6px;
}

/* HTML TAGS */

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 12px;
}

h4 {
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 12px;
}

/* CLASSES */

.just {
	text-align: justify;
}

.justindent {
	text-align: justify;
	text-indent: 12px;
}

.coltop {
	height: 92px;
}

.coltopright {
	text-align: right;
	height: 92px;
}

.purchase {
	text-align: right;
	margin: 0px;
}

.list {
	text-indent: -0.63em;
	margin-left: 0.63em;
}

/* LINK STYLES */

a:link, a:active, a:visited { 
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	}

a:hover { 
	font-weight: normal;
	color: #6685C2;
	text-decoration: none;
	}

.leftnavhead {
	vertical-align: middle;
	margin-top: 94px;
	margin-right: 22px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCDCDB;
	border-bottom-color: #DCDCDB;
}

.leftnav {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.leftnav a:link, .leftnav a:active, .leftnav a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none; 
}

.leftnav a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none; 
}

.linksmall {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}

.linksmall a:link, .linksmall a:active, .linksmall a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: underline; 
}

.linksmall a:hover {
	font-weight: bold;
	color: #6685C2;
	text-decoration: underline; 
}
