body {
	margin: 0px;
	padding: 0px;
	background-color: #dbdbdb;
	background-image: url(back1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightcolumn {
	width: 150px;
	padding-left: 50px;
	float: right;
	padding-top: 100px;
}
#leftcolumn {
	margin-right: 220px;
	padding-left: 30px;
	padding-top: 10px;
}
#fullcolumn {
	margin-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
#outerbox {
	font-family: "Gill Sans MT","Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	color: #404040;
}
h1 {
	font-size: 1.9em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #B2B2B2;
}
h2 {
	font-size: 1.5em;
	color: #404040;
}
h3 {
	font-size: 1em;
	color: #404040;
}
#leftcolumn p, #leftcolumn li {
	font-size: 0.85em;
}
#leftcolumn a:link {
	color: #920166;
	text-decoration: underline;
}
#leftcolumn a:visited {
	color: #d22a8a;
	text-decoration: underline;
}
#leftcolumn a:hover {
	color: #ffffff;
	text-decoration: none;
}


#fullcolumn p, #fullcolumn li {
	font-size: 0.85em;
}
#fullcolumn a:link {
	color: #920166;
	text-decoration: underline;
}
#fullcolumn a:visited {
	color: #d22a8a;
	text-decoration: underline;
}
#fullcolumn a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu {font-family: "Gill Sans MT","Gill Sans", GillSans, arial, sans-serif; width:120px; position:relative; margin:0; margin:50px 0; font-size: 14px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#666; width:115px; height:25px; text-align:center; border:1px solid #920166; border-width:0 0 1px 0; line-height:19px; font-size:0.9em;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#920166; background-image: url(images/submenu.gif); background-repeat: no-repeat; background-position: left top;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:-150px; width:105px;}
.menu ul li:hover ul li a.hide {background:#afafaf; color:#fff; font-size:0.9em;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#afafaf; color:#000; width:150px;}
.menu ul li:hover ul li a:hover {background:#afafaf; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#afafaf; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#afafaf; color:#fff;}
