BODY
{
	font-family: Verdana;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

H1
{
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana;
}

H2
{
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana;
}

.left-pane
{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

/*
.centre-pane
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/content-bg.jpg);
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Verdana;
	text-align: justify;
}
*/

.centre-pane
{
	padding-right: 10px;
	background-position: left top;
	padding-left: 10px;
	font-size: 10pt;
	background-image: url(images/wheel-bg.jpg);
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-family: Verdana;
	text-align: justify;
}

.centre-pane A
{
	color: #E52F2E;
	text-decoration: underline;
}

.centre-pane A:Hover
{
	color: #E52F2E;
	text-decoration: none;
}

/*
.centre-pane-2
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/content-bg-2.jpg);
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Verdana;
	text-align: justify;
}
*/

.centre-pane-2
{
	padding-right: 10px;
	background-position: left top;
	padding-left: 10px;
	background-image: url(images/wheel-bg.jpg);
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: 10pt;
	font-family: Verdana;
	text-align: justify;
}

.centre-pane-print
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Verdana;
	text-align: justify;
}

.centre-pane-2 A
{
	color: #E52F2E;
	text-decoration: underline;
}

.centre-pane-2 A:Hover
{
	color: #E52F2E;
	text-decoration: none;
}

.centre-pane-table
{
	font-family: Verdana;
	font-size: 10pt;
	border: 1px solid #DBD8D3;
}

.centre-pane-table-2
{
	font-family: Verdana;
	font-size: 10pt;
}

.mandatory-field-indicator
{
	color: #ff0000;
	font-size: 12pt;
}

.error-message
{
	color: #ff0000;
	font-family: Verdana;
	font-size: 10pt;
}

.next-prev
{
	color: #E52F2E;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.next-prev A
{
	color: #E52F2E;
	text-decoration: underline;
}

.next-prev A:Hover
{
	color: #E52F2E;
	text-decoration: none;
}

.right-pane
{
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 10px;
	background-color: white;
}

.header-venue
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Verdana;
	background-color: #E52F2E;
}

.page
{
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
}

.box-header
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: White;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #E52F2E;
	/* background-image: url(images/box-header-bg.jpg); */
	background-repeat: no-repeat;
}

.left-nav
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #e5c12f;
}

.left-nav A
{
	color: #E52F2E;
	text-decoration: none;
}

.left-nav A:Hover
{
	color: #E52F2E;
	text-decoration: underline;
}

.left-nav-selected
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: black;
}

.left-nav2
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #FFFFFF;
	background-color:#2055ff;
	border:#000000 1px solid;
}

.left-nav2 A
{
	color: #FFFFFF;
	text-decoration: none;
}

.left-nav2 A:Hover
{
	color: #000000;
	text-decoration: underline;
}

.left-nav-title
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #003399;
	border:#000000 1px solid;
}

.left-nav-title A
{
	color: #000000;
	text-decoration: none;
}

.left-nav-title A:Hover
{
	color: #000000;
	text-decoration: underline;
}

.left-nav-selected
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: black;
}


.footer-line
{
	background-color: E52F2E;
}

.box-content
{
	background-color: #f5f5f5;
	border: 1px solid #DBD8D3;
	font-size: 10pt;
	font-family: Verdana;
	padding: 7px;
}

.box-content A
{
	color: #E52F2E;
	text-decoration: underline;
}

.box-content A:Hover
{
	color: #E52F2E;
	text-decoration: none;
}

.shevron-right
{
	background-image: url(images/shevron-right.jpg);
	background-repeat: no-repeat;
}

.shevron-left
{
	background-image: url(images/shevron-left.jpg);
	background-repeat: no-repeat;
}

.box-gradient
{
	background-image: url(images/box-gradient.jpg);
	line-height: 23px;
	background-repeat: repeat-y;
}

.register-header
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 7px;
	padding-right: 7px;
}

.register-link
{
	font-weight: bold;
	font-size: 17px;
	font-family: Verdana;
	color: #e5c12f;
}

.box-gradient A
{
	color: #e5c12f;
	text-decoration: underline;
}

.box-gradient A:Hover
{
	color: #e5c12f;
	text-decoration: none;
}

.footer-header
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding-top: 10px;
	padding-bottom: 5px;
}

.centaur-image
{
	margin-bottom: 7px;
}

.intro
{
	font-weight: bold;
	font-style: italic;
}

.subform-1
{
	border: 1px solid #DBD8D3;
	background-color: #f5f5f5;
}

.subform-2
{
	border: 1px solid #DBD8D3;
	background-color: #F8F183;
}

.row-1
{
	background-color: #f5f5f5;
}

.row-2
{
	background-color: #F8F183;
}

.column-title
{
	font-weight: bold;
}

.form-label
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
}

.form-field INPUT
{
	border: 1px solid #DBD8D3;
	font-size: 10pt;
	font-family: Verdana;
}

.form-field SELECT
{
	border: 1px solid #DBD8D3;
	font-size: 10pt;
	font-family: Verdana;
}

.form-field TEXTAREA
{
	border: 1px solid #DBD8D3;
	font-size: 10pt;
	font-family: Verdana;
}

.form-button INPUT
{
	font-family: Verdana;
	font-size: 10pt;
}

.link-submissions{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px
}

.list-dates{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;

}

.smalltext{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	
}

.smalltext2{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	
}

.errormsg{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}

.td-normal{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.plain-text{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
}
/*css for announcement page*/

.sc_title{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #009900;
font-weight: bold;
font-size: 14pt;}
.sc_title1{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#ff0000;
font-weight: bold;
font-size: 14pt;}

.bluetext{
color:#0000FF;}

.sc_title3{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#009900;
font-weight: bold;
font-size: 9PT;}

.borderme {
   background-color:#DDDDDD;
   border-left:#000000 1px solid;
   border-right:#000000 1px solid;
}
.bordermelast {
   background-color:#DDDDDD;
   border-left:#000000 1px solid;
   border-right:#000000 1px solid;
   border-bottom:#000000 1px solid;
}.imageborder {
	margin-left: 10px;
	margin-bottom: 5px;
}
.bold_red {
	color: #FF0000;
	font-weight: bold;
}
.nomargin {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.coffer_txt {
	color: #FF0000;
}
.nodec {
	color: #000000;
	text-decoration: none;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana;
}
.style5 {
	color: #FF0000;
	font-family: verdana;
}
.style6 {font-family: verdana}
#wrapper {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.style7 {
	font-size: 18px
}
.style8 {font-weight: bold; font-family: verdana; color: #FF0000;}
li {
	margin: 0px;
	padding: 0px;
}
.style9 {
	font-family: verdana;
	font-size: 14px;
}
.style10 {
	font-size: 14px;
	font-weight: bold;
}

.style13 
{
	font-weight: bold; 
	font-family: verdana; 
	color: #FF0000; 
	font-size: 16px; 
}

.style15 
{
	color: #FF0000; 
	font-family: verdana; 
	font-size: 16px; 
}

.style16 
{
	font-family: verdana;
	font-size: 25px;
	color: blue;
	text-decoration: underline;
	font-weight: bold; 
}

.style17
{
	font-family: verdana;
}

.style18
{
	font-weight: bold;
	text-decoration: underline;
}

.style19
{
	font-weight: bold;
	background-color: gray;
	color: white;
	text-align: center;
	font-size: large;
}

.style20
{
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: large;
}

.style21
{
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: large;
}

.style22
{
	font-weight: bold;
	background-color: gray;
	color: black;
	text-align: center;
	font-size: x-large;
}

img.top
{
	vertical-align: top;
}

.red
{
	color: red;
	font-size: large;
}

.stripe
{
background-image: url('http://www.saferroads.org.uk/images/stripe.jpg');
background-repeat: repeat-y;
}

.notbold
{
font-style: italic;
font-weight: normal;
}
