/* page colouring */
	
body {
	background-color	: #0066B3;
}

.thumb_border
{
	border			:2px solid #80C9FF;
}

.linksBackground {
	background-color	: #01528f;
}

.title_block {
	vertical-align		: bottom;
	background-image	: url('/images/template/top_background.jpg');
}

/* tag styles */
h1
{
	font-family		: tahoma, verdana; 
	font-size  		: 16px;
	color			: #FFCC00;
	font-weight		: bold;
	margin			: 0px;
}

.view_h1
{
	font-family		: tahoma, verdana;
	font-size  		: 16px;
	color			: #FFCC00;
	font-weight		: bold;cu
	
	margin			: 0px;
}

h2
{
	font-family		: tahoma, verdana; 
	font-size  		: 14px;
	color			: #FFCC00;
	font-weight		: bold;
	margin			: 0px;
}

h3, h4
{
	font-family		: tahoma, verdana; 
	font-size  		: 14px;
	color			: #FFCC00;
	font-weight		: bold;
	margin			: 0px;
}

TD, A, A:hover {
	font-family		: tahoma, verdana; 
	font-size  		: 11px;
	color			: #ffffe0;
	font-weight		: normal;
}

.errortext {
	font-family		: tahoma, verdana;
	font-size  		: 11px;
	color			: #CC0000;
	font-weight		: normal;
}

.previous_link,.previous_link A, .previous_link A:hover  {
	font-family		: tahoma, verdana;
	font-size  		: 16px;
	color			: #ffffe0;
	font-weight		: bold;
	margin			: 0px;
	text-align		: center;
}

.cu_button
{
	font-family		: tahoma, verdana; 
	font-size  		: 11px;
	color			: #ffffe0;
	background-color : #0066B3;
	width			: 100px;
	height			: 20 px;
}

.cu_textinput {
	width			: 250px;
}

.cu_textarea {
	width			: 250px;
	height			: 80px;
}

/* link box styles */
.pw_linkblock {
	padding			:5px 8px 5px 8px;
	text-align		:center;
}

.pw_linkblock_text {
	height			:13; 
	font-size		:11px; 
}

A.pw_link{
	color			: #ffffe0;
	font-family		: tahoma, verdana; 
	font-size  		: 12px;
	font-weight		: bold;
	text-decoration : none;	
}

A.pw_link:hover {
	color			: #ffffe0;
	font-family		: tahoma, verdana; 
	font-size  		: 12px;
	font-weight		: bold;
	text-decoration : underline;	
}

/* content box styles */
.cb_container {
	background-color	: #01528f;
	width				: 468px;
}

.cb_leftcorner {
	float	: left;
	width	: 9px;
}

.cb_rightcorner {
	float	: right;
	width	: 9px;
}

.cb_clear {
	clear 	: both;
}

.cb_title {
	background-color	: #01528f;
	padding				: 0px 9px 5px 9px;
}

.cb_boxbreak {
	background-color	: #01528f;
}

.cb_content {
	padding				: 5px 9px 0px 9px;
}

.cb_gallery {
	padding				: 0px 9px 0px 9px;
	width				: 400px;
}	

/* display galleries */
.dg_container {
	padding				: 5px 0px 0px 1px;
}

.dg_image {
	float				: left;
	padding				: 5px 2px 0px 3px;
	margin				: 0px;
}


/* footer */

.footer_text {
	margin 				: 0px;
	padding				: 0px 85px 0px 0px;
	text-align			: center;
}

/* links */

.pw_linkblock {
	padding			:5px 8px 5px 8px;
	text-align		:center;
}

A.pw_link{
	color			: #ffffe0;
	font-family		: tahoma, verdana; 
	font-size  		: 12px;
	font-weight		: bold;
	text-decoration : none;	
}

A.pw_link:hover {
	color			: #ffffe0;
	font-family		: tahoma, verdana; 
	font-size  		: 12px;
	font-weight		: bold;
	text-decoration : underline;	
}

/* template fonts */
.tb {
	font-family		: tahoma, verdana; 
	font-size  		: 16px;
	color			: #FFCC00;
	font-weight		: bold;
	padding			: 5px 0px 0px 0px;
}

.titleSubHeading {
	padding  		: 0px 0px 5px 5px;
}

A.titleSubHeading, A.titleSubHeading:hover {
	color			: #FFCC00;
	font-family		: tahoma, verdana; 
	font-size  		: 14px;
	font-weight		: bold;
	text-decoration : none;	
}

.additionalLinks {
	float				: left;
	padding				: 0px 0px 5px 0px;
	test-align			: center;
	width				: 195px;
}
.linkfooter  
{
 	font-family		: arial, sans-serif; 
	font-size  		: 11px;
	color			: #FFCC00;
	font-weight		: normal;
	text-align		: right;
	padding			: 10px 5px 0px 0px; 
}

.linkfooter A 
{
 	font-family		: arial, sans-serif; 
	font-size  		: 11px;
	color			: #FFCC00;
	font-weight		: normal;
	text-align		: right;
	text-decoration : none;
}

.linkfooter A:hover 
{
 	font-family		: arial, sans-serif; 
	font-size  		: 11px;
	color			: #FFCC00;
	font-weight		: normal;
	text-align		: right;
	text-decoration : underline;
}