/* Style sheet  */


body {
	background-color: #E9EDF0;
	background-image: url("images/grad.jpg");
	background-repeat: repeat-x;
}
#main {
	background-color: #fff;
	min-width:780px;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#033A7D;
}

/* LANGUAGES */

#languages {
	background-color:#B9D9EC;
	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: none;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 125px;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	background-color: #B3DAEB;
}

/* Use margin-top:26px for two-line title */
#topbanner h1 {
	margin-left: 135px;
	margin-top: 30px;
	font-size: 1.50em;
	color: #2e87c8;
	text-align: left;
}
#topbanner .line2 {
	margin-top: -5px;
}
#topbanner    .date  {
	font-size: 78%;
	font-weight: normal;
}
#topbanner #unlogo img {
	margin-left: 25px;
	margin-top: 10px;
}



/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 77%;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0.9em;
}
#content p {
	color: #333333;


}

	
#content  p.toppara {
	padding-top: 2em;
}

#content a:link {
	color:#387bc2;
	text-decoration: none;
}
#content a:visited {
	color: #387bc2;
	text-decoration: none;
}
#content a:hover {
	color: #e57f01;
	text-decoration: none;
}
#content a:active {
	color: #387bc2;
	text-decoration: none;
}
#content ul ul li  {
	background-position: 0px 10px;
	background-image: url("images/bullet2.jpg");
	background-repeat: no-repeat;
/*	font-size: 120%; */
}
#content ul ul ul li {
	background-image: url("images/bullet3.jpg");
	background-repeat: no-repeat;
	background-position: 0px 10px;
}


#content h2 {
	color: #1C438C;
	font-size: 140%;
	font-weight: normal;
	font-size: 170%;
	font-weight: normal;
	}

#content h3 {
	color: #1C438C;
	font-size: 130%;
	background-color: #F7F5F2;
	font-weight: normal;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#content h4 {
	color: #6D4E03;
	font-size: 115%;
	font-weight: normal;
}

#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;
}
#content ol{
	margin-top: 0px;
	margin-left: 25px;
}
#content ol li{
    padding: .3em 0 1% 1.4em;
    color: #000000;
}
#content ol.sub li{
	list-style-type: lower-alpha;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1.4em;
}

/* QUOTES */
blockquote {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 95%;
	background-image: url("images/blockquotegrad.jpg");
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}

blockquote .credit {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 0.6em;
	color: #003366;
	text-align: right;
}
blockquote     .text  {
	width: 95%;
	padding-right: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.6em;
	margin: 0px;
	color: #003366;
}
#imgright {
	font-size: x-small;
	float:right;
	color:#333333;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 330px;
	}


/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 20%;
	font-size: 0.96em;
	background-image: url("images/navgrad.jpg");
	background-repeat: repeat-x;
	background-color: #F3F8FC;
	padding-bottom: 1em;
}
#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D2;
}


#mainnav ul li a {
	text-decoration: none;
	color: #003366;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.5em;
}
	

#mainnav ul li#home {
	display: block;
}
#mainnav ul li#home a {
	padding-left: .7em;
}


#mainnav ul li a:hover  {
	text-decoration: none;
	background-color: #246B9F;
	display: block;
	color: #FFFFFF;
}

#mainnav  a:link, #mainnav  a:active, #mainnav  a:visited    {
	color:#333333;
}

/* SG MESSAGES INCLUDE*/
#sgmsgyrs li{
	display: inline;
	margin: 5px;
}

/* 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: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #E1D7C1;
}
#wsscredit {
	font-size: 90%;
	color: #000033;
	text-align: center;
}
.sm {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	padding-left: 0.7em;
}

#additionalinks #amr {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FLOAT: left; MARGIN: 0% 0.34em 1em; BORDER-LEFT: #999999 1px solid; WIDTH: 18.5%; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 28em; BACKGROUND-COLOR: #ffffff
}
#additionalinks #amr H3 {
	MARGIN-BOTTOM: 84px; BACKGROUND-COLOR: #1e156f
}
#additionalinks #amr {
	BACKGROUND-POSITION: -11px 18px; BACKGROUND-IMAGE: url("images/amr.jpg"); MARGIN-LEFT: 1em; BACKGROUND-REPEAT: no-repeat
}
#additionalinks #amr A:hover {
	COLOR: #1e156f
}
.blockquoteor {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 95%;
	background-image: url("images/grady.jpg");
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}
.blockquotepu {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 95%;
	background-image: url("images/gradp.jpg");
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}
.blockquoteg {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 95%;
	background-image: url("images/gradg.jpg");
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}
.blockquoteyo {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 95%;
	background-image: url("images/gradyo.jpg");
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}
