
/* ==== Standard ==== */

* {
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-weight: regular;
	font-size: 12px;
	line-height: 14px;
	color: #737577;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-color: white;
}


p {
	margin-top: 8px;
	margin-bottom: 4px;
	width: 480px;
}


img {
	border: 0px;
}




/* ==== Layout ====  */

div.container {
	width: 1024px;
	float: left;
}

div.left {
	margin-left: 19px; 
	width: 722px;
	float: left;
}

div.header {
	width: 100%;
	height: 117px;
	--background-image: url('images/header.png');
	--background-repeat: no-repeat;
	--padding-top: 50px;
}

div.logo {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 58px;
	overflow: hidden;
}

div.right {
	width: 271px;
	float: left;
	padding-left: 11px;
	padding-top: 58px;
}

div.page {
	width: 100%;
	height: 300px;
}

div.spacer {
	width: 100%;
	height: 60px;
}

div.designbynerves {
	width: 14px;
	height: 103px;
	position: fixed;
	top: 2px;
	right: 2px;
	background-image:url(images/designbyNERVES.png);
}

/* ==== Paragraphs ====  */

p.navigation {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 12px;
	width: 100%;
}

p.navigation_location {
	text-align: right;
}

p.navigation_selected {
	--font-weight: bold;
	color: black;
}

p.title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	--margin-bottom: -2px;
}

p.subtitle {
	text-transform: uppercase;
	--font-size: 14px;
	--font-weight: bold;
	margin-top: 14px;
	--margin-bottom: -2px;
}

p.file {
	--text-transform: uppercase;
}

p.link {
	--text-transform: uppercase;
}

p.image {
}

p.image_title {
	--text-transform: uppercase;
	margin-top: -2px;
	margin-bottom: 14px;
}

p.video {
}

p.video_title {
	--text-transform: uppercase;
	--margin-top: -4px;
	margin-bottom: 14px;
}


/* ==== Links ====  */

a {
	text-decoration: none;
}

a.selected {
	color: black;
}

a:hover {
	color: black;
}






