/*==================*/
/* website http://www.ukcs.uk.net/*==================*/

/*==================*/
/* background colors
background page: #FFFFFF
link: #0000FF
link visited: #319CFF
link hover: #FF0000
link menu: #000066
link menu visited: #000066
link menu hover: #99CCFF

link: #666
link hover: #333
*/
/*=================*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size:62.5%;
}

/*========================*/
/* Site navigation Styles */
/*========================*/

#navSite  {
	font-family: verdana, Arial, Helvetica, helv, sans-serif, serif;
	font-size: 0.8em;
	/*font-weight: bold;*/
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #336699;
}
#navSite ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navSite ul li {
	width: 155px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/1empty.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#navSite ul li a {
	display: block;
	padding: 3px 0px 0px 0px;
	margin-right: 16px;
	width: 100%;
}
html>body #navSite ul li a {
	width: auto;
}
#navSite li a:link, #navSite li a:visited, #navSite li a:active {
	color: #ccf;
	background-color: transparent;
	text-decoration: none;
}
#navSite li a:hover {
	/*color: #99CCFF;*/
	color: #ffc;
	background-color: transparent;
	text-decoration: none;
}

/*=========*/
/* Content */
/*=========*/

#content {
	padding: 4px 4px 40px 4px;
	margin: 2px;
	font-family: Arial, Helvetica, helv, sans-serif, serif;
	font-size: 0.9em;
	color: #5a5a5a;
}

#content td {
	padding: 4px;
	margin: 2px;
	font-family: Arial, Helvetica, helv, sans-serif, serif;
	font-size: 0.9em;
	color: #5a5a5a;
}
#content a:link, #content a:visited {
	color: #3c3c3c;
	text-decoration: underline;
}
#content a:hover {
	color: #0065CA;
	text-decoration: underline;
}
#content h1 {
	font-size: 1.4em;
	color: #3399CC;
	/*text-align: center;*/
	line-height: 14pt;
	margin: 10px 0px 0px 0px;
	padding: 4px 4px 2px 0px;
}
#content h2 {
	font-size: 1.2em;
	color: #3399CC;
	line-height: 14pt;
	margin: 10px 0px 0px 0px;
	padding: 4px 4px 2px 0px;
}
#content h3 {
	font-size: 1em;
	color: #3399CC;
	line-height: 14pt;
	margin: 10px 0px 0px 0px;
	padding: 4px 4px 0px 0px;
}
#content ul {
	list-style: disc;
	list-style-image: url(../images/point.gif);
}
#content p {
	margin: 8px 0px 0px 0px;
}
#content table {
	margin: 12px 0px 0px 0px;
}
.footer {
	font-size: 0.9em;
}
.input {
	border-top: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;  
	border-left: #C0C0C0 1px solid;
	background-color: #FFFFFF;
}
.centerBold {
	font-size: 1.1em;
	font-weight: bold;
	color: #6c6c6c;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#content img {
	margin: 0px 10px 4px 0px;
	border: 3px double #336699;
}
#content img.imageleft {
	float: left;
	margin: 0px 10px 4px 0px;
	border: 3px double #336699;
}
#content img.noborder {
	text-align: center;
	margin: 0px;
	border: 0px;
}
#content img.imageright {
	float: right;
	margin: 10px 0px 10px 20px;
	border: 3px double #336699;
}
hr {
	width: 80%;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	background-color: #336699;
}
/*=================*/
/* Content Site Map*/
/*=================*/

#contentsitemap {
	padding: 4px;
	margin: 2px;
}
#contentsitemap a {
	text-decoration: underline;
	color: #0000FF;
}
#contentsitemap a:hover {
	color: #0065CA;
}
#contentsitemap h1 {
	font-size: 1.6em;
	color: #3399CC;
	/*text-align: center;*/
	line-height: 14pt;
	padding: 4px 4px 2px 0px;
	margin: 0px;
	margin-top: 10px;
}
#contentsitemap h2 {
	font-size: 1.2em;
	color: #3399CC;
	line-height: 14pt;
	padding: 4px 4px 2px 0px;
	margin: 0px;
	margin-top: 10px;
}
#contentsitemap h3 {
	font-size: 1.1em;
	color: #3399CC;
	line-height: 14pt;
	padding: 4px 4px 2px 0px;
	margin: 0px;
	margin-top: 10px;
}

/*==============================*/
/* Site Navigation Right Styles */
/*==============================*/

#navSiteRight {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #3399CC;
	border-bottom: 0px solid #3399CC;
}
#navSiteRight ul {
	list-style: none;
	margin: 0px;
	padding: 1px;
	border: none;
}
#navSiteRight li {
	border-bottom: 1px solid #3399CC;
	margin: 0px;
	padding: 1px;
}
#navSiteRight li a {
	font-family: verdana, Arial, Helvetica, helv, sans-serif, serif;
	font-size: 0.8em;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
}
#navSiteRight li a:link, #navSiteRight li a:visited {
	color: #ccf;
	/*color: #FFFFFF;*/
}
#navSiteRight li a:hover {
	/*color: #00FF00;*/
	color: #ffc;
}

/*==============================*/
/* Site Navigation Right Language */
/*==============================*/

#navSiteLanguage {
	clear: both;
	margin-top: 1px;
}
#navSiteLanguage ul {
	list-style: none;
	margin: 0px;
	padding: 1px;
	border: none;
}
#navSiteLanguage li {
	border-bottom: 0px solid #3399CC;
	margin: 0px;
	padding: 1px;
}
#navSiteLanguage li a {
	font-family: verdana, Arial, Helvetica, helv, sans-serif, serif;
	font-size: 0.8em;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
}
#navSiteLanguage li a:link, #navSiteLanguage li a:visited {
	color: #FFFF66;
}
#navSiteLanguage li a:hover {
	/*color: #00FF00;*/
	color: #ffc;
	text-decoration: underline;
}

/*==================*/
/* Background Colors TD */
/*==================*/

#topLeft {
	background-color: #0099CC;
	padding-top: 4px;
}
#topCenter {
	background-color: #0099CC;
	padding-top: 4px;
	text-align: center;
}
#topCenter img {
	border: 1px double #336699;
}
#topRight {
	background-color: #336699;
	text-align: center;
}
#columnRight {
	background-color: #336699;
	text-align: center;
	vertical-align: top;
}
#searchField {
	background-color: #0099CC;
	text-align: center;
}
#searchFieldLeft {
	background-color: #0099CC;
}

/*==================*/
/* AdSense */
/*==================*/

#adSense {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#adSenseForum {
	text-align: center;
	margin: 10px 0px 10px 0px;
}