html	{
	height: 100%;
	}

body	{
	height: 100%;
	background-color: #819AC4;
	font-size: 12px;
	font-family: Tahoma,Verdana,Helvetica;
	color: #000;
	}
	
a,a:visited,a:active	{
	text-decoration: none;
	color: #81828E;
	font-weight: bold;
	}
	
img	{
	border: 0px;
	}
	
/* --------------------------------------------------------------------- */

#main-table	{
	width: 775px;
	background-image: url('./elements/background.jpg');
	}
	
#main-table2	{
	background-image: url('./elements/background.jpg');
	}

#left-column	{
	background-color: #FFF;
	width: 216px;
	vertical-align: top;
	}
	
#left-column2	{
	width: 216px;
	background-image: url('./images/logo2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	}
	
#right-column	{
	border-bottom: 1px solid #93AFDE;
	background-color: #FFF;
	background-image: url('./elements/mainimg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#bottom-row	{
	height: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #345181;
	text-align: center;
	border-top: 2px solid #FFF;
	}
	
/* --------------------------------------------------------------------- */

#header	{
	height: 117px;
	}

#news	{
	width: 216px;
	height: 45px;
	background-image: url('./images/news.gif');
	background-repeat: no-repeat;
	background-position: top;
	}
	#news-item	{
		color: #81828E;
		font-size: 11px;
		text-align: left;
		padding-left: 5px;
		padding-right: 10px;
		padding-top: 3px;
		}
	
#newshr	{
		width: 216px;
		height: 1px;
		background-color: #FFF;
		background-image: url('./elements/newshr.gif');
		background-repeat: repeat-x;
		}
	
#greyhr	{
		width: 216px;
		height: 6px;
		background-color: #E0E0E0;
		font-size: 2px;
		}
	
#mission-left	{
	width: 216px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #93AFDE;
	}
	
#mission-right	{
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	}
		
#toplinks	{
	width: 558px;
	height: 86px;
	text-align: right;
	padding-right: 25px;
	padding-top: 25px;
	}
	
#toplinks2	{
	text-align: right;
	padding-right: 25px;
	padding-top: 25px;
	}
	
#mainimg	{
	width: 559px;
	height: 240px;
	}
	
#title	{
	width: 100%;
	height: 45px;
	background-image: url('./elements/titlebg.gif');
	}

#title-left	{
	background-image: url('./elements/title-left.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}

#empty	{
		width: 320px;
		padding-top: 100px;
		}

#midspacer	{
		width: 334px;
		height: 20px;
		background-color: #FFF;
		border-left: 1px solid #E0E0E0;
		}

#greyhr2	{
		width: 335px;
		height: 6px;
		background-color: #E0E0E0;
		}

#right-nav	{
		width: 237px;
		text-align: left;
		vertical-align: top;
		}

#rnavbg	{
		width: 226px;
		height: 261px;
		background-color: #F8FFE8;
		border-left: 1px solid #C3E579;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 10px;
		}
			
#rnavhr	{
	width: 226px;
	height: 1px;
	background-color: #F8FFE8;
	background-image: url('./elements/rnavhr.gif');
	background-repeat: repeat-x;
	border-top: 4px solid #F8FFE8;
	border-bottom: 4px solid #F8FFE8;
	}
	
#content	{
	background-color: #FFF;
	border-bottom: 1px solid #93AFDE;
	padding: 5px;
	}
		
/* --------------------------------------------------------------------- */

.newsimg	{
	float: left;
	border: 4px solid #FFF;
	}
	
.heading	{
	color: #6F98DE;
	font-size: 16px;
	font-weight: bold;
	}
	
.subheading	{
	text-indent: 45px;
	color: #444;
	font-size: 15px;
	font-weight: bold;
	}
	
.text	{
	color: #000;
	font-size: 14px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	}