html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 70%;  
	line-height: 140%; /* Opens up the spacing (leading) between lines of text. */
}
a:link, a:hover, a:focus {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
}
h1{
	font-size:150%;
	line-height:200%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
h2 {
    font-size:120%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px solid #00CCCC;
		border-top:1px solid #00CCCC;
}

h3 {
	font-size:110%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	}
h4, h5 {
    font-size:105%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
    font-size:9%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:5px;
	margin-bottom:5px;
}
td {
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:80%;
margin:0px;
}

hr {
border: none 0;
border-top: 1px solid #00CCCC;/*the border*/
width: 99%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* wrapper styles */
#wrapper {
	width: 980px;
	background: #FFFFFF url(../images/faux.jpg) repeat-y right; /* This image creates the three column faux effect */
	margin: 10px auto 0 auto;
}
#wrapper2{
	width: 780px;
	background: #000000; /* This image creates the three column faux effect */
	margin: 5px auto 0 auto;
	border-top:0px solid #000000;
}
#cvstop {
	background-color:#FFFFFF;
	background-image:url(../images/top-curves.jpg);
	background-repeat: no-repeat;
	height:10px;
}


/* header styles */
#headerhm {
	background: transparent; 
	background-image:url(../images/header001.jpg);
	border-bottom:0px solid #CCCCCC;
	height:0px;
	padding:0px;
}
#header {
	background: transparent; 
	background-image:url(../images/header002.jpg);
	border-bottom:0px solid #999;
	height:105px;
	padding:0px;
}
#header p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-right:10px;
margin-left:20px;
	}

#header a{
color:#666666;
font-weight: normal;
background-color:transparent;
text-decoration:inherit;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#header a:hover, a:focus {
background-color:transparent;

text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#FFF;
}

#search {
width:790px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:100%;
margin:0px;
padding:5px;
}
#search .smallsearch {
	color: #333333; 
	font-size: 80%;  
	margin-top:5px;
}

/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:965px;
	padding:0.5em 0.5em 0.5em 0.5em;
	margin:0;
	list-style:none;
	line-height:100%;
	font-size:0.8em;
	font-weight:normal;	
	border-bottom:1px solid #00CCCC;
	border-top:1px solid #00CCCC;
	border-left:1px solid #00CCCC;
	border-right:1px solid #00CCCC;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#999;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	margin:0;
	padding:0.25em 1em;
	border-left:0px solid #fff;
	border-top:0px solid #fff;
	border-right:0px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
color:#000;
	background:#00cccc;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#eee;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#eee;
	color:#999;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

#content-wrapper {
    border-bottom:1px solid #00CCCC;
	border-top:1px solid #00CCCC;
	border-left:1px solid #00CCCC;
	border-right:1px solid #00CCCC;
}


#hidecol {
    width:980px;
	height:5px;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}
#widecol {
    width:930px;
	margin-left:20px;
	margin-top:5px;
	padding: 5px;
	line-height:110%;
	font-size: 100%;
	color: #999999;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}
#widecol a{
    font-size: 100%;  
color:#0000FF;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#widecol a:hover, a:focus {
    font-size: 100%;  
background-color:transparent;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#0000FF;
}

#widecol p {
	font-size:80%;
	line-height: 140%;
	margin:10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#widecol h1{
font-size: 120%;
line-height:100%;
color: #00cccc;
padding: 0;
margin: 10px;
font-family:Arial, Helvetica, sans-serif;
border-bottom:0px;
}

#widecol h2{
font-size: 115%;
color: #999999;
padding: 0;
margin: 10px;
}
#widecol h3{
font-size: 102%;
color: #999999;
padding: 0;
margin: 10px;
}
#widecol h4{
font-size: 100%;
color: #999999;
padding: 0;
margin: 10px;
}
#widecol h5{
	font-size: 90%;
	color: #666666;
	padding: 0;
	margin: 10px;
	background-color: #E6E6E6;
}
#widecol h6{
font-size: 70%;
color: #999999;
padding: 0;
margin: 10px;
}

#widecol ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

#widecol li{
	font-size:80%;
	color: #666666;
	background: url(../images/mybullet.gif) left no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	margin: 2px;
	text-indent:0px;
	margin-left: 40px;
}
#widecol em{
	font-size:110%;
	margin:0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#widecol td {
padding:0px;
border: 0px dotted #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
text-align:left;
}

#widecol .date {
	font-size:90%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#col_left {
	width: 0px;
	float: left;
	padding: 5px 5px; 
	background:#C0CCDA;
	border-bottom: 0px solid #FFFFFF;
}


/* content and centre column styles */
#col_centre {
	padding: 10px;
	margin-top: 0px;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 30px;
}
#col_centre a{
    font-size: 100%;  
color:#0000FF;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_centre a:hover, a:focus {
    font-size: 100%;  
background-color:transparent;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#0000FF;
}
h2 {
    font-size:120%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px solid #00CCCC;
		border-top:0px solid #00CCCC;
}
#col_centre p {
    font-size: 75%;  
	line-height: 160%;
	margin-top:5px;
}

#col_centre td {
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:100%;
margin:0px;
}
#col_centre ul {
	color: #333333; 
	font-size: 75%;  
	line-height: 130%;
	margin-top:5px;
margin-left:20px;
}
#col_centre ol {
	color: #333333; 
	font-size: 75%;  
	line-height: 130%;
	margin-top:5px;
margin-left:30px;
}

#col_centre .pbox a{
color:#999999;
background-color:transparent;
text-decoration:none;
padding: 2px 0px 2px 2px;
border-bottom:0px solid #EEEEEE;
}
#col_centre .pbox a:hover, a:focus {
background-color:transparent;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#000000;
}

#col_centre #nav {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#999999;
}
#col_centre #nav a{
font-size:85%;
color:#999999;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_centre #nav a:hover, a:focus {
font-size:85%;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#FF0000;
}

#col_centre .wel {
    font-size: 95%;  
	line-height: 130%;
	margin-top:5px;
}
#col_centre .date {
	font-size:90%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/* third column styles */
#col_right {
	margin: 0px;
	margin-right:20px;
	width: 214px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
}
#col_right h1{
	font-size:110%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #00CCCC;
}
h2 {
    font-size:110%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px solid #00CCCC;
		border-top:0px solid #00CCCC;
}

#col_right p {
	color: #666666; 
	font-size: 70%;  
	line-height: 130%;
	margin-top:5px;
}
#col_right ul {
	color: #333333; 
	font-size: 70%;  
	line-height: 130%;
	margin-top:5px;
margin-left:15px;
}

#col_right a{
    font-size: 100%;  
color:#0000FF;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_right a:hover, a:focus {
    font-size: 100%;  
background-color:transparent;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#0000FF;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 0px solid #CCCCCC;
	font-size: 85%;
	color: #736B5E;
	background: transparent;  
	line-height:160%;
	margin-left:25px;
}
#footer p {
	padding: 5px;
	font-size: 75%;
	color: #736B5E;
	line-height:110%;
}

#footer a{
color:#999999;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#footer a:hover, a:focus {

text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#666666;
}

#footerright {
	float:right;
	width:200px;
	font-size: 100%;
	color: #736B5E;
	padding:5px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.red {color:#FF0000;}