body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  
  /* color:#122C16; */
  color:#666;
  font-size:11px;
  line-height:15px;
}



#header{
}

a:active,a:visited,a:link{
text-decoration:underline;
/* color:#006666;*/
color:#666;
}
a:hover {
text-decoration:none;
/* color:#D65B16; */
color:#9EAF00;
}


H1{
 /* color:#D65B16; */
  color:#9EAF00;
  font-size:16px;
  font-weight:bold;
  line-height:19px;
}

H2{
   /* color:#D65B16; */
  color:#9EAF00;
  font-size:13px;
  font-weight:bold;
  line-height:16px;
}

.article_header{
   /* color:#D65B16; */
  /* color:#9EAF00; */
  font-size:13px;
  font-weight:bold;
  line-height:15px;
}


.other_areas{
   /* color:#D65B16; */
  color:#9EAF00;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
}



input
{
font-size 		: 8 pt;
COLOR		: #000;

BORDER-LEFT	: #cccccc 1px solid; 
BORDER-TOP	: #cccccc 1px solid; 
BORDER-BOTTOM	: #cccccc 1px solid;
BORDER-RIGHT	: #cccccc 1px solid; 
BACKGROUND	: #f5f5f5 no-repeat 10px 50%; 
}


textarea
{
font-size 		: 8 pt;
COLOR		: #000;

BORDER-LEFT	: #cccccc 1px solid; 
BORDER-TOP	: #cccccc 1px solid; 
BORDER-BOTTOM	: #cccccc 1px solid;
BORDER-RIGHT	: #cccccc 1px solid; 
/*BACKGROUND	: #F3CEBA no-repeat 10px 50%; */
BACKGROUND	: #F5f5f5 no-repeat 10px 50%; 

}


select {
color : #000;
background-color: #F5f5f5; 
font-size : 8pt;

}

radio
{
font-size 		: 10 pt;
COLOR		: #F5f5f5;

BORDER-LEFT	: 0px; 
BORDER-TOP	: 0px; 
BORDER-BOTTOM	: 0px;
BORDER-RIGHT	: 0px; 
BACKGROUND	: #F5f5f5 no-repeat 10px 50%; 
}




.search_input
{
font-size 		: 8 pt;
COLOR		: #6666;
BORDER-LEFT	: #cccccc 1px solid; 
BORDER-TOP	: #cccccc 1px solid; 
BORDER-BOTTOM	: #cccccc 1px solid;
BORDER-RIGHT	: #cccccc 1px solid; 
BACKGROUND	: #F5f5f5 no-repeat 10px 50%;
height:14px; 
}




input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}



.bg_grey_gradient {
background-image:url(../images/bg_light_grey_gradient.jpg);
background-position:top;
background-repeat:repeat-x
}


.bg_320_right {
background-image:url(../images/home_320_cell_right_line.gif);

}

.bg_320_left{
background-image:url(../images/home_320_cell_left_line.gif);
background-position:left;
background-repeat:repeat-y
}




.smalltxt{
  font-size:11px;
  line-height:15px;
}


.whitetxt{
  COLOR		: #fff;
}

.whitetxt a:active,.whitetxt a:visited,.whitetxt a:link{
text-decoration:underline;
color:#ffffff;
}

.whitetxt a:hover {
text-decoration:none;
color:#D65B16;
}



.nav_whitetxt{
  COLOR		: #666;
  padding-left:8px;
  padding-right:8px;
  font-size:11px;
}

.nav_whitetxt a:active,.nav_whitetxt a:visited,.nav_whitetxt a:link{
text-decoration:underline;
color: #666;
}

.nav_whitetxt a:hover {
text-decoration:none;
color:#9EAF00;
}


.footertxt{
  font-size:9px;
  line-height:13px;
  color:#999999;
  padding-left:12px;
}




/* <div id="Left_Floated_Image" style="width: 320px; height: 255px;">
<img xsrc="http://webtutor.chch.ox.ac.uk/images/stories/atriipsmall.jpg" alt="" /></div> */

#Image_Text_wrap_Content { }
#left_float {

    float:left;

    clear:left;

    padding: 0;

    margin-right: 15px;

}


#right_float {

    float:right;

    clear:right;

    padding: 0;
	width:220px;

    margin-left: 15px;

}

/* image boarders */



.panel		{-moz-border-radius: .3em .3em .3em .3em; border: 1px dotted #B4D2E7; background-color: #ECF4F9;}

.panel_white		{-moz-border-radius: .3em .3em .3em .3em; border: 1px dotted #cccccc; background-color: #fff;

  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  padding-bottom:8px;
}

.standard {
	border: 1px solid #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 9px;
	line-height: 12px;
	color: #000;*/
	background-color: #ffffff;
	  padding-left:2px;
  padding-right:2px;
  padding-top:2px;
  padding-bottom:2px;
}


.required {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}