﻿body {
	background: url(images/bg.gif) center repeat-y #E3DFDC;
	margin: 0px;
	padding: 0px;
	font: 72%/1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

div.Page {
	position: relative;
	width: 665px;
	margin: 0 auto;
	text-align: left;
}
a { text-decoration: none; }
ul li { list-style: none; }
abbr, acronym {
	font-style: normal; 
	border-bottom: dotted 1px #eeeeee; 
	cursor: help;
}


/*

PageHeading

*/

div.PageHeading {
	height: 240px;
	background-color: #FFFFFF;
}

/* Title Bar */
div.TitleBar {
	position:relative;
	height: 38px;
	background-color: #FFB70E;
	border-bottom: 5px Solid #FFFFFF;
}
div.TitleBar h1 {
	position: absolute;
	top: 8px;
	left: 8px;
	margin: 0;
	color: #000000;
	font-size: 17pt;
	height: 30px;
}
div.TitleBar h1 span {
	color: #FFFFFF;
	font-size: .8em;
}

div.Decoration {
	position:relative;
	width: 440px;
	height: 160px;
	background-image: url(images/gear.gif);
	background-repeat: no-repeat;
}

div.Welcome {
	position: absolute;
	right: 0px;
	width: 220px;
	height: 160px;
	background-color: #F0F6F8;
	color: #000000;
	font-size: 12pt;
}
div.Welcome div {
	margin:13px 12px;
}

/* Primary Nav */
div.PrimaryNav {
	margin-top: 5px;
	padding: 0;
	height: 27px;
	background-color:#33497A;
}
div.PrimaryNav ul {
	list-style: none;
	margin:3px 0 0 0;
	padding:0;
	font-size: 10pt;
}
div.PrimaryNav ul li {
	position: absolute;
	display: block;
	width: 120px;
	height: 27px;
	text-align:center;
	padding: 0;
	margin-top: -3px;
}
div.PrimaryNav ul>li {
	margin: 0;
}
div.PrimaryNav li#li1 { left: 0; }
div.PrimaryNav li#li2 { left: 120px; width: 140px; }
div.PrimaryNav li#li3 { left: 260px; width: 100px; }
div.PrimaryNav li a {
	position: relative;
	top: 3px;
	color: #B8C8DC;
}
div.Primary li a:active {
	color: #B8C8DC;
}
div.Primary li a:visited {
	color: #B8C8DC;
}
div.PrimaryNav li.active {
	background-image: url(images/bgNav.gif);
	background-repeat: repeat-x;
}
div.PrimaryNav li.active a {
	color: #33497A;
}


/*

PageBody

*/

div.PageBody {
	
}

/* Secondary Navigation */
div.SecondaryNav {
	/*position: absolute;*/
	float:left;
	width: 221px;
}
div.SecondaryNav div {
	margin: 10px 0 10px 10px;
}
div.SecondaryNav h3 {
	margin: 0;
	color: #33497A;
	font-size: 14pt;
}
div.SecondaryNav h5 {
	margin: 0 8px;
	text-align: right;
	color: #33497A;
	font-size: 12pt;
}
div.SecondaryNav ul {
	margin: 15px 0 0 10px;
	padding:0;
}
div.SecondaryNav li {
	position: relative;
	margin:0;
	padding:0;
	font-size: 10pt;
	color: #000000;
}
div.SecondaryNav li div {
	position: relative;
	height: 29px;
	margin: 0;
}
div.SecondaryNav li.active {
	background-color: #EAF2FB;
	border-bottom: 2px solid #4D698A;
	border-left: 2px solid #4D698A;
}
div.SecondaryNav li a {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #000000;
}
div.SecondaryNav li em {
	display: block;
	margin-left: 8px;
	font-style: normal;
	font-size: 9pt;
}
div.SecondaryNav abbr, div.SecondaryNav acronym {
	border-color: #444444;
}

/* Main Content */
div.MainContent {
	position: absolute;
	right: 0px;
	width: 440px;
}
div.MainContent div {
	margin: 10px;
	text-align: justify;
	font-size: 10pt;
}
div.MainContent h2 {
	color: #FFB70E;
	font-size: 14pt;
	margin: 0px;
}
div.MainContent h4 {
	color: #B8C8DC;
	font-size: 9pt;
	margin: 0px;
}
div.MainContent img.ImgRight {
	float: right;
	margin: 10px 0 0 10px;
}
div.MainContent ul.Software {
	margin: 0;
	padding: 0;
}
div.MainContent ul.Software li {
	position: relative;
	list-style: none;
}
div.MainContent ul.Software li span {
	position: absolute;
	left: 220px;
}


div.MainContent a {
	color: #FFB70E;
	text-decoration: none;
}

div.MainContent a:visited {
	color: #FFB70E;
	text-decoration: none;
}

div.MainContent a:hover {
	color: #FFFFFF;
}

p.special {
	font-size: 8pt;
}

