body { /* this is the entire page */
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	margin-top:1px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-bottom:10px;
	background-color: #FFFFFF;
}

h1
{
color:#0066cc;
font-size:13pt;
}

h2
{
color:#0066cc;
font-size:11pt;
font-weight:bolder;
}

#container { /* this is the holder for the page content */
    width: 900px;
    background-color: #ffffff;
    margin: auto auto; /* this centers the container */
	
}
#header { /* this affects the whole header */
   width: 900px;
	background-image: url(images/new_header.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin: auto auto;
	height:165px;
	text-align:center;
	background-color:#2396C2;
}

#contents
{
width:100%;
margin:0;
padding:0;
min-height:500px;
height:auto !important;
height:500px;
}

#contain-top
{
background-image: url(images/top-bg.jpg);
background-position:top center;
background-repeat: no-repeat;
margin: auto auto;
height:28px;
text-align:center;
 width:100%;
}

#contain-bottom
{
background-image: url(images/bottom-bg.jpg);
background-position:bottom center;
background-repeat: no-repeat;
margin: auto auto;
height:21px;
text-align:center;
width:100%;
}

#mainbody
{
margin:8px 15px 8px 15px;
width:850px;
}

#mainbodyleft
{
margin:1px 0 0 0;
width:250px;
float:left;
}

#mainbodyright
{
margin:1px 20px 0 0;
width:605px;
float:right;

}

#gallery
{
width:100%;
padding-top:05px;
}

.sublist a
{
color:#DD2429;
font-size:8pt;
font-weight:bolder;
}

.sublist
{
list-style-type: none;
}

.sublist li
{
line-height:20px;
}

/* ******* NAVIGATION******* */

#navigation
{
width:100%;
height:36px;
background:#2899C3;
background-image: url(images/nav-bar.jpg);
background-position:top left;
background-repeat: no-repeat;

}

#navigation ul
{
padding:0;
margin:0;
padding-left: 0;
margin-left: 0;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif; 
font-weight:bold;
text-align:center;
height:38px;
padding-top: 10px;
}

#navigation ul li 
{ 
display: inline;

}

#navigation ul li a
{
padding:0;
margin:0;
padding: 8px 15px;
color: White;
background-image: url(images/nav-divider.jpg);
background-position:center right;
background-repeat: no-repeat;
height:38px;
text-decoration: none;
}

#navigation ul li a:hover
{
text-decoration: underline;
}

#navigation li a#lastlink
{
background-image: none;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color:#2899C3;;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif; 
height:30px;
}

#navcontainer ul li { display: inline;}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #43A5CA;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
 height:20px;
 padding-top:8px;
}

#navcontainer ul li a:hover
{
background-color: #43A5CA;
color: #fff;
}




#header h1 { /* this only affects any h1 tags within the header */
    margin: 0; /* remove extra margin from h1 */
    padding: 0; /* remove extra padding from h1 */
    border-bottom: 1px dotted #ffcc66; /* bottom border of header */
    font-weight: normal; /* remove bold from h1 tag */
    text-align: center; /* center the text */
}
#footer {
    font-size: 10px; /* make the text smaller than body */
    color: #0186B7; /* set the text color to gray */
    text-align: left; /* right justify the text */
	margin-left:30px;
}
#footer img {
   margin-right:30px;
}

/* Homepage */
#toparea
{
background-image: url(images/big-fade-blue.jpg);
background-repeat: no-repeat;
background-position:center 5px;
width:855px;
height:262px;
margin:auto auto;

}

#toparea #flash
{
float:right;
}

#midarea
{
width:98%;
min-height:220px;
height:auto !important;
height:220px;
margin:auto auto;
text-align:center;
}

#lowarea
{
width:98%;
height:170px;
margin:auto auto;
text-align:left;
}

#lowarea img
{
float:left;
}

.homepagecubesLeft
{
min-height:220px;
height:auto !important;
height:220px;
width:270px;
float:left;
margin-right:10px;
margin-left:10px;
margin-top:4px;
background-image: url(images/right-bar.jpg);
background-repeat: no-repeat;
background-position:right bottom;
text-align:left;
}

.homepagecubesRight
{
min-height:220px;
height:auto !important;
height:220px;
width:270px;
float:right;
margin-right:15px;
margin-top:4px;
background-image: url(images/right-bar.jpg);
background-repeat: no-repeat;
background-position:right bottom;
text-align:left;
}

#announcebox
{
height:215px;
width:290px;
background:#FFFFFF;
margin-left:12px;
margin-top:15px;
float:left;
}

#maillist
{
height:170px;
width:190px;
background:#FFFFFF;
float:right;
margin-top:5px;
}

.announcement
{
font-size:12px;
width:280px;
text-align:left;
clear:both;
padding:4px;
}

.announcement h2
{
margin:0 0 4px 0;
text-align:center;
background:#d50000;
color: #ffffff;
font-size:15px;
}

.announcement img
{
float:left;
margin-right:7px;
}

#bloglink
{
color:red;
font-weight:bold;
text-align:right;
}

.team
{
width:95%;
margin-bottom:12px;
}

.team img
{
float:left;
margin-right:7px;
}

.newsitem
{
width:95%;
margin-bottom:15px;
}

.pageList 
{
	list-style-type: none;
}

.pageList li 
{
	line-height:25px;
}

.pageTable td
{
height:22px;
}


