/* TeleSage CSS stylesheet
	History
	MSN 10 Aug 2005 - Created
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic","Arial", "Verdana", "Helvetica", sans-serif;
	background-color: #2058CC;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	padding: 0 0 0 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #FF9A36;
	border-right: 2px solid #FF9A36;
	border-bottom: 2px solid #FF9A36;
	border-top: 2px solid #FF9A36;
	min-height: 900px;
}

#content {
	background-color: #FFFFFF;
	margin-left: 200px;
	padding: 4px 4px 4px 4px;
	color: #000000;
}

#content p {
	font-size: small;
	padding-left: 8px;
}

#content h1 {
	font: x-large;
	color: #000000;
	background-color: transparent;
	border-bottom: 3px solid #FF9006;
	margin: 4px 2px;
}

#content h2 {
	font-size: large;
	color: #000000;
	background-color: transparent;
	border-bottom: 2px dotted #FF9006;
	margin: 3px 2px;
}

#content h3 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
	margin: 2px 2px;
}

#content li {
	font-size: small;
}

#content a:link, #navigation a:visited {
	color: #2058CC;
	text-decoration: underline;
}

#content a:hover {
	color: #FF9006;
}

#navigation {
	position: absolute;
	top: 86px;
	left: 0;
	width: 200px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FF9006;
	color: #000000;
}

#navigation li {
	font-size: 80%;
	display: block;
	padding: 2px 2px 0px 2px;
	border-left: 4px solid #FFAA11;
	border-right: 4px solid #FFAA11;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}

#navigation a:link, #navigation a:visited {
	text-decoration: underline;
	padding: 1px 1px 1px 1px;
}

#navigation a:hover {
	text-decoration: underline;
	background-color: #2058CC;
	color: #FFFFFF;
}

#navigation ul.subnav {
	border-left: 2px solid #FFAA11;
	background-color: #F8C473;
	color: #000000;
}

#navigation ul.subnav li {
	border-bottom: 1px solid #FFAA11;
}

#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	text-decoration: underline;
}

#navigation ul.subnav a:hover {
	text-decoration: underline;
	background-color: #2058CC;
	color: #FFFFFF;
}

#navigation p {
	color: #FFFFFF;
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;
	padding: 4px 4px 4px 4px;
}

/* use as a <div class="text-quote"> */
.text-quote {
	color: #2058CC;
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	width: 100%;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	background-color: #F8C473;
	border: solid 1px #000000;
}

/* use for centering pictures: <div class="cent-pic"> ... </div> */
.cent-pic {
	text-align: center;
}

/* use for colored datatables: <table .. class="datatable"> */
.datatable {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.datatable th {
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: x-small;
	border: 1px solid #000000;
	background-color: #2058CC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}

.datatable td {
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: x-small;
	border: 1px solid #000000;
	padding: 4px;
	background-color: #8DCFF4;
	color: #000000;
}

.datatable tr.altrow {
	background-color: #F8C473;
	color: #000000;
}

/* for plain B/W tables with centered headers */
.plain-cent-table {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.plain-cent-table th {
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: x-small;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-left: 2px;
}

.plain-cent-table td {
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: x-small;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

.plain-cent-table td.left-text {
	text-align: left;
}

#plain-vanilla-page {
	background-color: #FFFFFF;
	text-align: left;
	font-family: "Century Gothic","Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;
}

