.patches {  font: 16px "Microsoft Sans Serif"
}
.oldpatches {  font: 18px Verdana, Arial, Helvetica, sans-serif
}
.fineprint {  font: 12px "Microsoft Sans Serif"; color: #CCCCFF
}
.titles {  font: 18px "Microsoft Sans Serif"
}
.bigpt {
	font-size: 18pt;
}
.midpt {
	font-size: 14pt;
}
.orange {
	color: #ffcc00;
}
.red {
	color: #ff0000;
}
.yellow {
	color: #ffff00;
}
.green {
	color: #00ff00;
}
.blue {
	color: #99ccff;
}
.white {
	color: #ffffff;
	font-size: 12pt;
}
IMG.absmiddle {
vertical-align: middle;
margin-bottom: .25em;
}
.style1 { color: #450468
}
.style3 {
	color: #FF0000;
	font-size: 24px;
}
.style5 {
	color: #560786;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #66cc00;
}      /* unvisited link */
a:visited {
    color:#ccff66;
}  /* visited link */
a:hover {
    color:#cccccc;
}  /* mouse over link */
a:active {
    color:#0000cc;
}  /* selected link */	
a img {
    border: none;
}  /* no borders on images */	
body {
    color:#ffffcc;
	background-color:#000000;
	font: normal 10px Verdana, Helvetica, Arial, sans-serif;
/*  font-smooth removed until browsers support it  7/5/10
    font-smooth: always;
----------------------------------------------- */

/* scrollbars added 4/2/10 - should have -ms in front and it is not implemented in many browsers
----------------------------------------------- */
    -ms-fscrollbar-base-color: #9999cc;
    -ms-fscrollbar-arrow-color: white;
    -ms-fscrollbar-track-color: #ccccff;

    -ms-fscrollbar-shadow-color: black;
    -ms-fscrollbar-lightshadow-color: black;
    -ms-fscrollbar-darkshadow-color: gray;

    -ms-fscrollbar-highlight-color: white;
    -ms-fscrollbar-3dlight-color: black;

    min-width:970px;
	padding: 0 0 40px;
    overflow:scroll;
}

/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:2em;
	text-align: center;
	background:#ceaeff;
	padding:.7em 1em;
	margin-bottom:0;
}

#header1 {
	z-index:1;
	position: relative;
}

 #header2 {
	z-index:3;
	position: relative;
	left:240px;
	top:-265px;
}

/*
-----------------------------------------------
Navigation
----------------------------------------------- */

#nav {
	font-size: 13px;
	margin: 0;
	padding: 7px 6px 0;
	background: #ffe17f url(http://www.patches.net/img/gradient.png) repeat-x 0 -110px;
/* line height adjusted 4/8/10 and 7/24/10
----------------------------------------------- */
	line-height: 30%;

	position: relative;
	left:0px;
	top:-170px;
	z-index:6;
/*   border-radius removed until browsers support it  7/5/10
	border-radius: 2em;
----------------------------------------------- */
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
/* padding adjusted 7/24/10
----------------------------------------------- */
	padding: 0 0 10px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
#nav a {
	font-weight: bold;
/* removed 4/6/10
	color: #e7e5e5;
----------------------------------------------- */
	color: #551a8b;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #ff9b00 url(img/gradient.png) repeat-x 0 -40px;
	color: #551a8b;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
/*   box-shadow removed until browsers support it  7/5/10
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
----------------------------------------------- */
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
/*  colors adjusted 4/8/10
----------------------------------------------- */
	color: #551a8b;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #551a8b url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
/* top adjusted 4/8/10
----------------------------------------------- */
	top: 30px;
	left: 0;
/*  colors adjusted 4/8/10
----------------------------------------------- */
	background: #ffffcc url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
/*   border-radius removed until browsers support it  7/5/10
	border-radius: 10px;
----------------------------------------------- */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
/*   box-shadow removed until browsers support it  7/5/10
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
----------------------------------------------- */
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset
{
	margin-bottom: 20px;
}

/* added border colapse 7/23/10 */
table
{
    border-collapse: collapse;
}
