body {
	margin: 0;
	width: 990px;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ffffff;

}

#siteContainer {
	width: 990px;
	margin: auto auto;
	text-align: left;
	border-top: none;
	position: relative;
	border-right: 1px #999 solid;
	border-left: 4px solid #999;
	background-color: #fff;
	/*background-image: url(../images/header-and-navigation/left_nav_background.png);*/
	background-repeat: repeat-y;
}





.csharpcode
{
	font-size: 10;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.rem { color: #00ff00; }

.kwrd { color: #0000ff; }

.str { color: #006080; }

.op { color: #0000c0; }

.preproc { color: #cc6633; }

.asp { background-color: #ffff00; }

.html { color: #800000; }

.attr { color: #ff0000; }

.alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.lnum { color: #606060; }

h2 { color: #000; font-weight: bold; font-size: 1; font-family: verdana, arial, helevetica }
h1  { font-size: 1; position: absolute; top: 0px; left: 0px; width: 0px; height: 0px; }

#header img {
	vertical-align: top;
	float: left;
	margin: 4px 0px 4px 4px;
}

#header img.right {
	vertical-align: top;
	float: right;
	margin: 4px 4px 4px 0;
}

#header h1 {
	float: right;
	font-size: .75em;
	color: #666;
	line-height: 1.4em;
	text-align: right;
	padding: 4px 8px 0 0;
	font-weight: bold;
}

#header h2 {
	vertical-align: center;
	float: left;
	font-size: 1.5em;
	color: #b0d050;
	text-align: center;
	padding: 20px 8px 0 80px;
	font-weight: bold;
}


#horizNavigation {
	clear: both;
	font-size: 1em;
	line-height: 1.25em;
	color: #555;
	background-color: rgb(3,171,219);
	font-weight: none;
	/*background-image: url(images/header-and-navigation/large_button_repeat.png);*/
	background-position: 0 100%;
	background-repeat: repeat-x;
	border-top: 1px #999 solid;
	border-bottom: 1px #666 solid;
	padding-bottom: 6px;
}

#horizNavigation ul, #horizNavigation li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#horizNavigation ul:after {
	content: '.';
	visibility: hidden;
}

#horizNavigation li {
	float: left;
}

#horizNavigation a {
	display: block;
	padding: 3px 16px 3px 16px;
	border-right: 1px #666 solid;
}

/* Styles for buttons in the horiz navigation */
#horizNavigation a:link, #horizNavigation a:active, #horizNavigation a:visited {
	/*background-image: url(images/header-and-navigation/large_button_repeat.png);
	background-position: 0 100%;
	background-repeat: repeat-x;*/
	color: #555;
	text-decoration: none;
}

/* Styles for buttons in the horiz navigation - Current page, current page hover */
#horizNavigation a:hover, #horizNavigation a.over, #horizNavigation a.over:hover {
	color: #333;
	background-color: #b0d050;
	text-decoration: none;
	/* background-image: url(images/header-and-navigation/large_button_repeat_over.png); */
	background-position: 0 100%;
	background-repeat: repeat-x;
}

/* 
	Hover styles for buttons in the horiz navigation which aren't the current page
	(Or a parent of the current page)
*/
#horizNavigation a:hover {
	background-color: #e0f0c0;
	/*background-image: url(images/header-and-navigation/large_button_repeat_over_feint.png);*/
}

/* This is the 'drop shadow' under the horiz navigation */
#horizNavigationDropShadow {
	background-image: url(images/header-and-navigation/content_drop_shadow.png);
	background-repeat: repeat-x;
	height: 10px;
	font-size: .1em;
}

#horizNavigation select {
	font-size: .9em;
	float: right;
	margin: 1px 6px 1px 6px;
	padding: 0;
}
/* End horizontal navigation styles */




#countrySelect {
	text-align: right;
	float: right;
	right: 0;
	font-size: 1em;
	font-weight: normal;
	margin: 2px 6px 0 6px;
	cursor: pointer;
	background-image: url(../images/header-and-navigation/1pixeltransparent.png);
}

/*
#b0d050 - darker green - used for selected links and verticle bar.
#e0f0c0 - pale green hover over colour - see also js.css
*/
#countrySelect p {
	top: 1px;
	display: inline;
	background-color: #f8f8f8;
	border: 1px #ccc solid;
	padding: 0px 6px 0px 6px;
	line-height: 1.2em;
	color: #000;
}

#countrySelect ul, #countrySelect li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

#countrySelect ul {
	position: relative;
	right: 0;
	display: block;
	text-align: left;
	border: 1px #999 solid;
	margin-top: 6px;
	padding-bottom: 4px;
	background-color: #f8f8f8;
}

#countrySelect li {
	padding: 4px 4px 0 4px;
	background-image: none;
	float: none;
	background-color: #f8f8f8;
	display: block;
}

#countrySelect a:link, #countrySelect a:visited, #countrySelect a:active, #countrySelect a:hover {
	background-image: none;
	padding: 0 3px 0 3px;
	border: 1px #f8f8f8 solid;
	color: #000;
	background-color: #f8f8f8;
}


#countrySelect a:hover {
	background-image: none;
	padding: 0 3px 0 3px;
	border: none;
	color: #000;
	border: 1px #b0d050 solid;
	background-color: #e0f0c0;
}

#countrySelect ul:after {
	content: '.';
	display: none;
}


