
/*----------------------------- Structural Styles ----------------------------------*/
#Page
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	width: 100%;

}

#Container
{
	position: relative;
}


/*----------------------------- Header Styles ----------------------------------*/
#Header
{
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	height: 74px;
	background-color: #3366CC;
}

#Logo
{
	position:absolute;
	background-position: 7px 7px;
	height:80px;
	width:100px;
	background-image: url(images/TavisLogo2-transp-sm2.gif);
	background-repeat:no-repeat;
	z-index:2;
		
}

#HeaderTitle
{
	position: absolute;
	top: 20px;
	left: 100px;
	color: lightsteelblue;
	font-size:x-large;
	font-weight:bold;
	
}


/*----------------------------- Titlebar Styles ----------------------------------*/
#Titlebar
{
	font-weight: bold;
	width: 100%;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	background-color: black; /*goldenrod;*/
	border-top: solid 2px;
	border-top-color:Gray;
	border-bottom: solid 2px;
	border-bottom-color: Gray;
	text-align:center;
}

#Titlebar ul 
{
	margin-left:150px;
	display:inline;
	list-style: none;

}
#Titlebar ul li
{
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
	width: 3em;
}

#Titlebar li a
{
	color: white;
	text-decoration: none;
}

#Titlebar li a:hover
{
	color: #fff;
	background-color: #2586d7;
}

#LanguageToggle a
{
	color:white;
	font-style: normal;
	float:right;
	margin-right:3em;
}

/*----------------------------- Sidebar Styles ----------------------------------*/
#Sidebar
{
/*	background-position: -50px 50%;
	background-repeat: repeat-y; */
	width: 14em;  /* Should be equal to the left of the #Contents style */
	position: absolute;
/*	height: 100%; */
	text-align: right;
}

#Sidebar p
{
	color: darkgoldenrod;
	font-weight:bolder;
	margin-top:1em;
	margin-right:1em;
}

#Sidebar ul 
{
	list-style: none;
	margin-right:1em;
}

#Sidebar ul li
{
	margin-top:10px;
	text-align:right;	
	
}

#Sidebar li a
{
	
	color: darkgoldenrod;
	text-decoration: none;
}

#Sidebar li a:hover
{
	color: white;
	background-color: #2586d7;
}

/*----------------------------- Footer Styles ----------------------------------*/
#Footer
{

	width:100%;
	padding-top:5px;
	padding-bottom:5px;
/*	background-image: url(images/footer.gif); */
	border-top: solid 2px;
	border-top-color: Gray;
	background-color: Black; /*goldenrod; */ 
	clear:none;
}

#Slogan
{
	font-size:small;
	color: white;
	font-weight:bold;
	text-align: center;
}

#Slogan em
{
	top: 15px;
	font-size: medium;
	color: gold;
	font-style: normal;
}



/*----------------------------- Body Styles ----------------------------------*/

.ContentHeader
{
	margin-top: 1em;
	font-weight: bold;
	font-size: large;
	margin-bottom: 1em;
	color: darkgoldenrod;
	font-family: Verdana;
	position: static;
}

.Contents
{
	padding: 10px 10px 1em 10px;
	height:43em;
	/*height:auto;*/
	min-height:43em;
/*	The following works in Opera and Mozilla but not IE
	height:100%;
	min-height:30em;*/
	left: 14em;  /* Should be equal to the width of the Sidebar */
	width: 44em;
	position: relative;
	border-left: solid 1px;
	border-left-color: Gray;
}
.Contents[class]
{
	height:auto;  /* hack to reset height to fix IE bug */
}

#Contents p
{
	position:static;
	margin-bottom:0px;
}


.SectionTitle
{
	margin-top: 1em;
	margin-bottom:3px;
	font-weight: bold;
	color: darkgoldenrod;
	position: static;
}

.SectionContent
{
	position:static;
}


.ModuleTitle a
{
	font-weight: bold;
	margin-left: 1em;
	color: darkgoldenrod;
}

.ModuleDescription
{
	margin-left: 2em;
	margin-bottom:1em;
	font-size:small;
}

.Image
{
	padding: 20px 0px 20px 0px;
}

.Back
{
	width:100%;
	text-align:right;
	padding-bottom:1em;
	padding-top:1em;
}

.Copyright
{
	font-size:smaller;	
}

body
{
	/*height:80%;*/
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	/*background-color: #fefdec;	*/
}


