#siteContainer{
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 789px;
}

body {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	background: #F7F9EF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}

td {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header, #footer {
	width: 788px;
	margin: 0px;
	padding: 0px;
}
#content {
	background-image: url(../_images/grad-page-bkg.png);
	width: 758px;
	margin: 0px;
	padding-left: 30px;
}
#header {
	background-image: url(../_images/header.png);
	height: 150px;
}
#footer {
	background-image: url(../_images/footer.png);
	height: 101px;
}

#menuArea {
	width: 217px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#menuDiv {
/*
	position: absolute;
	top: -1050px;
	left: 217px;
*/
	position: relative;
	z-index: 100;
	width: 217px;
}

.menu {
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
}


.Current {
	padding-left: 14px;
	color: #004FA3;
	font-weight: bold;
	list-style-type: none;
/*
	background-image: url(../_images/bluearrow.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
*/
	text-indent: -14px;
}


.notCurrent {
	padding-left: 14px;
	font-weight: bold;
/*
	background-image: url(../_images/redarrow.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
*/
	list-style-type: none;
	text-indent: -14px;
}

.submenuCurrent {
	color: #000000;
	margin: 0px;
	padding-left: 10px;
	text-indent: -10px;
	list-style-type: none;
	font-weight: normal;
}

.submenuNotCurrent {
	color: #000000;
	margin: 0px;
	list-style-type: none;
	font-weight: normal;
/*
	background-image: url(../_images/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
*/
	padding-left: 10px;
	text-indent: -10px;
}
.pageTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #516BA4;
}
.sectionTitle {
	font-size: 1.1em;
	font-weight: bold;
}
#selLang {
	margin: 0px;
	float: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #516BA4;
	border-bottom-color: #96361C;
	border-left-color: #96361C;
	background-color:#FFFFFF;
}

#selLang a {
	font-size: x-small;
	text-decoration: none;
	color:#000000;
}
#selLang a:hover {
	text-decoration: underline;
	color:#0000FF;
}
#selLang a:visted:hover {
	text-decoration: underline;
	color:#0000FF;
}
#langList {
	margin-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96361C;
	display: none;
	visibility: hidden;
	overflow: visible;
	z-index: 3;
	padding: 0px 4px;
}
/*
#whatsnew {
	margin: 0px;
	float: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #96361C;
	border-bottom-color: #96361C;
	border-left-color: #96361C;
	background-color:#FFFFFF;
}
*/
#whatsnew {
	margin: 0px;
	margin-right:25px;
	display: block;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #96361C;
	border-right-color: #96361C;
	border-bottom-color: #96361C;
	border-left-color: #96361C;
	background-color:#FFFFFF;
}

#whatsnew a {
	text-decoration: none;
	color:#0000ff;
}
#whatsnew a:hover {
	text-decoration: underline;
	color:#0000FF;
}
#whatsnew a:visted:hover {
	text-decoration: underline;
	color:#0000FF;
}
#whatsnewinfo {
	margin-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96361C;
	display: block;
	visibility: visible;
	overflow: visible;
	z-index: 3;
	padding: 0px 4px;
	background-color: #EBEBA9;
}

#textContent {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 527px;
}

.stepone {
	background-color: #FFE2BF;
}

.steptwo {
	background-color: #CAE0CA;
}
#textContent p, #textContent h1, #textContent h2 {
	padding-right: 18px;
	padding-left: 10px;
}
#textContent ol, #textContent ul {
	margin-right: 18px;
}
#textContent div {
	margin-left: 10px;
	margin-right: 18px;
}
.redText {
	color: #FF0000;
}
.blueText {
	color: #516BA4;
}

#textContent hr {
	width: 490px;
	color: #96361C;
}
#menuDiv .menu .submenu a:link {
	color: #000000;
	text-decoration: none;
}
#menuDiv .menu .submenu a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#menuDiv .menu .submenu a:visited {
	color: #000000;
	text-decoration: none;
}

#siteContainer #content #menuArea #menuDiv .menu a {
	color: #000000;
	text-decoration: none;
}
#siteContainer #content #menuArea #menuDiv .menu a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.boxed {
	border: 2px solid black;
	padding: 6px;
}

.bold {
	font-weight: bold;
}
#siteContainer #content #menuArea #menuDiv .menu .Current a {
	color: #516BA4;
	font-size: 1.2em;
/*	
	text-decoration: underline;
*/
}
#siteContainer #content #menuArea #menuDiv .menu .Current .menu .submenuCurrent a, #siteContainer #content #menuArea #menuDiv .menu .Current .menu .submenuNotCurrent a {
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}
#siteContainer #content #menuArea #menuDiv .menu .Current .menu .submenuCurrent a:hover, #siteContainer #content #menuArea #menuDiv .menu .Current .menu .submenuNotCurrent a:hover {
	color: #0000FF;
	font-size: 1em;
	text-decoration: underline;
}

