/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background: #CCD8E0 url(images/bg.jpg) repeat left top;*/
	color: #444;
	font: normal 62.5% "Trebuchet MS",sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em "Trebuchet MS",sans-serif;
	/*color: #B3C2C7;*/
	color: #777fa2;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 713px;
}
header 
.top {
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 60px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 713px;
}
.header .left, .header .right {
	background: url(images/img07.gif) repeat-x;
	border: 1px solid #AFBEC7;
	color: #777fa2;
	height: 60px;	
}
.header .left {
	font: bold 1.2em "Trebuchet MS",sans-serif;
	vertical-align:bottom;
	text-align: center;
	width: 713px;
}
.header .right {
	overflow: auto;
	width: 212px;
	color: #777fa2;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 21px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 0.8em "Trebuchet MS",sans-serif;
	line-height: 21px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	/*background: url(images/bgmain.gif) repeat-y;*/
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	background: #ffffff;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 0px;
	padding: 0 0px;
	width: 490px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Trebuchet MS",sans-serif;}
.googleSearchUnitIframe {text-align:justify; font-family: "Trebuchet MS",sans-serif;}
/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align:center;
	vertical-align:bottom;
}
.footer a,.footer a:hover {color: #FFF;}


// Forms 
FORM
{
   margin           : 0px 0px 0px 0px;
}

LABEL
{
   color            : #115E94;
   font-family      : "Trebuchet MS",sans-serif;
   font-size        : xx-small;
   margin: 1px;
}

FIELDSET, INPUT, SELECT, TEXTAREA, RADIO
{
   color            : #115E94;
   font-family      : "Trebuchet MS",sans-serif;
   font-size        : xx-small;
   border           : 1px solid #7EB0C9;
   margin: 1px;
}
FIELDSET.fullWidth, INPUT.fullWidth, TEXTAREA.fullWidth, SELECT.fullWidth
{
   /* for some reason, 100% will truncate right edge */
   width            : 95%;
   font-size        : xx-small;

}

INPUT.checkbox, INPUT.radio, INPUT.image
{
   border-style     : none;
   font-size        : xx-small;
   
}

INPUT.submit
{
   border-left      : 1px solid #FFFFFF;
   border-top       : 1px solid #FFFFFF;
   border-right     : 1px solid #387199;
   border-bottom    : 1px solid #387199;
   background-color : #E5EEF3;
   font-size        : xx-small;
}

DT
{
   font-weight: bold;
   font-size        : xx-small;
}

//---------------------- Tab Menu Styles

/* TA Menu styles */

DIV.taMenu
{
   float            : left;
   width            : 100%;
   background       : #FFFFFF url(images/taMenuBorder.gif) repeat-x bottom;
}

DIV.taMenu UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
}

DIV.taMenu LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.taMenu A
{
   float            : left;
   background       : url(images/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #84B0C7;
   font-size        : x-small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
   text-decoration: none;

}

DIV.taMenu A:link, DIV.taMenu A:visited,
DIV.taMenu A:active, DIV.taMenu A:hover
{
   //color           : #115E94;
	color            	: #777fa2;
	text-decoration	: none;	
}

DIV.taMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(images/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.taMenu SPAN {float : none;}
/* End IE5-Mac hack */

DIV.taMenu A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.taMenu LI#current A
{
   background-position: 100% -150px;
   border-width     : 0px;
}

DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
}
