/*TAGS*/

body 
{
	background-image:url(../images/nav_bkg.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:DarkBlue;
	margin:0px;
	font-size:100%;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	color:darkblue;
	font-size:1.0em;
}

a 
{
	color:#EE0077;
	text-decoration:none;
}

a:hover
{
	color:DarkBlue;
	text-decoration:underline;
}	

a.small_link
{
	font-size:9pt;
	font-weight:bold;
}

a.small_link:hover
{
	text-decoration:none;
}

/*LISTS*/
ul 
{
	list-style-type:none;
	padding:0;
	margin-left:0.5em;
}

li
{
	background-image:url(../images/gifs/pink_disc.gif);
	background-repeat:no-repeat;
	background-position:0 0.4em;
	padding-left:1em;
}

li.yellowdisc
{
	background-image:url(../images/gifs/yellow_disc.gif);
}
li.bluedisc
{
	background-image:url(../images/gifs/blue_disc.gif);
}
li.greendisc
{
	background-image:url(../images/gifs/green_disc.gif);
}

li.reddisc
{
	background-image:url(../images/gifs/red_disc.gif);
}


/*TEXT*/

.ac_bold
{
	font-weight:bold;
}

.ac_bold_underline
{	
	font-weight:bold;
	text-decoration:underline;
}

.ac_pink
{
	color:#EE0077;
}

.ac_homepage_subheading
{
	color:#EE0077;
	font-weight:bold;
	text-decoration:underline;
}

.ac_content_title
{
	font-size:109%;
	font-weight:bold;
	border-bottom:1px solid DarkBlue;
}

.charity 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:White;
	text-align:center;
}

.charity a
{
	color:White;
}

.charity a:hover
{	
	color:#EE0077;
}

.disclaimer
{
	font-size:75%;
}

.ac_contact_tel
{
	font-weight:bold;
	font-size:120%;
	display:inline;
}

.ac_mandatory
{
	color:#FF0000;
}

.ac_mandatory_define
{
	font-size:75%;
}

/*TABLES*/

table.ac_address
{
	width:100%;
	text-align:right;
}

table.ac_address td
{
	padding:1px;
	vertical-align:top;
	border-width:1px;
	border-style:solid;
	border-color:DarkBlue;
	border-bottom-color:#EE0077;
	border-bottom-width:medium;
	border-bottom-style:solid;
}	

table.ac_vcs_details
{
	width:100%;
}

table.ac_vcs_details td.headings
{
	width:100px;
	text-align:left;
	padding-left:25px;
}

table.ac_vcs_details td.mediumheadings
{
	width:150px;
	text-align:left;
	padding-left:25px;
}

table.ac_vcs_details td.bigheadings
{
	width:400px;
	text-align:left;
	padding-left:25px;
}

table.ac_vcs_details td.username
{
	color:blue;
}

fieldset.ac_vcs_details
{
	border:1px ridged darkblue;
}

legend.ac_vcs_details
{
	color:DarkBlue;
	font-weight:bold;
	font-size:100%;
}

/*IMAGES*/
img.ac_centre
{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}


/*OTHER DIVS*/

#banner
{
 position:absolute;
 top:0;
 left:0;
}


#go_back
{
	float:right;
}


#vcs_details
{
	font-size:100%;
}

/*NAVIGATION MENU*/

#nav_column
{
  position:absolute;
 	top:101px;
	left:0;
	width:200px;
	float:left;
	background-color:#0B2A75;
	padding-top:10px;
}


div.menulink 
{
  display: block;
  float:left; 
  font-family:verdana;
}

div.menulink a 
{
  font-weight:bold;
  width:190px;
  font-size: 0.7em;
  color:#FFFFFF;
  line-height:25px;
  padding-left:10px;
  text-decoration:none;
  margin-bottom:2px;
  display: block;
  background-color:#0B2A75;
}

div.menulink a:hover
{
  background-color: #EE0077;
  color:#FFFFFF;
  text-decoration:none;
  display: block;
}

div.menured
{
  width:200px;
  line-height:3px;
  margin-bottom:2px;
  display: block;
  float:left;
  background-color:#FF4040;
}

div.menulink a.red:hover
{
	background-color:#FF4040;
}

div.menugreen
{
  width:200px;
  line-height:3px;
  margin-bottom:2px;
  display: block;
  float:left;
  background-color:#00BF00;
}

div.menulink a.green:hover
{
	background-color:#00BF00;
}

div.menublue
{
  width:200px;
  line-height:3px;
  margin-bottom:2px;
  display: block;
  float:left;
  background-color:DeepSkyBlue;
}

div.menulink a.blue:hover
{
	background-color:DeepSkyBlue;
}

div.menuyellow
{
  width:200px;
  line-height:3px;
  margin-bottom:2px;
  display: block;
  float:left;
  background-color:#FFD748;
}

div.menulink a.yellow:hover
{
	background-color:#FFD748;
}


div.menugap
{
  width:200px;
  display: block;
  float:left;
  line-height:50px;
}


/*TOP BANNER*/

#banner_text
{
	float:left;
}



/*CONTENT*/

#content_column
{
  position:absolute;
	top:110px;
	left:201px;
	width:530px;
	float:left;
	padding-left:30px;
	padding-top:20px;
}
 
 
 /*FORMS*/
 
.input_ac_devon
 {
 	border:1px solid DarkBlue;
	font-family:Arial, Helvetica, sans-serif;
}

.submit_ac_devon
{
	font-weight:bold;
	color: White;
	background: DarkBlue;
	border: 2px outset #d7b9c9
}

input.ac_vcs_details
{
	border:1px ridged DarkBlue;
	color:blue;
}

