html
	{
	width: 100%;
	}

body
	{
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 85%;
	}


a:link
	{
	color: #b86438;
	}

a:visited
	{
	color: #6f7072;
	}

a:active
	{
	color: #6f7072;
	}


a img
	{
	border-style: none;
	}

h1
	{
	font-size: 135%;
	color: #b86438;
	}

h2
	{
	font-size: 120%;
	color: #000000;
	padding-bottom: 0em;
	margin-bottom: 0.2em;
	}


div#custom
	{
	text-align: center;
	}

div#head
	{
	position: relative;
	height: 135px;
	min-width: 720px;
	}

div#head_left
	{
	position: absolute;
	width: 50%;
	right: 50%;
	height: 135px;
	text-align: right;
	background-image: url(../images/bck_head_l.jpg);
	background-repeat: repeat-x;
	}

div#head_right
	{
	position: absolute;
	width: 50%;
	left: 50%;
	height: 135px;
	text-align: left;
	overflow: hidden;
	background-image: url(../images/bck_head_r.jpg);
	background-repeat: repeat-x;
	}
/*
div#head_main
	{
	position: absolute;
	width: 100%;
	margin-left: 0.5%;
	height: 135px;
	text-align: center;
	overflow: hidden;
	}
*/
div#head_main
	{
	position: absolute;
	width: 100%;
	height: 135px;
	text-align: center;
	overflow: hidden;
	background-image: url(../images/head.jpg);
	background-position: 48% 0%;
	background-repeat: no-repeat;
	}


div#main_outer
	{
	width: 56em;
	min-width: 720px;
	max-width: 99%;
	margin: 0px auto;
	border-left: 2px solid #cfdee1;
	}

div#main
	{
	background-image: url(../images/bck_main.png);
	background-repeat: repeat-y;
	background-position: 27% 0%;
	border-left: 1px solid #c2c2c0;
	height: 1%;
	}

div#menubar
	{
	padding: 8px 0px;
	}

div#sitepoint
	{
	padding: 8px 0px;
	}

div#menusidebar
	{
	float: left;
	width: 27%;
	padding-top: 16px;
	padding-bottom: 16px;
	}

div#content
	{
	float: right;
	width: 72%;
	}

div#menusidebar div.menutitle
	{
	padding-left: 4px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px solid #f3e8c0;
	color: #b86438;
	padding-top: 24px;
	margin-bottom: 4px;
	}
/*
div#menusidebar div.menuitem
	{
	padding-left: 20px;
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/bullet1.png);
	background-position: 4px 0.5em;
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
	}
*/
div#menusidebar div.menuitem a
	{
	color: black;
	text-decoration: none;
	}

div#menusidebar ul
	{
	margin: 0px;
	padding: 0px;
	}

div#menusidebar ul li.menuitem
	{
	padding-left: 20px;
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
	background-image: url(../images/bullet1.png);
	background-position: 4px 0.5em;
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
	}

div#menusidebar ul li.menuitem a
	{
	color: black;
	text-decoration: none;
	}

div#bottom1
	{
	border-bottom: 4px solid #ffca00;
	margin-bottom: 1px;
	margin-top: 10px;
	}

div#bottom2
	{
	border-top: 15px solid #cbdee4;
	padding: 11px;
	}


p
	{
	font-size: 95%;
	margin: 0.3em 0em;
	}

ul.type1
	{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	font-size: 90%;
/*	font-weight: bold;*/
	list-style-image: url(../images/bullet2.png);
	}

ul.type1 li
	{
	margin-bottom: 4px;
	}

dl
	{
	font-size: 95%;
	margin: 0.4em 0em;
	padding: 0px;
	}

dt
	{
	font-weight: bold;
	margin: 0em;
	margin-top: 0.4em;
	padding: 0em;
	}

dd
	{
	padding: 0em;
	margin: 0em;
	}

b.alt
	{
	color: #72251f;
	}

div#cert
	{
	width: 56em;
	min-width: 720px;
	max-width: 99%;
	margin: 0px auto;
	}

div#cert img
	{
	vertical-align: middle;
	}

.invisible
	{
	display: none;
	}


acronym, abbr
	{
	border-style: none;
	}

