body {
	scrollbar-face-color:'F3F3F3';
	scrollbar-arrow-color:'999999';
	scrollbar-track-color:'f7f7f7';
	scrollbar-shadow-color:'999999';
	scrollbar-highlight-color:'F3F3F3';
	scrollbar-3dlight-color:'F3F3F3';
	scrollbar-darkshadow-Color:'F3F3F3';
	color: #35349A;
	background: #777777;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;	
}

td, th {
	vertical-align: top;
	font: 12px;
}

h4 {
	font-size: 16px;
	border-bottom: 2px solid #333333;
}

td.white {
	background: #FFFFFF;
}
.xl25 {
	font-weight: bold;
	color: navy;
	font-size: 14px;
}

.sub_header {
	font-weight: bold;
	color: #9B3332;
	font-size: 14px;
}

li {
	list-style: url(../images/world.gif);
	padding: 2px;
}

a {
	color: #0080FF;
	text-decoration: underline;
}

a:hover{
	color: #FF3300;
	text-decoration: none;
}

h4.small {
	font-size: 12px;
}

div.content {
	width: 100%;
	height:504px;
	overflow:auto;
	padding-right:10px;
	padding-left:5px;
	text-align:justify;
	/*margin-right:10px;*/
	vertical-align:top;
	background-color: #FFFFFF;
	font-size:12px;
}

/*div.right-content {
	width: 100%;
	height:400px;
	overflow:hidden;
	padding-right:10px;
	padding-left:5px;
	text-align:justify;
	/*argin-right:10px;  */ 
	/*vertical-align:top;
}*/

#footer
{
color: White;
font-size:10px;
}

#footer a
{
   color: Yellow;
}

/*CSS Menu*/
#borderlinks {
	position:relative;
	top:0;
	left:0;
}

#borderlinks a{
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	width: 160px; /*150px*/
	color: black;
	text-decoration: none;
	border: 1px solid white;
}

#borderlinks a:hover{
border: 1px solid white;
background-color: lightblue;
float:left;
}

#content {
	overflow: auto;
	height:500; 
	width:340;
	/* font-size: larger; */
	text-align:justify;
}

#content p{
	display:block;
	padding-right:10px;
}

.smalltext
{
		font: 10px Arial, Helvetica, sans-serif;

}

.smallbtn {
	background-color: cccccc;
	border-color: 333333;
	border-style: solid;
	border-width: 1;
	color: 000000;
	font: 10px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

.photo {
	border: 1px solid #000000;
	/*display:block;*/
	/*position:relative;*/
	top:0;
	float:right;
	padding:0;
	margin-left:20px;
}

ul.list{
	margin:0;
	padding:3px;
	left: 8em;
	list-style:none;
}

/*Thumbnail CSS*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 3px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 25px;
left: 15px; /*position where enlarged image should offset horizontally */

}
