* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #535353 repeat-y 50% 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0 auto;
	text-align: center;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #0060F1;
	outline: none;
}

a.external {
	background-image: url(../images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color: #001E57;
	text-decoration: underline;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) transparent repeat-y top left;
	border-bottom: 14px solid #BF311A;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 12px;
	text-align: center;
	width: 760px;
}

#top {
	background: url(../images/backgrounds/top.gif) transparent no-repeat top left;
	float: left;
	height: 100px;
	width: 760px;
}

#nav {
	float: right;
	font-size: 12px;
	position: relative;
	top: 76px;
	left: 5px;
	width: 455px;
}


#left {
	background: url(../images/backgrounds/left.jpg) transparent no-repeat top left;
	color: #4D4D4D;
	float: left;
	padding: 3px 20px 20px 20px;
	overflow: hidden;
	text-align: justify;
	width: 525px;
}

#right {
/*	background: url(../images/backgrounds/right.gif) transparent no-repeat top left;*/
	color: #4D4D4D;
	float: left;
	font-size: 85%;
	overflow: hidden;
/*	padding: 20px 7px 0 12px;*/
	text-align: justify;
/*	width: 176px;*/
	width: 195px;
}

#footer {
	background: url(../images/backgrounds/footer.gif) transparent no-repeat top left;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 43px;
	overflow: hidden;
	padding: 18px 0 0 20px;
	text-align: justify;
	width: 740px;
}

/*---------------

HEADERS

---------------*/

h1, h1 a {
	background: url(../images/backgrounds/h1.gif) transparent no-repeat top left;
	float: left;
	height: 100px;
	text-indent: -6000px;
	width: 224px;
}

h3 {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: bold;
	height: 21px;
	margin: 0 0 15px 0;
	width: 525px;
}

#right h4 {
	background: url(../images/backgrounds/right.gif) transparent no-repeat top left;	/*mod*/
	padding: 20px 7px 0 12px; /*mod*/
	color: #CECECE;
	font-size: 16px;
	font-weight: bold;
	height: 21px;
	margin: 0 0 11px 0;
	text-align: right;
}

#right h5 {
	font-size: 12px;
	padding: 2px 12px;
}

/*---------------

TEXT

---------------*/

#locator {
	color: #666666;
	font-size: 11px;
	height: 20px;
}

#locator a {
	color: #666666;
}

#locator a:hover {
	color: #333;
}

#left p {
	padding: 0 0 15px 0;
}

#left ul {
	padding: 0 0 15px 15px;
}

#left ul li {
	padding: 0 0 5px 0;
}

#right p {
	padding: 0 10px;
}

#right form {
	padding: 0 10px;}


/*----------------
Sidebar image 
-----------------*/
.sidebar-image {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*------------------
Sidebar navigation 
-------------------*/
ul#sidebar-navigation {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	list-style: none;
}

#sidebar-navigation li {
	text-align: right;
	line-height: 1em;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

* html body #sidebar-navigation li{
	margin-bottom: -6px;
}

#sidebar-navigation a {
	display: block;
	padding-right: 15px;
	background-image:  url(../images/sidebar-navigation-bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #003366;
	text-decoration: none;
}

#sidebar-navigation a:hover {
	color: #848484;
}

#sidebar-navigation a.current {
	font-weight: bold;
}

#sidebar-navigation a.current:hover {
	color: #003366;
}
