﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
	background-color: #013038;
}

img {
	border: 0px;
}

img.floatLeft {
	float: left;
}

img.floatRight {
	float: right;
}


#wrapper  {
	width: 1020px;
	margin: 0px;
	padding: 0px;
	background-image: url('../author/images/background1.jpg');
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	
}

#masthead {
	width: 1020px;
	height: 373px;
	padding: 0px;
	margin: 0px;
}

#top_nav {
	width: 1020px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 1020px;
	padding: 0px;
	margin: 0px;
	background-image: url('../author/images/background1.jpg');
	background-repeat: repeat;
}

#left_col {
	width: 350px;
	float: left;
	height: 580px;
	background-image: url('../author/images/interior.jpg');
	padding: 0px 20px 0px 20px;
}

#right_col {
	width: 220px;
	float: right;
	padding: 0px 16px 0px 16px;
	background-image: url('../author/images/interior2.jpg');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	background-color: #57838E;
}


#page_content {
	margin-left: 390px;
	width: 240px;
	height: 580px;
	background-color: #16454D;
	padding: 0px 8px 0px 8px;
}

#one_column  {
	width: 980px;
	padding: 0px 20px 0px 20px;
	background-image: url('../author/images/interiorTop.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#right_side {
	
	width: 334px;
	height: 580px;
	float: right;
	margin-top: -580px;
	background-image: url('../author/images/interior.jpg');
	padding: 0px 20px 0px 20px;
}

#footer {
	clear: both;
	width: 1020px;
	height: 220px;
}

/* text formatting */

.paraText  {

	font-family: Arial, Helvetica, Tacoma, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	line-height: 16pt;
	color: black;
}

.titleText  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	line-height: 14pt;
	color: black;
}

.timesText  {

	font-family: "Times New Roman", Times, serif, Helvetica, Tacoma, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	line-height: 11pt;
	color: black;
}


.whiteText  {

	color: white;
}

.boldText  {

	font-weight: bold;
}

.centeredText  {

	text-align: center;
}

.rightText  {
	text-align: right;
}

.leftText  {
	text-align: right;
}

.italText  {
	font-style: italic;
}

.smallText {
	font-size: 10pt;
}

.tinyText {
	font-size: 9pt;
}

.bigText  {
	font-size: 18pt;
}


/* Link styles */

a {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

a.smallLink {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

a.smallLinkBlack {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}



a.active {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

a.visited {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

a.hover {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFF99;
}