body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #878787;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 760px;
	margin: 0px auto;
	position: relative;
	background-color: #FFFFFF;
}

#content-area {
	background-color: #EFF2F5;
	padding: 9px;
	border-bottom: 1px solid #878787;
	position: relative;
	height: 1%;
}

#lang {
	position:absolute;
	top: 49px;
	left: 49%;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant:small-caps;
	color: #D8EDFE;
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 1;
}

a:link {
	color: #1777A2;
	text-decoration: none;
}

a:visited {
	color: #6F2266;
	text-decoration: none;
}

a:hover {
	color: #199BBF;
	text-decoration:underline;
}

*html #content-area {
	top: -3px;
}

#tab-nav {
	position: relative;
	z-index: 2;
}

*html #tab-nav {
	top: -3px;
}

#tab-nav table {
	background-color: #A43E97;
	text-align: center;
	text-transform: uppercase;
}

#tab-nav table tr td {
	background-image: url(../Media/TemplateImages/NavTabBackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 0px;
}

#tab-nav table tr td.onebeforeactive {
	background-image: none;
}


#tab-nav table tr td.active {
	background-image: none;
 	background-color: #EFF2F5;
	/* background-color: #FAD161; */
}

#tab-nav table tr td.active a {
	color: #000;
}

#tab-nav table tr td.active a:hover {
	color: #999999;
}

#tab-nav table tr td.end {
	background-image: none;
}

#tab-nav table tr td a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
}

#tab-nav table tr td a:hover {
	color: #FAD161;
}

#user-nav {
	position: absolute;
	top: 16px;
	right: 9px;
	text-transform: uppercase;
	font-size: .6em;
	text-align: right;
	letter-spacing: .1em;
	z-index: 3;	 
}

#user-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#user-nav ul li{
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#user-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#user-nav ul li a:hover {
	color: #FAD161;
	text-decoration: none;
}

#user-nav ul li a.active {
	color: #FAD161;
	font-weight: bold;
}

#content {
	margin-top: 9px;
	position: relative;
}

.float-left {
	float: left;
	margin: 0px 8px 8px 0px;
}

#center-column {
	position: relative;
	display: block;
	margin: 0px 10px 0px 10px;
}

#right-column {
	position: relative;
	display: block;
	margin: 0px 0px 0px 176px;
}

#right-column p {
	font-size: .9em;
	margin: .5em auto .75em auto;
	line-height: 1.25em;
}

#right-column ul, #center-column ul {
	margin-top: .5em;
	
}

#right-column ul li ul{
	margin-bottom: .5em;
	
}


#right-column ul li, #center-column ul li{
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

#left-column {
	width: 156px;
	float: left;
	position: relative;
	display: block;
}

#nav-2 {
}

#nav-2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 2px solid #C6CBDB;
	display: block;
}

#nav-2 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#nav-2 ul li a {
	color: #000;
	font-size: .7em;
	padding: 2px 4px 2px 11px;
	margin: 0px;
	text-decoration: none;
	background-color: #FAD161;
	background-image: url(../Media/TemplateImages/Arrow_Teal.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom: 1px solid #878787;
	display: block;
	height: 1%;
}

#nav-2 ul li a.active {
	color: #A43E97;
	background-image: url(../Media/TemplateImages/Arrow_Magenta.gif);
	background-color: #FFF;
}

#nav-2 ul li a:hover {
	background-position: 2px 5px;
	background-color: #FFF0A8;
}

/* subnav ------------------------------------- */
#nav-2 ul.subnav {
	background-color: #EFF2F5;
	border-width: 0px 0px 2px 4px;
}

#nav-2 ul.subnav li {
}

#nav-2 ul.subnav li a {
	color: #000;
	font-size: .7em;
	padding: 2px 4px 2px 11px;
	margin: 0px;
	text-decoration: none;
	background-color: #EFF2F5;
	background-image: url(../Media/TemplateImages/Arrow_Grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom: 1px solid #C6CBDB;
	display: block;
	height: 1%;
}

#nav-2 ul.subnav li a:hover {
	background-position: 2px 5px;
	background-color: #C6CBDB;
} 

#nav-2 ul.subnav li a.active {
	color: #A43E97;
	background-image: url(../Media/TemplateImages/Arrow_Magenta.gif);
	background-color: #FFF;
}

#footer {
	text-align: center;
	font-size: .7em;
	color: #fff;
}

#footer p {
	background-color: #878787;
	padding-top: 4px;
	margin: 2px 0px 0px 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

h1.page-title {
	color: #1777A2;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	background-image: url(../Media/TemplateImages/DottedLine_Horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

p.top {
	text-align: center;
	background-image: url(../Media/TemplateImages/DottedLine_Horizontal.gif);
	background-position: 0px 6px;
	background-repeat: repeat-x;
}

p.top a {
	background-image: url(../Media/TemplateImages/Arrow_Teal_Top.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #EFF2F5;
	padding: 0px 6px 0px 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .7em;
	color: #333333;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
	
p.top a:hover {
	background-position: 6px 1px;
}

.purpletext {
	font-size: 1em;
	color:#660066;
}

table {
	font-size: .75em;
	vertical-align: top;
}
	
th {
	text-align: left;
	background: #01799B;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
}	

h2 {
	color: #A43E97;
	border-bottom: solid 1px #CCCCCC;
	letter-spacing: 1px;
	font-size: 1em;
	padding: 0;
	margin: .6em 0 0 0;
}


h3 {
	color: #A43E97;
	font-size: .8em;
	padding: 0;
	margin: .6em 0;
}

h4 {
	color: #666;
	font-size: .85em;
	margin: .5em auto;
}

#right-column ol, #right-column dl {
	font-size: .9em;
}

#right-column dl dt {
	width: 98%;
	display: block;
	background-color: #01799B;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
}

#right-column dl dd {
	line-height: 1.4em;
	font-size: .9em;
	margin: .5em 1.25em;	
}

#right-column ol li {
	margin: 5px 0 5px 0;
	line-height:1.3em;
}

#right-column ol li strong {
	color: #A43E97;
}

#right-column blockquote {
	margin: 1em 2em 1em 1em;
	background: #E0EAEF;
	border: 1px solid #CCCCCC;
	padding: .5em 1em;
	font-size: .8em;
	line-height: 1.35em;
}

#right-column blockquote h1 {
	font-size: 1.05em;
	color: #1777A2;
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	margin: 0 0 .25em 0;
}

#right-column.space_more dl dd {
	margin-bottom: 1em;
	
}

strong {
	color:#1777A2;
}

label {
	color: #666666;
	display: block;
	font-size: .75em;
	margin: 5px 0 0 0;
}

.videotxt {
	margin-left: 10px;
	float: left;
	width: 400px;
}

.videotxt h2 {
	margin-top: 0; padding-top: 0;
	margin-bottom: 2px;
	font-size: 85%;
}

.contact_table a:hover, .contact_table a:visited, .contact_table a:active { 
	color: #A43E97;
}

.contact_table h2 {
	font-size: 1.2em;
}