*
{
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0;
	padding: 0;
	background: #E7EFF8;
	font: small/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #193859;
	text-align: center;
}

h1 
{
	padding: 45px 0 0 25px;
	font: x-large Arial, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000083;
}

h2 
{
	padding: 0 0 0 25px;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3561CB;
}

h3 
{
	width: 250px;
	height: 30px;
	font: bold small/30px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #E7EFF8;
	background: #3863cc url(images/bar_left.gif) no-repeat top;
	background-color: Transparent;
}

h4 
{
	padding: 20px 0 10px 0;
	font: medium Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000083;
	font-weight: bold;
}

h4.first 
{
	padding-top: 0;
	text-align: center;
}

h5
{
	padding: 20px 0 10px 0;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000083;
	font-weight: bold;
}

p 
{
	padding: 5px 0;
}

a 
{
  text-decoration: underline;
	color: black;
}

a:hover 
{
	text-decoration: none;
	color: #E7EFF8;
}

img
{
	border: 0;
}

#main
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: url(images/tube.gif) no-repeat top right;
}

#top 
{
	width: 900px;
	height: 130px;
}

#menu 
{
	width: 655px;
	height: 40px;
	background: #3863cc url(images/menu.gif);
}

#menu ul 
{
	list-style: none;
}

#menu ul li
{
  float: left;
}

#menu ul li#menuitem_1 
{
	width: 21px;
	height: 40px;
	background: url(images/menu_left.gif) no-repeat;
}
#menu ul li.menu_br {
	width: 10px;
	height: 40px;
	background: url(images/menu_br.gif) no-repeat;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 13px 0 16px;
	font: bold small/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #E7EFF8;	
}

#menu ul li a:hover {
	text-decoration: none;
	color: #000083;
}

#middle {
	padding-top: 40px;
	width: 900px;
}

#left_1 
{
	float: left;	
	width: 300px;	
}

#left_2 
{
	margin: 0 30px 0 20px;	
}

#left_2 ul 
{
	list-style: none;	
}

#left_2 ul li 
{	
	margin-bottom: 25px;
}

#left_2 ul li ul 
{
  margin: 2px 0;
	text-align: right;
	background: #89b0e0 url(images/cont_left.gif) repeat-y;
	width: 250px;
}

#left_2 ul li ul li 
{
	display: block;
  margin: 0;	
	padding: 0 30px 8px 18px;	
}

#left_2 ul li ul li.firstItem 
{	
	padding-top: 20px;	
	background: url(images/cont_left_top.gif) no-repeat top;
}

#left_2 ul li ul li.lastItem 
{	
	padding-bottom: 20px;
	background: url(images/cont_left_bottom.gif) no-repeat bottom;
}

#left_2 ul li ul li a 
{
	margin: 0;
	color: black;
}

#left_2 ul li ul li a:hover 
{
	text-decoration: none;
	color: #E7EFF8;
}

#right_1 {
	float: right;
	width: 600px;	
}

#right_2 {
	padding: 0 20px 0 0;		 
}

#cont_right {
	width: 580px;	
}

#cont_right_top {
	height: 14px;
	background: url(images/main_top.gif) no-repeat top;
	vertical-align: bottom;
}

#cont_right_middle {
	padding: 5px 25px;	
	text-align: justify;
	color: #193859;
	background: #89B0E0 url(images/main.gif) repeat-y;
}

#cont_right_bottom {
	height: 14px;
	background: url(images/main_bottom.gif) no-repeat bottom;
}

#bottom 
{
	clear: both;
	text-align: center;
	margin-left: 275px;
}

#bottom p 
{
  padding: 10px 0 10px 0;
	font: x-small Arial, Helvetica, sans-serif;
	color: #7285a8;
}

#bottom a
{
	color: #7285a8;
	text-decoration: none;
}

.contLeftEnd {
	width: 250px;
	height: 30px;	
	background: #3863cc url(images/bar_left.gif) no-repeat top;
}

.icon
{
	float: left;
	clear: left;
	padding-top: 3px;
}

.icon_text
{
	float: left;
	padding: 3px 0 0 3px;
}

.error
{
	color: Red;
}

.projectrow
{
	color: Red;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: Gray;
}	