/*
** Colour Map
**
** blue:		#2298ce
** yellow:		#ffdd0f
** grey:		#e4e4e4
** dark grey:	#333333
**
** Fonts
**
** graphic:		Segoe Condensed
** text:		Verdana
**
*/

/*
** Image Pre-load
*/

#preload
{
	display: none;
	visibility: none;
	
	background-image: url(images/navigation_r1_c2_f2.jpg);
}

/*
** Raw HTML Styles
*/

body
{
	font-family: Verdana, sans-serif;
}

/*
** Search button
*/

.search-button
{
	background-image: url(images/button-search.jpg);
	height: 20px;
	width: 64px;
}

/* 
** Layout Regions (dimensions, borders, backgrounds)
*/

.page-box
{
	margin: 0px;
	padding: 0px;
	width: 994px;
	
	background-color: #ffffff;
}

.header-box
{
	margin: 0px;
	padding: 0px;
	height: 106px;

	background-color: #ffffff;
}

.content-box
{
	margin: 0px;
	padding: 0px;
	width: 938px;
	height: 279px;

	background-color: #ffffff;
}

	.content-box h1
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 27px;
		color: #2298ce;	
		margin: 0px;
		margin-top: 15px;
		padding: 0px;
	}

.advertising-box
{
	margin: 0px;
	padding: 0px;
	height: 99px;

	background-color: #ffffff;
}

.footer-box
{
	margin: 0px;
	padding: 0px;
	height: 60px;

	background-color: #ffffff;
}

/*
** Copy regions
*/
.content-copy
{
	font-family: Verdana, sans-serif;
}

	.content-copy blockquote
	{
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		margin: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0px;
	}
	
	.content-copy p,
	.content-copy td
	{
		font-size: 11px;
		color: #333333;
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
	}

	.content-copy img
	{
		padding: 15px;
	}
	
	.content-copy a, .content-copy a:active, .content-copy a:link, .content-copy a:visited
	{
		font-weight: bold;
		color: #2298ce;
		text-decoration: none;
	}

	.content-copy a:hover
	{
		font-weight: bold;
		color: #999999;
		text-decoration: none;
	}
	

.footer-copy
{
	font-family: Verdana, sans-serif;
}

	.footer-copy p,
	.footer-copy td
	{
		font-size: 10px;
		color: #999999;
	}

	.footer-copy a, .footer-copy a:active, .footer-copy a:link, .footer-copy a:visited
	{
		font-weight: bold;
		color: #2298ce;
		text-decoration: none;
	}

	.footer-copy a:hover
	{
		font-weight: bold;
		color: #999999;
		text-decoration: none;
	}

	
/*
** Menus
*/

.navigation-box
{
	margin: 0px;
	padding-left: 8px;
	height: 51px;

	background-color: #ffffff;
}

.navigation-box td img
{
	display: block;
}

.subnavigation-box
{
	margin: 0px;
	padding: 0px;
	height: 88px;
	background-color: #2298ce;
	background-image: url(images/bg-subnavigation.jpg);
}

	.subnavigation-box td
	{
		font-size: 11px;
	}

.subnavigation-box a, .subnavigation-box a:active, .subnavigation-box a:link, .subnavigation-box a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

	.subnavigation-box a:hover
	{
		font-size: 11px;
		font-weight: bold;
		color: #ffdd0f;
		text-decoration: none;
	}

	.subnavigation-box b
	{
		font-size: 11px;
		font-weight: bold;
		color: #ffdd0f;		
	}
	
	/*
** ChildMenus2
*/
	
	.childmenu
	{
	font-size: 11px;
	background-color: #0672A0;
	text-decoration:none;
	margin-left:15px;
	margin-top:6px;
	}
	
	.childmenuitem
	{
	font-size: 11px;
	background-color: #0672A0;
	width: 100%;
	height:25px;
	text-indent:10px;
	text-decoration:none;
	}

	.childmenu td
	{
	}

	.childmenu a, .childmenu a:active, .childmenu a:link, .childmenu a:visited
	{
	font-size: 11px;
	font-weight: bold;
	color: #ffdd0f;
	display: block; 
	width: 100%;
	text-indent:10px;
	padding-right:8px;
	padding-top:3px;
	padding-left:0px;
	padding-bottom:0px;
	text-decoration:none;
	height:25px;
	}

	.childmenu a:hover
	{
		font-size: 11px;
		font-weight: bold;
		color: #999999;
		background-color: #ffdd0f;
		display:block;
		text-decoration: none;
		width: 100%;
		display: block; 
		text-indent:10px;
		text-decoration:none;
		height:25px;
	}


/* EOF */
