body {
	margin-left: 2.5%;
	margin-right: 5%;
	background-color:#cccccc;
}

.random {
/*	border: 1px #6699ff solid; */
	border: 1px #000000 solid;
/*	background-color: #FFFFCC;*/
	background-color: #FFFFFF;
	padding: 6px;
	
	/* Opera 6 bug requires these margins separated */
	/*margin-top: 0;
	
	margin-right: 5%;
	margin-bottom: 2em; */
	margin-left: auto;
	width: 76%;
	/*padding: 1% 10% 3% 3%;*/
}

		
.menus {
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:10px solid #000;
	background:#fff;
	color:#000;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	font-size:10px;
}

.menus a {
	color: #009;
}

#menu {
	width:240px;
	padding:0px;
	margin-left:20px;
	margin-right:-3px;
	margin-top: 15px;
	float:right;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.

	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override out bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.

	Read more at http://www.glish.com/css/hacks.asp
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
}

.menutext {
	margin: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuheading {
	margin: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		 
p,pre,td {
	margin:0px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
h1 {
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	margin:0px 1px 5px 1px;
	font-size:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #791414;
	font-variant: small-caps;
}

h3 {
	margin:0px 1px 5px 1px;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #791414;
	font-variant: small-caps;
}

hr {
	height:0px;
	border: 0px solid #444444;
	border-top-width:1px
	}

th { 
	margin:0px 1px 5px 1px;
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #791414;
	font-variant: small-caps;
}

a {
	color: #000099;
}

a:link, a:visited, a:active {
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

blockquote {
	border: 1px black dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:10px;
	width: 70%;
}

img {
	/*float: left;*/
	voice-family: inherit;
	margin-top: 20px;
	margin-right: 10px;
	clear: both;
}

.wrappedimg {
	float: left;
	voice-family: inherit;
	margin-top: 20px;
	margin-right: 10px;
	clear: both;
}


.footer {
	margin:10px 0px 10px 10px;
	color: black;
	clear: both;
	margin-top: 10px;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
}

.footer p {
/*	padding-top: -5px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.tabletotal {
	border-top: 1px black solid;
}

.sidebar {
	/*position: absolute;
	margin-top: 50px; */
	/*margin-left: 3%;*/
	margin-right: 10px;
	top: 2em;
	left: 0.25em;
	width: 18.5%;
	text-align: right;
	float: left;
	padding-right: 2%;
/*	border-right: 1px dotted #FFFF99; */
	border-right: 1px dotted #444444;
	margin-bottom: 20px;
}

.sidebar h1 {
	text-align: right;
	font-weight: bold;
	color: #6699ff;
	font: normal 1.5em Verdana, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0.2em;
	letter-spacing: -2px;
	border: none;
	padding: 0;
	font-size: 18px;
}
.sidebar h2 {
	text-align: right;
/*	color: #6699ff; */
	color: #444444;
	font: bold 1.3em Verdana, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.7em 0 0.2em;
	font-size: 12px;
	letter-spacing: -1px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar li {
	margin-top: 0;
	font: normal 1.5em Verdana, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

.sidebar a {
	color: #000;
}

.headerImage {
    margin-left: -1.5%;
    vertical-align: middle;
    margin-top: -20px;
    text-align: left;
    float: left;
}

.userText {
    font-size: 10px; 
    font-family: Verdana, "Helvetica", "Arial", "Sans-serif";
    float: right;
    padding-top: 20px;
    vertical-align: bottom;
    text-align: right;
}

#header {
}

#content {
    padding-top: 20px;
    clear: both;
}
