@charset "utf-8";
/* CSS Document */

/* =universals 
These rules are applied to all elements unless otherwise specified below. */
*  {margin : 0; padding : 0;}
h2, h3, h4, h5, p, ol {padding:1em 0 0 0;}
img { border : 0; }

h1, h2, h3 {
	line-height:1.15em;
	color:#006;
}
h1 {
	font-size:1.3em;
}
h2 {font-size:1.2em;}
h3 { font-size:1em; text-align: left; }

/* =body */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	background-image: url(../images/bg_red_line.png);
	background-repeat: repeat-x;
	background-color:#f0f0f0;
	letter-spacing: 0.01em;
}

#flash-container {
	width:900px;
	margin:auto;
}

#mainnavbar_container { width:900px; margin:auto; 
}

#mainnavbar {
	margin:auto;
	width:900px;
	height:46px;
	padding: 2px 0 0;
	/* [disabled]background: url(../images/navbar_bg.jpg) repeat-x; */
}

#mainnavbar li {
	display:inline;
}

#mainnavbar li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration: none;
	line-height:1.2em;
	/*background-image:url(../images/li_nav.jpg);*/
	float:left;
	height:30px;
	padding:8px;
	margin:1px;
	background-color: #2175bc;
	color:#fff;
	width:82px;
}

#mainnavbar li a:hover {
	background-color: #2586d7;
	margin-top:-2px;
}

#supremenavbar {
	margin:auto;
	width:900px;
	height:46px;
	padding: 2px 0 0;
	/* [disabled]background: url(../images/navbar_bg.jpg) repeat-x; */
}

#supremenavbar li {
	display:inline;
}

#supremenavbar li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration: none;
	line-height:1.2em;
	background-image:url(../images/li_nav.jpg);
	float:left;
	height:30px;
	padding:5px 8px;
	margin:1px;
	background-color: #2175bc;
	color:#fff;
	width:85px;
}

#supremenavbar li a:hover {
	background-color: #2586d7;
	margin-top:-2px;
}

#container {
	background-color: #FFFFFF;
	text-align:left;
	padding:0;
	width:900px;
	margin:auto;
	background-image: url(../images/big_middle.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}
#container p {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2.red_white {
	text-align:center;
	font-size:1.1em;
	margin:1em 0 0;
	padding:0.5em;
	color:#006;
	border: 3px double #900;
}
.sidebar {
	float:right;
	width:250px;
	margin:0 1em 1em 0;
	border: 2px solid #900;
	padding: 0.5em;
}
.sidebar h3 {
	color:#FFF;
	background-color:#903;
	text-align:center;
	padding:0.5em;
}

.sidebar ul {
	padding:0 0 0 2em;
}

#content {
	clear:both;
	width:100%;
	overflow:auto;
}

#text_body {
	margin:0 0 1em 1em;
	width: 550px;
	float: left;
	padding: 1em;
	border: 1px dotted #999;
	background: url(../images/leftcontainerbg.gif) repeat-x;
}

#top {
	clear:both;
	BACKGROUND: url(../images/big_top.gif) #fefefe no-repeat;
	COLOR: #fff;
	HEIGHT: 15px
}

#bottom {
	clear: both;
	background-color: #fefefe;
	background-image: url(../images/big_bottom.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #ffffff;
	height: 15px;}

#footer {
	margin:20px 30px 0;
	border-top: 1px dotted #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
}

#sitemap hr {
	color:white;
	border:2px inset;
}

#sitemap {
	width:100%;
	margin:20px 10px;
	font: normal 11px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	overflow:auto;
	background: #FFF url(/images/leftcontainerbg.gif) repeat-x; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A4FBFF');  for IE 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A4FBFF));  for webkit browsers 
	background: -moz-linear-gradient(top, #FFFFFF, #A4FBFF); /* for firefox 3.6+ */
}

#sitemap a {
	color:#999;
	text-decoration: none;		
}

#sitemap p a{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	display:block;
}

#sitemap h2 {
	color:#333;
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px;
}

#sitemap li a {
	display:block;	
}

#sitemap a:hover {
	color:black;
	text-decoration: underline;		
}

#sitemap_container {
	width:1000px;
	margin:auto;	
}

#top_sitemap, #bottom_sitemap {
	width: 920px;
	margin:auto;
	overflow: auto;
}

.sitemap_lists_containers  {
	float:left;
	margin:10px;
	padding:0 0 0 10px;
	width:190px;
	border-left:1px solid;
}

.sitemap_lists_containers  li {
	list-style:url(/images/bullet.gif) none inside;
	margin:10px 0 0;
}

ol {margin:0 0 0 15px; }

#bibliography {
	width:870px;
	margin:0 auto;
	font: .9em Tahoma, Geneva, sans-serif;
}

#glossary {margin-left:160px;}

.scroll-to-top-button {
	background: #666 url(/images/upload.png) no-repeat center center;
	width: 32px;
	height: 32px;
	color: #fff;
	font-family: verdana;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	padding: 15px;
	margin: 5px;
} 

.photo {
	background:url("/Images/photo.gif") no-repeat scroll center bottom #FDF9EC;
	display:block;
	font:0.85em/1.4em Verdana, Geneva, sans-serif;
	margin:15px 0 10px 10px;
	padding:9px 9px 15px;
	width: 290px;
}

.photo_facebook_container  {
	float:right;
}
.selected {
	text-decoration:none;
	font-weight:bold;
}
.left {
	float:left;
	margin: 0 5px 10px;
}

