

body {
	background-color: rgb(71, 98, 139); 
	margin: 0px; 
	height: 100%; 
	color: #d9d8d7;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#blueBG {
	background-image:url('images/blueBG.png');
	background-repeat: repeat-y;
	position:absolute;
	top:0px;
	right:0px;
	z-index:3;
	height:100%;
	width:100%;
}

#tanBG {
	background-image:url('images/tanBG.png');
	background-repeat: repeat-y;
	top:0px;
	right:25%;
	z-index:1;
	height:100%;
	
}

#sidebar {
	position: fixed; 
	top: 0px; 
	right: 0px; 
	width: 30%;
	height: 100%; 
	background-color: rgb(149, 136, 110);
	z-index: 1;
}

#buttonGRP {
	position:absolute;
	left:0px;
	z-index:2;
}

#buttonTXT {
	position:absolute; 
	top:5px;
	left:-18px;
}

#mainArea {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0; 
	width: 70%;
}

#contentWindow {
	position: absolute;
	right: 30px; 
	top: 170px; 
	width: 503px; 
	height: 365px;
	background-color: #0d2e61; 
	border-style: solid; 
	border-color : #071b43; 
	border-width: 2px;  
	overflow-x: hidden; 
	overflow-y: auto; 
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
}

#videoWindow {
	position: absolute; 
	right: 30px; 
	top: 210px;
	width: 503px; 
	height: 290px;
	background-color: #0d2e61; 
	border-style: solid; 
	border-color : #071b43; 
	border-width: 2px;  
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
}

#videoOverlay {
	background-color:#0D2E61; 
	padding-left:10px;
}

#line {
	width: 32px; 
	border-style:solid; 
	border-width:1px; 
	color:#071b43;
}

#title {
	position: absolute; 
	top: 50px; 
	right: 110px; 
	z-index: 2; 
	width: 364px; 
	height: 99px;
}

#contact {
	margin-left:5px;
	margin-bottom:5px;
}


img {
	border-style:none;
}

/*
	Here we're defining the appearance of links
*/
a:link {color: #d9d8d7; text-decoration: none; font-weight:bold;}
a:active {color: #d9d8d7; text-decoration: none; font-weight: bold;}
a:visited {color: #d9d8d7; text-decoration: none; font-weight: bold;}
a:hover {
	color: #d9d8d7;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	font-style: bold;
	margin: 3px;
}

h2 {
	font-weight:normal;
	font-size:1em;
}

table,td {
	border: 0px;
	padding:0px;
}