/* ---------------- GLOBAL STYLES ---------------- */

body {
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.7em;
	background: #818ea7;
	margin:0;
	padding:0;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:visited:hover {
	color: #003399;
	text-decoration: underline;
}

a img, a:visited img, a:visited:hover img{
	border: none;
}	

form {
	padding:0;
	margin:0;
}

form em {
	clear: left;
	display:block;
	font-style:normal;
	padding:5px 0 0 0;
}

label {
	float: left;
	width: 25%;
	color: #003399;
	text-align:right;
	padding:0 5px 0 0;
	margin: 0 5px 0 0;
	border:1px solid #818181;	
}

fieldset {
	border: 1px solid #818181;
	padding: 0 10px 10px 10px;
	margin: 0 0 15px 0;
}

legend {
	font-weight:normal;
	color: #003399;
}

/* ---------------- LOGIN STYLES ---------------- */

#login{
	border:1px solid #000000;
	background-color: #003399;
	width:240px;
	margin: 40px auto 10px auto;
	padding:8px;
	color:#FFFFFF;
	text-align: left;
}

#login .logo{
	text-align: center;
	margin: 0 0 10px 0;
}

#login  p{
	margin:0 0 10px 0;
	padding:0;
}

/* ---------------- CONTAINER STYLES ---------------- */

#container {
	width: 766px;
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0;
	border: 1px solid #000000;
	background:#FFFFFF;
}

/* ---------------- HEADER STYLES ---------------- */

#header {
	height: 180px;
	color:#FFFFFF;
	font-weight: bold;
}

#header .logo{
	margin:45px 0 0 25px;
	float: left;
	display:inline;
}

#header .searchbox{
	margin:80px 40px 0 0;
	float: right;
	display:inline;
}

.background1{
	background: url(/images/template/header-background_1.jpg) no-repeat;
}

/* ---------------- NAVIGATION STYLES ---------------- */

#navigation {
	margin: 0;
	height: 30px;
	background: url(/images/template/top-nav-background.gif) no-repeat;
}

#navigation ul {
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
}

#navigation li {
	list-style-type: none;
	float: left;
	width: auto;
	margin: 7px 4px 0 4px;
	background: url(/images/template/top-nav-tab-normal-2-background.gif) no-repeat top right;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 10px 2px 12px;
	background: url(/images/template/top-nav-tab-normal-1-background.gif) no-repeat top left;
}

#navigation a:hover, #navigation a:visited:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.current {
	background-image: url(/images/template/top-nav-tab-current-2-background.gif)!important;
}

.current a:link, .current a:visited {
	color: #000000 !important;
	background-image: url(/images/template/top-nav-tab-current-1-background.gif)!important;
}

.current a:hover, .current a:visited:hover {
	color: #000000 !important;
}

/* ---------------- LEFT STYLES ---------------- */

#left {
	float: left;
	display:inline;
	clear:both;
	width: 200px;
	margin:0 0 0 13px;
	padding:0;
}

#left .boxheader {
	margin:10px 0 0 0;
	background: url(/images/template/left-header-background.gif);
	background-repeat: no-repeat;
	height:25px;
}

#left .boxheader .title {
	color: #FFFFFF;
	padding:2px 0 0 8px;
	font-weight: bold;
}

#left .boxcontent {
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	border-bottom:1px solid #003399;
	border-top:none;
	padding:8px;
	background: #cacaca;
}

#left .boxcontent h1{
	margin:0;
	padding:0;
	font-size: 130%;
	color: #003399;
}

#left .boxcontent h2 {
	margin:0;
	padding:0;
	font-size: 120%;
	color: #003399;
}

#left .boxcontent h3 {
	margin:0;
	padding:0;
	font-size: 110%;
	color: #003399;
}

#left .boxcontent h3 {
	margin:0;
	padding:0;
	font-size: 100%;
	color: #003399;
}

#left .boxcontent p{
	margin:0 0 5px 0;
	padding:0;
	color: #000000;
}

#left .boxcontent ul{
	margin:0;
	padding:0;
	list-style-type:none;	
}

#left .boxcontent li{
	margin:0;
	padding:0 0 5px 18px;
	background:transparent url(/Images/Site/BulletPoint.gif) no-repeat;
	background-position:0px 6px;
}

#left .boxcontent li a{
	text-decoration:none;
	color: #003399;
}

#left .boxcontent li a:hover{
	text-decoration:underline;
	color: #003399;
}

/* ---------------- CONTENT STYLES ---------------- */

#content {
	float:left;
	display:inline;
	width: 527px;
	margin:0 13px 5px 13px;
	padding:0;
}

#content .boxheader {
	margin:10px 0 0 0;
	background: url(/images/template/content-header-background.gif);
	background-repeat: no-repeat;
	height:25px;
}

#content .boxheader .title {
	color: #FFFFFF;
	padding:2px 0 0 8px;
	font-weight: bold;
	float:left;
}

#content .boxheader .text {
	color: #FFFFFF;
	padding:2px 10px 0 0;
	float:right;
}

#content .boxcontent {
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	border-bottom:1px solid #003399;
	border-top:none;
	padding:8px;
	background: #efefef;
}

#content .boxcontent h1{
	margin:0;
	padding:0 0 10px 0;
	font-size: 135%;
	color: #003399;
}

#content .boxcontent h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size: 125%;
	color: #003399;
}

#content .boxcontent h3 {
	margin:0 0 10px 0;
	padding:0;
	font-size: 115%;
	color: #003399;
}

#content .boxcontent h4 {
	margin:0 0 10px 0;
	padding:0;
	font-size: 100%;
	color: #003399;
}

#content .boxcontent p{
	margin:0 0 8px 0;
	padding:0;
	color: #000000;
}

#content .boxcontent ul{
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none;	
}

#content .boxcontent li{
	margin:0;
	padding:0 0 5px 18px;
	background:transparent url(/Images/Site/BulletPoint.gif) no-repeat;
	background-position:0px 6px;
}

#content .boxcontent li a{
	text-decoration:none;
	color: #003399;
}

#content .boxcontent li a:hover{
	text-decoration:underline;
	color: #003399;
}

#content .boxcontent table{
	width: 100%;
	border-collapse: collapse;
	margin:0;
	padding:0;
}

#content .boxcontent th{
	border-bottom: 1px solid #000000;
	background-color: #cacaca;
	color:#000000;
	font-weight: bold;
	height:20px;
	padding:0 5px 0 5px;
}

#content .boxcontent td{
	padding:5px;
}

/* ---------------- FOOTER STYLES ---------------- */
	
#footer{
	clear: both;
	text-align: center;
	height: 54px;
	background: url(/images/template/footer-background.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#footer .credits{
	float:left;
	padding: 14px 0 0 22px;
	font-size: 80%;
	font-weight: bold;
}

#footer .links{
	float: right;
	padding: 14px 22px 0 0;
	font-size: 80%;
	font-weight: bold;
}

#footer p{
	padding: 14px 0 0 0;
	font-size: 80%;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ---------------- MISC STYLES ---------------- */

.space {
	clear:both;
	margin:0 0 8px 0;
	padding:0;
	line-height:0;
}

.clear{
	clear:both;
}

.hide{
	display:none;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.imageleft{
	float:left;
	margin:6px 10px 2px 0;
	padding:0;
	border: 1px solid #000000;
}

.imageright{
	float:right;
	margin:6px 0 2px 10px;
	padding:0;
	border: 1px solid #000000;
}

.imageborder{
	border: 1px solid #000000;
}

.important{
	color:#f02025; 
	background-color:inherit; 
	font-weight:bold;
}

.importantbox {
	border: 1px solid #f02025;
	padding: 6px;
	margin: 0 0 10px 0;
	color:#f02025; 
	background-color:inherit; 
	font-weight:bold;
	text-align: center;
}

.textboxreadonly{
	border:0;
	background: transparent;
	width:335px;
}

a img.imageborder,a:visited img.imageborder,a:visited:hover img.imageborder{
	border: 1px solid #000000;
}


	

