/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:   url("../images/blurbg.jpg") repeat-x 0px 75px #ffffff;
	width: 1700;
	height: 667px;
	font-family: Courier New, Courier New, Courier6, monospace; 
	font-size: 11px;
	line-height: 110%;
	/*color: #000;*/
	cursor:crosshair;
	padding: 50px
}

img{
border:0px;
}

.date{
color: #0000FF;
}
.left{
text-align:left;
}

.purple{
background-color: #3399CC;
color:#FFFFFF;
}

a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align:right;
}

a:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration:none;
	}

a:hover, a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: strikethrough;
}


#wrapper{
width:300px;
height:100%;
text-align:left;
}

/*This is the DIV for the news file*/
#news {
	position: absolute;
	left: 209px;
	top: 61px;
	padding: 6em 3em 6em 3em;
	overflow:auto;
	width: 294px;
	height: 366px;
	background-image:url(../images/declassified.gif);
	opacity: .90;
	border:thin solid #CCCCCC;
}


/*This is the DIV for the external links*/
#links {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 13em;
	height: 15em;
	left: 2px;
	top: 150px;
	background: #fff;
	opacity: .80;
	padding:2px 2px 2px 2px;
}

/*This is the DIV for the gallery 2 links*/
#gallerieslink {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 15em;
	height:15em;
	left: 600px;
	top: 150px;
	background: #fff;
	opacity: .80;
	padding:3px 3px 3px 3px;
}
/*This is the DIV for Gallery 2 iframe*/
#gallerywindow {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 850px;
	top: 0px;
	opacity: .90;
	text-align:right;
	width: 750px;
	height: 900px;
	border:0px;
	
}

/*This is the DIV for the navigation iframe links*/
#projectnavigation {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border:0px;
	background: transparent;
	width: 200px;
	height: 538px;
	left: 1652px;
	top: -1px;
}

/*This is the DIV for the project SWF files*/
#projectSWFs {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 100px;
	opacity: .95;
	text-align:right;
}

/*This is the DIV for the external page containers*/
#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 46px;
	height: 76px;
	left: 65px;
	top: 31px;
}

/*This holds the logo graphic*/
#logoheader {
	position: absolute;
	left: 500px;
	top: 5px;
	padding: 0px;
	background: transparent;
	width: 300px;
	height: 29px;
	background: #fff;
	opacity: .80;
}

/*This holds the external swfs*/
#swfholder {
	width:500px;
	height:200px;
	opacity: .80;
}
