/* hypertext links */
A:link {color: #3366CC; text-decoration: none;}
A:visited {color: #3366CC; text-decoration: none;}
A:active {color: #3366CC; text-decoration: none;}
A:hover {color: #FF6600; text-decoration: underline;}

A.nav2:link {color: #666666; text-decoration: none; font-size:10; font-weight:bold;}
A.nav2:visited {color: #666666; text-decoration: none; font-size:10; font-weight:bold;}
A.nav2:active {color: #666666; text-decoration: none; font-size:10; font-weight:bold;}
A.nav2:hover {color: #3366CC; text-decoration: underline; font-size:10; font-weight:bold;}

A.nav2sub:link {color: #666666; text-decoration: none; font-size:10;}
A.nav2sub:visited {color: #666666; text-decoration: none; font-size:10;}
A.nav2sub:active {color: #666666; text-decoration: none; font-size:10;}
A.nav2sub:hover {color: #3366CC; text-decoration: underline; font-size:10;}

A.small:link {color: #3366CC; text-decoration: none; font-size:9; font-weight:bold;}
A.small:visited {color: #3366CC; text-decoration: none; font-size:9; font-weight:bold;}
A.small:active {color: #3366CC; text-decoration: none; font-size:9; font-weight:bold;}
A.small:hover {color: #FF6600; text-decoration: underline; font-size:9; font-weight:bold;}

A.footer:link {color: #808080; text-decoration: none; font-size:9; font-family:Arial, Helvetica, sans-serif;}
A.footer:visited {color: #808080; text-decoration: none; font-size:9; font-family:Arial, Helvetica, sans-serif;}
A.footer:active {color: #808080; text-decoration: none; font-size:9; font-family:Arial, Helvetica, sans-serif;}
A.footer:hover {color: #3366CC; text-decoration: underline; font-size:9; font-family:Arial, Helvetica, sans-serif;}

/* basic elements */
body
{
margin-left:0px;
margin-right: 0px;
margin-top:0px;
margin-bottom:0px;
/* background-image: url(images/bg-right.gif); */
/* background-repeat: repeat-y; */
background-color:#FFFFFF;
}

UL LI {list-style-image: url('images/arrow-1.gif');}

hr {color: #666666;}

td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#444444;}
table.border {border:solid 1px #999999;}
.layout {line-height:18px;}

.subhead1 {text-decoration: none; font-weight:bold; color:#444444; font-size: 13px; line-height:40px;}

.bold1 {font-weight:bold; color:#444444; font-size: 11px;}
.bold2 {font-weight:bold; color:#808080; font-size: 11px;}
.bold3 {font-weight:bold; color:#3366CC; font-size: 11px;}

/*  left navigation  */
.nav2off {padding-left:5px; padding-top:5px; padding-bottom:5px;}

/*  footer  */
.footer1 {font-family:Verdana, Arial, sans-serif; font-size:9px;}

/* Specific style for form elements on contact page */
.contactboxform select {
	width: 215px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.contactboxform input {
	width: 215px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.contactboxform textarea {
	width: 215px;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* Specific style for form elements on application form page */
.applicationboxform select {
	width: 280px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.applicationboxform input {
	width: 280px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.applicationboxform textarea {
	width: 280px;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* Specific form elements */
.select {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.input {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.textarea {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* HEADER-TEXT */
.thead1-blue {color: #0066CC}
.thead1-orange {color: #FF7011}
.thead1-ltorange {color: #ffae11}
.thead1 {font-family: verdana; font-size:13px;font-weight:bold;padding-bottom:15px;padding-top:15px;}

.thead2 {font-family: tahoma,verdana,arial,helvetica; font-size:18px;font-weight:bold;padding-bottom:15px;line-height:24px;}
.thead2-blue {color:#003399;}
