/* ------------- css for screen appearance ---------------------*/

/* -------- Reset ALL browsers -------- */

html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}


/* -------- Set 100% mozilla height compatibility -------- */
html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 600px;
}

body {
	min-width: 600px;
	padding: 1% 8%;
	height: 100%;
}


/* ---------------- redefine HTML Tags -------------*/

p {
	font-size: 0.9em;
	margin: 1em 0px;
}

h1 {
	color: #993300;
	font-size: 1.3em;
	margin-bottom: 18px;
}

h2 {
	font-size: 1.1em;
	color: #EC4D00;
}

h3 {
	font-size: 1em;
	color: #FF884F;
	margin-bottom: 1em;
}

h4{
	font-size: 0.9em;
}

h5 {
}

h6 {
}

sup {
	font-size: smaller;
}


/*--------- format styles --------------- */


#udm a.nohref {  /* no rollover on nohref links */
	background-color:transparent !important;
	color: #CCCCCC!important;
	}


#udm a.nohref:focus, #udm a.nohref:active {  /* partially restore for focus so you can see when you're on it */
	border-color:#aca !important;
	}
	
#udm li.separate {
	border-top: thin solid #FFDF5E;
}
#udm li.xSeparate {
}

.snglSpc {
	margin-top: -1em;
	margin-bottom: 1em;
}
.reference {
	font-size: 0.7em;
	color: #333333;
	background-color: transparent;
	width: 100%;
	margin: 6px 0px;
}
.normalTxt {
	font-style: normal;
	font-weight: normal;
}
.smallTxt {
	font-size: 0.7em;
	line-height: normal;
}

.redTxt {
	color: #CC0000;
	background-color: transparent;
}
.largeTxt {
	font-size: 1.2em;
}

.greyTxt {
	color: gray;
	background-color: transparent;
}
.silverTxt {
	color: silver;
	background-color: transparent;
}
.whiteTxt {
	color: #FFFFFF;
	background-color: transparent;
}
.redBorder {
	border: 1px solid #CC0000;
	padding: 0px 12px;
}

.greyBorder {
	border: 1px solid #666666;
	padding: 0px 12px;
}


.greyBox {
	background-color: silver;
	padding: 8px;
}

.imgTxt {
	font: 0.75em/1.2em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	margin: 3px 0px;
	padding: 0px;
}


/* ----------- Set display --------------------*/

.xPrint {
}

.printOnly {
	display: none;
}
.xxx {
	display: none;
}

.pageXa {
	page-break-after:always
}
.pageXb {
	page-break-before:always
}


/* ------------------ other common ----------------------*/
#topOfPage {
	position: absolute;
	left: 0px;
	top: 0px;
}

.vertScrollOnly {
	overflow-x: hidden;
	overflow-y: auto;
}
.horizScrollOnly {
	overflow: auto;
	overflow-y: hidden;
}


.iH {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.iHr {
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.imgL {
	float: left;
	margin: 0px 18px 8px 0px;
}
.imgR {
	display: inline;
	float: right;
	margin: 8px 0px 8px 18px;
}


.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
	display: block;
}

#window {
	float: left;
	margin-top: 18px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(/images/flower.jpg) no-repeat right bottom;
}


#mainMenu {
	clear: both;
	width: 100%;
}
#home {
	margin-top: -3px;
}

#contentHolder {
	float: left;
	width: 100%;
	clear: both;
	padding: 8px;
	min-height: 300px;
}
#contentHolder ul {
	font-size: 0.85em;
}

#contentHolder li {
	padding-bottom: 6px;
}
.flower {
	margin-right: 260px;
}


/*html>body #contentHolder {
	height: auto;
	min-height: 64%;
}*/
/*#contentHolder a:link {
	border-bottom: 1px dashed #999999;
	text-decoration: none;
	color: #003366;
	background-color: transparent;
}
#contentHolder a:visited {
	color: #404040;
	border-bottom: 1px dashed #404040;
	text-decoration: none;
	background-color: transparent;
}
#contentHolder a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	background-color: transparent;
	color: #FF0000;
}*/

#footerHolder {
	font-size: 0.75em;
	clear: both;
	height: 2em;
	padding-right: 8px;
	width: 100%;
	padding-top: 8px;
}
#footerHolder ul {
	margin: 0px;
}
#copyRight ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#copyRight li {
	margin: 0px 18px 8px 0px;
	list-style: none;
}
#siteLinks {
	float: right;
	width: 12em;
	text-align: left;
}
#siteLinks a:link, #siteLinks a:visited {
	float: right;
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
#siteLinks a.noHref, #siteLinks a.noHref:hover {
	color: #CCCCCC;
	font-weight: normal;
	background-color: transparent;
}

#siteLinks a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

#siteLinks li {
	list-style: none;
	margin-bottom: 1px;
}
.redBorder {
	border: thin solid #FF0000;
}
#lingo {
	float: right;
	padding-top: 54px;
	display: none;
}
#lingo li {
	height: 20px;
	width: 22px;
	border: 1px solid #D7D6E9;
	line-height: 20px;
	text-align: center;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 8px;
}
#lingo li a:link, #lingo li a:visited {
	color: #0066FF;
	text-decoration: none;
}
#lingo li a:hover {
	color: #FF0000;
}
