

/*input, textarea {
	margin: 2px;
	padding: 2px;
	background-color: #FAFAFF;
	border: 1px solid #BCBCBC;
	font-family: sans-serif;
	font-size: 10pt;
}*/

#page {
	margin-right: auto;
	margin-left: auto;
	width: 985px;
	text-align: left;
	
	/*height: 100%;*/
	/*background-color: #727272;*/
	/*background-color: #AB45DA;*/
	/*background-color: #000045;*/
	/*
	padding: 0 5px 0 5px;
	border-left: 1px solid #2b4689;
	border-right: 1px solid #2b4689;*/
	
	padding: 5px;
	border: 1px solid #2b4689;
	background-color: #FFFFFF;
	
}

.pageliner {
	padding: 10px;
	/*border-left: 2px solid #2b4689;
	border-right: 2px solid #2b4689;*/
	background-color: #EDEDFF;
	border: 2px solid #2b4689;
}

a img {
	border: 0px;
}

#top {
	clear: both;
}

#middle {
	clear: both;
	height: 420px;
}

#bottom {
	clear: both;
}

.box {
	background-color: #2b4689;
}

#footer {
	color: #8888AA;
}

#content {
	font-size: 10pt;
	color: #2b4689;
}

.contentwrapper {
	padding-right: 10px;
	overflow: auto;
	position: relative;
	height: 400px;
}

#promoarea {
	font-size: 8pt;
	float: right;
	width: 330px;
	padding-left: 10px;
	clear: both;
}

#html {
	text-align: left;
}

a, a:visited {
	color: #126523;
}

a.lightLink, a.lightLink:visited {
	/*color: #BCF8C9;*/
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/*#subnav {
	background-color: #000000;
	float: right;
	height: 31px;
}*/

#subnav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#subnav ul li {
	float: left;
	list-style: none;
	/* background: url(/skins/chronochrome.co.uk/resources/subnavglassbutton.gif) no-repeat; */
	margin-right: 20px;
	display: block;
	width: 90px;
	padding: 2px 0px 0px 0px;
}

#subnav ul li.current {
	/*float: left;
	list-style: none;
	 background: url(/skins/chronochrome.co.uk/resources/invertedsubnav.gif) no-repeat; 
	margin-right: 10px;
	display: block;
	width: 85px;
	height: 25px;
	padding: 2px 0px 0px 0px;*/
}

#subnav ul li.current a, #subnav ul li.current a:visited {
	color: #FFFFFF;
	background-color: #2b4689;
}

#subnav ul li a, #subnav ul li a:visited, #subnav ul li a:hover  {
	border: 1px solid;
	color: #2b4689;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	width: 90px;
	display: block;
}

.navwrap {
	clear: both;
	height: 35px;
	padding: 5px 0px 5px 0px;
}

#primnav {
	padding-top: 5px;
}

#primnav ul {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#primnav ul li {
	float: left;
	list-style: none;
	background: url(/skins/chronochrome.co.uk/resources/glassbutton.gif) no-repeat;
	margin-right: 10px;
	display: block;
	width: 100px;
	height: 25px;
	padding: 4px 0px 0px 0px;
}

#primnav ul li.current {
	float: left;
	list-style: none;
	background: url(/skins/chronochrome.co.uk/resources/glassbuttonselected.gif) no-repeat;
	display: block;
	width: 100px;
	height: 25px;
}

#primnav ul li a, #primnav ul li a:visited, #primnav ul li a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 3px 2px 5px 9px;
	display: block;
	width: 100px;
}

body {
	/*padding-bottom: 10px;*/
}

html {
	width: 100%;
	height: 100%;
	font-size: 8pt;
	font-family: Tahoma;
	text-align: left;
	padding: 0px;
	margin: 0px;
/* 	background-color: #6b6b6b; */
/*	background-color: #233277;*/
	background-color: #FFFFFF;
	background: url("../resources/chronotile.jpg");
}

table tr td {
	font-size: 10pt;
	font-family: Tahoma;
}


