body{
	font-family:Arial;
	font-size:12px; 
	color:#000000;
	margin:0;
	padding:0; background-image:url(../images/footer_bg.jpg);
}

#container-page {
	background-image:url(../images/banner_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
}

#container {
	margin:0 auto;
	width:950px;
	text-align:left;
	border:#164C90 5px solid;
	padding:10px;
	background-color:#FFFFFF;
}

#banner {
	text-align:center;
	height:225px;
	width:950px;
	/*background-image:url(../images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
}



#bannerRight { 
	width:280px;
	float:right; 
}

#bannerRight td { 
	font-family:"Times New Roman"; 
	font-weight:bold;
	font-size:17px; 
	font-style:italic;
}


#top-header { 
	height:40px; 
	vertical-align:bottom;
}



#content {
	padding-left:20px; 
}




#content-left {
	width:618px;
	float:left;
}

#content-right {
	width:293px;
	float:left;
}


#admin a {
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px; 
	color:#000000;
}

#top-header-admin a {
	font-family:Arial;
	font-size:12px; 
	color:#FFFFFF; text-decoration:none;
}



/* text items */

h1 {
	font-family:"Times New Roman"; 
	font-weight:bold;
	font-size:18px; 
	font-style:italic;
	color:#000000;
	margin-bottom: 0;
	padding-bottom: 3px; 
}

h2 {
	color:#0a3e74;
	font-family:Arial; 
	font-weight:bold;
	font-size:14px; 
	font-style:normal;
	margin-bottom: 3px;
	padding-bottom: 3px; 
}



/* default links */
a {
	color:#333333;
	text-decoration:none;
	font-size:11px;
	font-style:normal;
	font-family:Arial; 
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#ff6600;
	text-decoration:none;
	font-size:11px;
	font-style:normal;
	font-family:Arial; 
	font-weight:bold;
	text-decoration:underline;
}




/* home */

div.home-centre {
	float:left;
	width:440px;
	margin:0 10px 0 0;
	padding:10px 0;
}







/* forms */

form {
	margin:0;
	padding:0;
	display:inline;	
}

.textbox {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;	
	font-family:Arial;
	font-size:9pt;
	color:#666666;
}



#footer {
	background-image:url(../Images/footer_bg.jpg);
	height:60px;
	padding-top:15px;
}

#footer a {
	color:#999999; 
	text-decoration:none;
}

#footer a:hover {
	color:#999999; 
	text-decoration:underline;
}

.imageBorder { 
	border: #E5E5E5 1px solid; padding:4px;
}



