/* CSS Document */
html {
	min-height: 100%;
	height: auto;
}
body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	color: #000000;
	background-color: #FFFFFF;
}
#TopSection {
	width:1020px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.clear {
	clear:both;
}
#slogo {
	text-align: left;
	float: left;
}
#slogan {
	font-style:italic;
	color:#666666;
	font-size:24px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
#NavSection {
	width:1020px;
}
.navline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navgraphic {
	overflow:hidden;
	float:left;
}
#ContentSection {
	width:1020px;
	color: #000000;
	background-color: #EAE1CE;
	overflow: hidden;
	padding-bottom: 30px;
}
#maincontent {
	width:640px;
	float: left;
	text-align: left;
	margin-top: 40px;
	margin-left: 40px!important;
	margin-left: 20px;
	margin-bottom: 15px;
}
#sidebar {
	width:250px;
	float: right;
	text-align: left;
	margin-right: 40px;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 30px;
	margin-top: 40px;
}
.sectioncap {
	font-size: 19px;
}
.sectionhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #941829;
	font-variant: small-caps;
	font-weight: bold;
}
.bigpicture {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	width:1020px;
	margin-top: 10px;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-align: center;
	width:1020px;
	padding-top: 20px;
}
#copyright a:link {text-decoration: none; color: #999999;}
#copyright a:visited {text-decoration: none; color: #999999;}
#copyright a:active {text-decoration: none; color: #999999;}
#copyright a:hover {text-decoration: none; color: #999999;}

.menu {
	position:relative;
	z-index:1000;
	background-image: url(images/t_bg_blk.jpg);
	width:240px;
	height: 420px;
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	float: left;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
position:relative;
}
.menu li {
background:transparent;
height:30px;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:30px;
line-height:30px;
width:180px;
background:transparent;
text-align:center;
color: #FFFFFF;
}
/* style the link hover */
* html .menu a:hover {position:relative; white-space:nowrap;}

.menu li:hover {
	position:relative;
}
.menu :hover > a {
color:#941829;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:180px;
	background-color: #951C2E;
	font-variant: normal;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.level2 {
	color: #000000;
}
.level2 a:hover {
	color: #FFFFFF;
}