/* LOCAL Style Sheet  */

body {
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	/*background-color: #E9EDF0;*/
	background-color: #eaf5fb;
}

#main {
	background-color: #fff;
	min-width:780px;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#619BCD;
}


/* LANGUAGES */

#languages {
	background-color: #F2F7FD;
	height: 1.7em;
}
#languages ul li#english  {
	color: #003366;
	text-decoration: none;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#0033CC;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	background-image: url(images/banner_bkgd.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 125px;
}


#topbanner #hiddentitle, #hiddentitle span {
	/*background-image: url(../images/banner.gif);*/
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 125px;
}



/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 77%;
	float: left;
	margin: 0;
	padding: 0 0 1em 0.9em;
}

#content p {
	color: #333333;
}
	
#content  p.toppara {
/* If there is no <h2> at the top of the content area, then .toppara must be applied to the <p> tag*/
	padding-top: 2em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#003399;
	text-decoration:none;
}

#content a:hover {
	color: #003399;
}

#content a:visited {
	color: #003399;
}

#content ul {
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	text-align: left;
}
#content ul ul li  {
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;	
	background-position: 0px 10px;
}
#content ul ul ul li {
	background-image: url(images/bullet3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#content h2 {
	color: #003366;
	font-weight: normal;
	font-size: 180%;
	}

#content h3 {
	color: #1C438C;
	font-weight: normal;
	font-size: 140%;
	background-color: #F7F5F2;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#content h4 {
	color: #f4570b;	
	font-weight: normal;
	font-size: 180%;
}

#content h5 {
	color: #f4570b;	
	font-weight: normal;
	font-size: 105%;
}

/* QUOTES */
blockquote {
	margin: 1em 1em 1em 0;
	padding: 0.7em;
	width: 97%;
	background-image: url(images/blockquotegrad.jpg);
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 115%;	
	color: #003366;
}

blockquote .credit {
	float: right;
	padding-right: .6em;
	margin-bottom: .8em;
}


/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 20%;
	font-size: 0.87em;
	background-color: #F2F7FD;
	padding-bottom: 1em;
}

#mainnav a {
	text-decoration: none;
	color: #003366;
	display:block;
	padding: .3em .7em .3em .7em;
}


#mainnav a:link, #mainnav a:active, #mainnav ul li ul li a:link {
	/*color:#1F1F1F;*/
	color: #003366;
}

#mainnav a:hover, #mainnav a:active, #mainnav ul li ul li a:hover {
	/*color:#1F1F1F;*/
	color: #fff;
}


#mainnav a:hover,#mainnav a:active {
	text-decoration: underline;
	background-color: #176EBD;
	display: block;
	color: #FFFFFF;
}

#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted  #D7D7D2;
}
#mainnav ul ul a  {
	display: block;
	padding-left: 1.6em;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* FOOTER BAR */

#footer {
	background-color: #003366;
	color: #FFFFFF;
}
#footer ul {
	margin-top: 0em;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #E1D7C1;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #E1D7C1;
}
