/* WPS Standard Template C */

body 
{
	margin: 0;
	padding: 0; /* Opera has a default padding */
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	font-family: Arial,Helvetica,sans-serif;
}

/*	Layout only	*/

#wrap_menu, #wrap_content 
{
	width: 962px; 
	margin: 0px auto;
	padding: 0;
	border-left:9px solid;
	border-right:9px solid;
}
#wrap_logo
{
	width: 980px; 
	margin: 0px auto;
}
#toplogo
{
	min-height: 50px;
	position: relative;
}

#navigation
{
	padding: 4px 0; /* trick needed for Opera to show correct bg */
	margin-top: -1px;
	margin-bottom: -1px;
	width: 100%;
	/* height: 20px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
}
#separator
{
	display:none;
}
#wrap_content
{
	text-align: left;
	clear: both;
}
#breadcrumbs
{
	margin-bottom: 1em;
}
#leftblock 
{
	float: left;
	clear: left;
	display: inline; /* IE hack */
	width: 173px; 
	padding:0 0 5px ;
	margin: 0;
}
#content {
	width: 750px;
	padding: 20px 15px 20px 1px; /* left padding for FF tables */
	text-align: left;
	float: right;
	margin: 0;
}
#frontpage #content {
	width: 932px;
	padding: 20px 15px 20px 15px; /* left padding for FF tables */
	float:none;
}
#leftblock, #content
{
	overflow: visible;
}
* html #leftblock,* html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
}
#footer {
	padding: 1px 6px;
	text-align: left;
}

/*	Shortcuts or Search - Positioning and Layout */ 
#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0px 0 0 0; /* desired padding */
	padding: 0;
	/*display: inline;*/
}

/* Search form */
div.search h1, div.shortcuts h1, #topbanner h1
{
	display: none; /* 4.2.4 draws an empty blockhead */
}
div.search br
{
	display: none; /* Fixes buggy search module */
}
div.search form, div.search table /* latter for 4.2.4 */
{
	margin: -1px 0 0 0;
	padding: 0;
}
div.search > form
{
	margin-top: 0px;
}
div.search input.button
{
	vertical-align: text-top;
	border: 1px solid #666;
	margin-top: 1px;
	line-height: 13px;
	height: 18px;
	padding: 0;
	background-color: #ccc;
	color: #000;
	font-size: 12px;
}
span.searchbuttonbox > input.button, #submit1.button
{
	padding: 0 0.4em;
	display: inline;
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid #666;
	padding: 0 0.3em;
	font-size: 12px;
}


/* Dropdown */

.mainmenu, .submenu {
	text-decoration: none;
	margin-left: 0;
	font-size: 100%;
}
.mainmenu {
	line-height: 16px;
	padding: 0;
}
.submenu {
	line-height: 16px;
	padding-left: 3px;
	padding-right: 9px;
}
td.mainmenu, td.submenu {
	padding: 0px 4px;
}
#menu0, ul.dropdownreplacement
{
	padding: 3px 0 !important; /* match with div.submenu margin */
	margin: 0; /* Firefox does not stretch container div */
	float: left;
	display: inline; /* IE6 hack */
}
div.submenu 
{
	border: 1px solid;
	margin-top: -3px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}

/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #6699CC;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom:1px solid #333333;
	border-top:1px solid #99CCFF;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding-left: 15px;
	font-weight: normal;
	font-style:italic;
}
#current-smenu.current,
table a.hover-current, table span.hover-current {
	background-color:#336699;
	border-bottom:1px solid #333;
	border-top:1px solid #9CF;
	color:#FFF;
	padding-bottom:1px;
	padding-top:1px;
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	font-weight:bold;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Blocks */
#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #253372;
	color: #000;
}
#wrap_body, #frontpage 
{
	background-color: #369;
} 
#wrap_logo, #wrap_menu
{
	background-color: #253372;
	color: #000;
}
#wrap_menu, #wrap_content
{
	border-color:#253372;
}
#wrap_content 
{
	background-color: #f9f9f9; 
	color: #000;
}
/* IE fix in theme.asp */
#wrap_body #wrap_content
{
	background: #fff url("images/bg.gif") repeat-y; 
}
#wrap_footer {
	background-color: #253372;
	color:  #fff;
}

a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #666;
}
ul.dropdownreplacement li
{
	border-color: #fff;
}
ul.dropdownreplacement li a, .mainmenu, .submenu {
	color: #fff;
	background-color: #253372;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #000;
	background-color: #9cf;
}
div.submenu td.arrow {
	background-image: url(images/arrow_next.gif);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
} /* False values for IE7+IE6 */
html:not([dummy]) div.submenu td.arrow {
	background-position: 99% 50%;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.submenu td.arrow {
	background-position: 99% 50%;
} } /* True values for Opera */
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
	

/* Text styling (fonts) */



