* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}

h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}


/* Banner across entire width of top of screen */
.navbar {
	position: absolute;
	width:102%;
	top: 49px;
	left: 0px;
	height: 25px;
	z-index: 9;
	background-color: #9898DA;
}

/* gsa logo */
.gsalogo {
	position: absolute;
	visibility: visible;
	top: 0px;
	height:45px;
	width:45px;
	right: 128px;
}
.gsalogotext {
	position: absolute;
	visibility: visible;
	top: 0px;
	height:45px;
	width:124px;
	right: 0px;
	color: #59598D;
}

/* application title next to gsa logo top left */
.title {
  position: absolute;
	visibility: visible;
	top: 0px;
	left:41px;
  height:43px;
  width:155px;
  border-left: 5px solid #A5B5C6;
  border-right: 5px solid #A5B5C6;  
  color: white;  
  background-color: #A5B5C6;
  font-size: 25px;
}

a {
	color:#09c;
	font-size:11px;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {
	color:#07a;
	font-size: 11px;
}
a:hover {background-color:#eee;}
  

/* All the content boxes belong to the content class. */
.content {

	border:0px none black;
	background-color:#FFFFFF;
	margin-top: 166px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.header {
	position: absolute;
	visibility: visible;
	top: 28px;
	width: 329px;
	height: 21px;
	z-index: auto;
	background-repeat: repeat-x;
	right: 130px;
}

#navAlpha {
	position:absolute;
	width:900px;
	top:48px;
	left:0px;
	border:1px none black;
	background-color:#FFFFFF;
	padding:10px;
	z-index:2;

	}

.style1 {
	font-size: 20px;
	color: #000000;
}
.style2 {
	font-size: 16px;
}
.cyclopsbussol {

	position: absolute;
	visibility: visible;
	top: 0px;
	left: 0px;	
	height:45px;
	width:46px;
	b
}

.photodiv {
	position: absolute;
	visibility: visible;
	top: 70px;
	left: 0px;
	height:91px;
	width:100%;
	background-image: url(../images/eyeBackgroundSegment.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D2C8E0;
	border-right-color: #D2C8E0;
	border-bottom-color: #D2C8E0;
	border-left-color: #D2C8E0;
}

.photo {
	position: absolute;
	visibility: visible;
	top: 71px;
	height:90px;
	width:314px;
	right: 0px;
	z-index: 1;
}

/* TICKER START */

#news_ticker_title {
	position:absolute;
	top:540px;
	left: 0px;
	width:80px;	
	height: 32px;
	font-weight: bold;
	background-color: #D2C8E0;
	text-align: left;
	font-style: italic;
	z-index:1;
	color:#FFFFFF;
}

#news_ticker {
	position: absolute;
	top:540px;
	left:0px;
	right: 0px;
	height: 32px;
	margin-right:80px;
	width:100%;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #626296;
	font-style: italic;
	font-size: 20px;
}
#news_ticker a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
}
#news_ticker a:hover {
	color: #000000;
	text-decoration: none;
}
.boxText {
	line-height: 14px;
	text-align: justify;
	color: #000066;
}
.boxTextHeader {
	color: #000066;
	font-size: 14px;
	text-align: center;
}
.box {
	border: 1px solid #DED4EC;
	height: 240px;
	width: 229px;
	top: 168px;
}
.solutionBox {
	background-color: #DDDDF3;
}
.solutionBoxText {

	color: #000066;
	font-size: 12px;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

		
.newsText {
	color: #000066;
}

.sideBar
{
	background-color: #DDDDF3;
}

.sideBar a {
	color:#000066;
	font-size: 14px;
	}
.sideBar a:link {
	color:#000066;
	font-size: 12px;
}

.sideBar a:visited {
	color:#000066;
	font-size: 12px;
}
.sideBar a:hover {
	color:#000000;
	font-size: 12px;
}

.wrap {
		margin:0 auto;
		width:740px;
	}