html, body {margin: 0; padding: 0; height:100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: auto;
}


p {margin: 0; padding: 8px 7px 0 10px; }

#contents p {font-weight: bold; }

.boldblue { color: #003399; font-weight: bold; }

#main {
	margin: 0px 166px 0px 0px;
	padding: 0;
	background-color: #FFFFFF;
}
	
#main p {
	font-size: 80%;
	line-height: 145%;
	margin: 0 5px 0 20px;
	padding: 0;
}

#printpage{
	text-align: right;
	padding: 5px;
	margin-top: 4px;
}

#main h1{
	margin: 0 5px 10px 20px;
}

#main img {
	float: right;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#arrow {
	float: right;
	padding: 0;
	margin-top: 3px;
	top: 3px;
} 

strong {font-weight: bold; color: #233622; }
	
.alignright  {margin: 0; padding: 1em 10px 2em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }


#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

/* >>>>> Sidepage extras <<<<< */

h1 {
	margin-top: 10px;
	font-size: 140%;
	color: #990033;
	font-weight: normal;
	line-height: 100%;
	padding: 0;
}
h2 {
	font-size: 100%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	border-bottom-width: thin;
	color: #003399;
	background-color: #A7BCC0;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	text-indent: 3px;
	margin: 0;
}
h4 {
	font-size: 80%;
	font-weight: bold;
	color: #001D60;
	background-color: #F7AC01;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #001D60;
	border-bottom-color: #001D60;
	height: 20px;
	padding-top: 2px;
	margin: 0;
}

.right ul {padding-right: 5px; }

li {padding: 1px;} 

.description {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 80%;
	padding-left: 4px;
}


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding-left: 3px;
	background-color: #9A0034;
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 0px;
	width: 165px;
	background-color: #FFFFFF;
	font-size: 80%;
}
#leftbox a{font-size: 97%; color: #003399;}

#menu {
	width: 165px;
	text-decoration: none;
	color: #ffffff;
	top: 0px;
	margin: 0;
	padding: 0;
	background-color: #990033;
}
#leftbox h1 {
	font-size: 150%;
	color: #001D60;
	margin: 0;
	padding: 0;
	padding-left: 3px;
}
	
#leftbox p {
	font-size: 97%;
	color: #000000;
	margin: 0;
	margin-left: 4px;
}
	
#menu ul {
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	margin: 0;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
}
#menu li a.youAreHere, #menu li a:hover {
	color: #E6CBC6;
	text-decoration: none;
}
#container {
	margin-left: 165px;
	min-width: 700px;
	background: url("images/greyband.gif") 100% 0 repeat-y;
	border-left: 1px solid;
	border-left-color: #999;
	background-color: #BAD7E9;
}


#rightbox {
display:none;
	width: 165px;
	margin-left: 1px;
	float: right;
	padding:0px;
	border-left: 1px solid;
	border-left-color: #999999;
}
#rightbox p {
	font-size:70%;
}

#rightbox p.more{
	text-align: right;
	margin: 0 5px 5px 0;
}
#rightbox p.more a:hover {
	color: #000000;
}

#rightbox ul {
	margin: 0;
	padding-bottom: 0.2em;
	list-style-type: none;
	padding-left: .5em;
	padding-top: 0.3em;
}
#rightbox ul li {
	margin: 0;
	font-size: 70%;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0.3em 0.1em 0.3em 1.2em;

}

#rightbox ul#newmembers li {
	background-image: none;
	padding: 0 1.2em;
}
#rightbox ul#newmembers li a:hover {
	text-decoration: underline;
}

#rightbox ul li a {
	color: #000000;
	text-decoration: none;
}
#rightbox li a:hover {
	text-decoration: underline;
}


/* hide the following from IE5-Mac \*/
#rightbox {
	display:none;
margin-right: 0;
	padding: 0px;
}
/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 170px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	background-color: #BAD7E9;
	margin: 0px 166px 0 0px;
	padding: 3px;
	position: relative;
	background-image: url(images/blueband.gif);
	background-repeat: repeat-x;
} /*** IE6 needs this to display the div ***/
#contents ul {
	margin: 0;
	padding-bottom: 0.3em;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0.3em;
	margin-right: 15px;
}
#contents ul li {
	margin: 0;
	font-size: 72%;
	padding-left: 1.2em;
	background-image: url(images/arrowblue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-left: 0px;
}
#contents ul li a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
#contents li a:hover {
	text-decoration: underline;
}

#footer {
	display:none;
background-color: #9A0034;
	height: 25px;
	clear: both;
} 
#footer p{
	color:#ffffff;
	font-size:70%;
	text-align: center;
	color: #FFFFFF;
}
#footer a.youAreHere, #footer a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
} 
