/* Colour scheme
Red: #cc0204;
Darker red: #9B0202;
Yellow: #dcdc04;
Bright yellow: #fcfe04;
*/
/* General ------------------------- */
* {
	margin: 0;
/*	padding: 0; */
}
body{
	background-color: #F7F7F7;
	color:#313131;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*overflow:scroll;*/
}
/* Main elements ------------------------- */
#main{
	margin: 0 auto;
	width: 752px;
	text-align:left;
	border-top: 1px solid #666666;
}
#banner{
	position:relative;
	height:140px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	overflow:hidden;
}
#menu{
	height:25px;
	font-size:11px;
	background-color: #cc0204;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#menubar{
	height:4px;
	background-color:#dcdc04;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#content{
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	min-height:400px;
	font-size:12px;
}
#footer{
	position:relative;
	border-top: 4px solid #666666;
}
/* Tag fonts ------------------------- */
h1{
	font-size:18px;
	color:#666666;
	margin-top:10px;
	margin-bottom:2px;
}
h2{
	font-size:16px;
	color:#666666;
	margin-top:8px;
	margin-bottom:2px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin-top:6px;
	margin-bottom:2px;
}
h4{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-top:4px;
	margin-bottom:2px;
}
h5{
	font-size:10px;
	font-weight:bold;
	color:#666666;
	margin-top:4px;
	margin-bottom:2px;
}
h6{
	font-size:9px;
	font-weight:bold;
	color:#666666;
	margin-top:4px;
	margin-bottom:2px;
}
h4,h5,h6,p,ul,ol{
	font-size:12px;
	margin-top:4px;
	margin-bottom:4px;
}
table{
	margin-top:4px;
	margin-bottom:4px;
}
h1,h2,h3,h4,h5,h6{
	clear:both;
}
hr{
	clear:both;
	margin-top:0px;
	margin-bottom:0px;
}
ul, ol{
	margin-left:15px;
}
/* Links ------------------------- */
a:link, a:active, a:visited{
	color: #cc0204;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	background-color: #fcfe04;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
a img{
	border:0px;
}
a.doclink{
	font-size:12px;
	margin-top:4px;
	margin-bottom:4px;
}
a.doclink:link, a.doclink:active{
}
a.doclink:visited{
	font-weight: bold;
	text-decoration: none;
	color: #551a8b;
}
a.doclink:hover{
}

/* Forms ------------------------- */
input.text, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background-color: #f5f5f5;
	background-image:url(images/inputbg_1.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	color: #333333;
}
/* Footer ------------------------- */
#textlinks a:link, #textlinks a:visited, #textlinks a:active{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#textlinks a:hover{
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
#copyright{
	position:absolute;
	top:20px;
	left:0px;
	color:#CCCCCC;
	font-size:9px;
}
#textlinks{
	text-align:center;
}
#siteby{
	position:absolute;
	top:20px;
	right:0px;
	color:#CCCCCC;
	font-size:9px;
	text-align:right;
}
#siteby a:link, #siteby a:visited, #siteby a:active{
	color:#CCCCCC;
	text-decoration: none;
	font-weight:normal;
}
#siteby a:hover{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	background-color: #F2EDF0;
}
/* Menu ------------------------- */
#menu a{
	position:relative;
	display: block;
	width:82px;
	height:25px;
	line-height:25px;
	float:left;
	text-decoration: none;
	background-color: #cc0204;
	color:#EEEEEE;
	padding:0px;
	text-align:center;
	font-weight:bold;
}
#menu a.this{
	text-decoration: none;
	background-color: #dcdc04;
	color: #000000;
}
#menu a:hover, #menu a.this:hover{
	text-decoration: none;
	background-color: #fcfe04;
	color:#000000;
}
/* Search ------------------------- */
#search{
	position:absolute;
	bottom:0px;
	right:0px;
	height:25px;
	width:500px;
	line-height:25px;
	text-align:right;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
}
#search a{
	padding:2px 5px 2px 5px;
}
#search a:visited, #search a:active, #search a:link{
	text-decoration: none;
	background-color: transparent;
	color:#333333;
}
#search a:hover{
	text-decoration: none;
	background-color: #fcfe04;
	color:#000000;
}
#search input{
	width:200px;
}
/* Misc ------------------------- */
td.tips{
	padding-left:10px;
	background-color:#EEEEEE;
}
td.tips p, td.tip, ul{
	font-size:12px;
}
td.searchform table, td.searchform p{
	font-size:12px;
}
td.searchform input.word{
	width:120px;
}
td.searchform input.phrase{
	width:366px;
}
td.searchform textarea{
	width:366px;
}
td.searchform a.button{
	padding:3px 5px 3px 5px;
	color:#FFFFFF;
	background-color: #cc0204;
}
td.searchform a.button:hover{
	text-decoration: none;
	background-color: #dcdc04;
	color:#000000;
}
.hilite{
	background-color: #dcdc04;
}
.smalltext{
	font-size:9px;
}
div.right{
	text-align:right;
	float:right;
}
/* Use same margins as <h3> so document header displays OK */
td p{
	margin-top:10px;
	margin-bottom:2px;
}
h3.search{
	margin:0;
	padding:0;
	float:left;
}
p.search{
	margin:0;
	padding:0;
	text-align:right;
}
div.document{
	overflow: auto;
}
#newwindow{
	font-size:1em;
	font-weight:bold;
	float:right;
}
div.justdoc{
	overflow:visible !important;
	padding:12px;
}