body {
	text-align: center;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
body h1 {
	margin: 1.25em 0 0.25em;
	font-size: 1.5em;
	color: #3E6179;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 1px;	
}
body h2 {
	margin: 1.25em 0 0.25em;
	font-size: 1.4em;
	font-style: normal;
	color: #3E6179;
	font-family: Georgia, serif;
}
p {
	margin-top: 5px;
	margin-left: 0px;
}
.list {
	list-style-type: none;
	list-style-image: url(/images/diamond.gif);
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.related-diagram {
	float: right;
	width: 150px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 12px;
	border-left: 1px dashed #97B1C6;
	margin-top: 15px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}
.related-diagram a {
}
.related-diagram th {
	font-size: 10px;
	font-weight: normal;
}
.related-diagram li
{
	padding-left: 17px;
	background-image: url(/images/diamond-2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	font-size: 11px;
	color: #7598B5;
	text-align: left;
	margin-bottom: 5px;
}

.related-diagram ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Verdana;
	font-weight: normal;
}
.floatRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 14px;
}
.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 4px;
}
#design {
	text-align: justify;
	margin: 0 auto;
	font-size: 12px;
	color: #3E6179;
	width: 1003px;
	height: auto;
	font-family: Georgia;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
}
#header {
	padding-left: 35px;
	color: #FFFFFF;
	height: 80px;
	background-color: #FFFFFF;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #395569;
	width: auto;
}
#menu_container {
	height: 20px;
	width: 1003px;
	background-color: #AA5129;
	background-image: url(/images/menu-tile-5.gif);
	background-repeat: repeat-x;
}

.menu {
	width:720px;
	position:relative;
	z-index:100;
	padding-left: 28px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:120px;
	position:relative;
	background-color: #AA5129;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:109px;
	height:19px;
	padding-left:10px;
	line-height:18px;
	font-family: Georgia;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;
w\idth:109px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#FFFFFF url(/images/menu-line.gif) repeat-y right top;
	color: #714e3e;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:150px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:19px;
t\op:20px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#EBEFF3 url(/images/menu-line.jpg) repeat-y right top; 
color:#3e6179; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FFFFFF; 
background:#3e6179;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#FFFFFF; 
background:#3e6179;
}

/* style the second level hover */
.menu ul ul a:hover{
	background:#6289AA url(/images/menu-line.jpg) repeat-y right top;
	color: #FFFFFF;
}
.menu ul ul :hover > a.drop {
	background:#6289AA url(/images/menu-line.jpg) repeat-y right top;
	color: #FFFFFF;
}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}

#subheader{
	color: #3E6179;
	padding-left: 40px;
	background-color: #FFFFFF;
	height: 30px;
	border-bottom: 1px solid #395569;
	border-top-color: #B86538;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 963px;
	background-image: url(/images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: 420px;
}
#wrapper {
  background: url(/images/background.gif) repeat-y right;
}
.clearing {
  height: 0;
  clear: both;
}
#content_container {
	width: 100%;
	float: left;
	margin-right: -240px;
	border-bottom-color: #395569;
	border-bottom-width: 1px;
	border-bottom-style: solid;
 	background: url(/images/background.gif) repeat-y right;
	}
#content {
	background: #FFFFFF;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 11px;
	word-spacing: 2px;
	line-height: 20px;
	width: 757px;
}

#content img {
	padding: 
	0px;
}
#leftimage {
	padding-top: 20px;
	position: absolute;
	padding-left: 40px;
}
#breadcrumbs {
	color: #FFFFFF;
	margin-left: 180px;
	padding-top: 25px;
	height: 20px;
	font-family: Georgia;
	font-size: 12px;
	margin-right: 40px;
	padding-left: 8px;
	background-image: url(/images/bg-red-brown.gif);
	background-repeat: repeat-x;
}
#breadcrumbs a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#breadcrumbs a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#breadcrumbs a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#BodyText {
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 25px;
	background-image: url(/images/swirl-red-brown.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#BodyText a:link {
	text-decoration: none;
	color: #7598B5;
}
#BodyText a:visited {
	color: #7598B5;
	text-decoration: none;
}
#BodyText a:hover {
	color: #3E6179;
	text-decoration: none;
}
#BodyText a:active {
	color: #7598B5;
	text-decoration: none;
}
#Further_Info {
	color: #3E6179;
	margin-left: 188px;
	margin-right: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #97B1C6;
	margin-top: 50px;
	padding-top: 10px;
}
#Further_Info a:link {
	text-decoration: none;
	color: #7598B5;
}
#Further_Info a:visited {
	color: #7598B5;
	text-decoration: none;
}
#Further_Info a:hover {
	color: #3E6179;
	text-decoration: underline;
}
#Further_Info a:active {
	color: #7598B5;
	text-decoration: none;
}
#sidebar {
	width: 154px;
	float: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-top: 17px;
	padding-left: 21px;
	text-align: left;
}

#sidebar a:link {
	text-decoration: none;
	color: #7598B5;
}
#sidebar a:visited {
	color: #7598B5;
	text-decoration: none;
}
#sidebar a:hover {
	color: #3E6179;
}
#sidebar a:active {
	color: #7598B5;
	text-decoration: none;
}
#sidebar-list
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#sidebar-list li
{
	padding-left: 17px;
	background-image: url(/images/diamond-2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin-bottom: 5px;
}
#updates_heading, #links_heading #special_heading {
	width: 60px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia;
	margin: 0px;
	padding: 0px;
}
#Updates, #Links, #Special {
	width: 154px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #97B1C6;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 5px;
	padding-top: 12px;
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
html>body #Updates, #Links, #Special {
	padding-top: 0px;

}
#footer {
	color: #FFFFFF;
	border-left: 1px solid #395569;
	width: 660px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #395569;
	padding-left: 45px;
	background-color: #395569;
	padding-bottom: 5px;
	margin-left: 40px;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
input.styled {
	color: #3E6179;
	background-color: #F5F5F7;
}
