/* Layout Stylesheet */

#screenoverlay
{
	background-color: #CCCCFF; /* The color to display*/

	/* The transparency of the background */
	opacity: .75;
	filter: alpha(opacity=75);

	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;

	/* Set the overlay so it appears above the page content */
	z-index: 1000;
}

#topbox
{
	position: absolute;

	/* Default positioning, that will be overridden by the javascript */
	left: 0px;
	top: 0px;

	padding: 5px;
	width: 200px;
	height: 200px;
	background-color: #FFFFFF;

	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
} 

body {
 margin:0px;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 background:#ffffff;
 color:#111111;
 }

.left-link{
 color:#ffffff;
 padding:5px;
 font-size:11px;
-webkit-border-radius: 15px; /* Safari, Chrome */
-khtml-border-radius: 15px;    /* Konqueror */
-moz-border-radius: 15px; /* Firefox */
border-radius: 15px;
 font-weight:bold;
 background:#3d66b4;
 text-align: center;
 }

.left-link a:link, .left-link a:visited{color:#ffffff; display:block; text-decoration:none; padding:7px 5px 7px 10px;}
.left-link a:hover {-webkit-border-radius: 15px; /* Safari, Chrome */
-khtml-border-radius: 15px;    /* Konqueror */
-moz-border-radius: 15px; /* Firefox */
border-radius: 15px;color: #FFFFFF; background:#afc3f2;}

/* font-size:16px;*/

h1{
 font-size:30px;
 margin:0px;
 padding:0px;
text-decoration:underline;
	color: #944632;
 }

.tdheader h1 {
 font-size:16px;
 margin:0px;
 padding:0px;
text-decoration:none;
	color: #FFFFFF;	

}
 
 .topheader{
 padding-top:5px;
 padding-bottom:4px;
 height:22px;
 color:#FFFFFF;
 text-align:center;
 background:#3d66b4;
 
 
-webkit-border-radius: 15px; /* Safari, Chrome */
-khtml-border-radius: 15px;    /* Konqueror */
-moz-border-radius: 15px; /* Firefox */
border-radius: 15px;
 
 
 
 
 
 
 
 	}
 	

.tdheader a:link {color:#ffffFF; text-decoration:none;}
.tdheader a:visited {color:#ffffFF; text-decoration:none;}
.tdheader a:right {color:#ffffFF; text-decoration:none;}
.tdheader a:hover {color: #FF0000;}
