/* Page and Containers */
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	text-align: center;
}
#page {
	position: relative;
	top: 5px;
	width: 700px;
	margin: auto;
	text-align: left;
}
#page img {
	border: 0px;
}

/* Primary (Top) navigation */
#skipNav {
	display: none;
}
#topNav {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 470px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#topNav a:link, #topNav a:visited {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}
#topNav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

/* Secondary (LHS) navigation */
#sideNav {
	margin-top: 15px;
	float: left;
	width: 150px;
	text-align: left;
	background-image:  url(../images/misc/nav_rhs.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#sideNav h2 {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	background-image:  url(../images/misc/nav_line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#sideNav img {
	display: block;
	vertical-align: top;
}
#sideNav a:link, #sideNav a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 3px;
	padding: 5px;
	background-color: #9DACF4;
	text-decoration: none;
}
#sideNav a:hover {
	color: #FFFF00;
	background-color: #6D85EF;
}
#sideNav div {
	width: 147px;
	background-image:  url(../images/misc/nav_lhs.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* Main Content area */
#mainContent {
	margin-left: 164px;
	margin-top: 15px;
	width: 380px;
	background-image:  url(../images/misc/main_line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
img.fix {
	display: block;
	vertical-align: top;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
}
#content a:link, #content a:visited {
	color: #0000FF;
	text-decoration: none;
}
#content a:hover {
	color: #C00000;
	text-decoration: underline;
}
#content h1 {
	font-size: 0.9em;
	margin: 0px;
	text-align: center;
}
#content h2 {
	font-size: 0.8em;
}
#content p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#content address {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: normal;
}
.clients {
	float: left;
	margin-right: 10px;
}
#content li {
	list-style-type: disc;
	list-style-image: url(../images/misc/arrow.gif);
	font-size: 0.8em;
	line-height: 1.4em;
}
#footer {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.4em;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #C00000;
	text-decoration: underline;
}

/* Secondary Content area */
#secondaryContent {
	position: absolute;
	top: 146px;
	right: 0px;
	width: 140px;
	text-align: left;
	background-image:  url(../images/misc/second_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#secondaryContent img {
	display: block;
	vertical-align: top;
}
#themeImage {
	margin-left: 5px;
}
#imageCaption {
	text-align: center;
	font-style: italic;
}
#secondaryContent p {
	font-size: 0.7em;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 1.2em;
}
#secondaryContent a:link, #secondaryContent a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#secondaryContent a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#secondaryContent h3 {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-size: 0.7em;
}

/* Form Objects */
table {
	width: 350px;
}
.tableTextCon {
	font-size: 0.8em;
	text-align: right;
	width: 100px;
	line-height: 1em;
}
.tableSpacer {
	width: 10px;
}
.tableDivider {
	width: 350px;
	font-size: 1em;
}
.tableFormObj {
	width: 230px;
	text-align: left;
}
.inputArea {
	border: 1px solid #000099;
	background-color: #F6F6F6;
}
.errorText {
	font-size: 0.8em;
	color: #FF0000;
	font-weight: bold;
}

/* General Preferences */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clearAll {
	width: 360px;
	display: table;
}