/* Standard CSS elements, redefines */

body {
	background-color: #000033;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	color: navy;
	background-image: none;
}

img {
	border: none;
}

h1 {
    font-size: 16pt;
	color: navy;
	margin: 0px;
	padding: 0px;
}

h2 {
    font-size: 15pt;
	color: navy;
	margin: 0px;
	padding: 0px;
}

h3 {
    font-size: 14pt;
	color: navy;
	margin: 0px;
	padding: 0px;
}

h4 {
    font-size: 12pt;
	color: navy;
	margin: 0px;
	padding: 0px;
}

h5 {
    font-size: 11pt;
	color: navy;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 10pt;
	color: navy;
	margin: 0px;
	padding: 0px;
}

p {
    font-size: 8pt;
}

td {
	text-decoration: none;
    font-size: 8pt;
}

li {
	/* list-style: url(none); */
    font-size: 8pt;
}

a {
	text-decoration: none;
	color: #cccccc;
}

/* CSS elements to be used as CLASSES */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.gold {
	color: #ffff66;
	text-decoration: none;
}

.shop {
	color: #cccccc;
	font-size: 16pt;
	position: relative;
	top: 6px;
	left: 6px;
	width: 246px;
	height: 66px;
}

.mini {
	color: #cccccc;
	text-decoration: none;
	font-size: 7pt;
}

.whitebg {
	background-color: white;
	padding: 10px;
	vertical-align: top;
}

.lightgreybg {
	background-color: #BBBBBB;
	background-position: center;
}

.goldborder {
	border: thin solid #ffff66;
	padding: 2px;
	margin: 2px;
}

.w150 {
    width: 150px;
}

.w450 {
    width: 450px;
}

.bold {
	font-weight: bold;
}

.X {
    color: Blue; 
	text-decoration: underline;
}

/* standard hover elements */

a:active {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}

/* email hover elements */

a.email:link {
    color: navy;
	text-decoration: none;
}
a.email:hover {
    color: #dd0000;
	text-decoration: none;
}
a.email:visited {
    color: #9933CC;
	text-decoration: none;
}

/* horizontal links */

a.horizontal:link {
	color: #cccccc;
	text-decoration: none;
	font-size: 7pt;
}
a.horizontal:hover {
	color: #ffff66;
	text-decoration: none;
	font-size: 7pt;
}
td.horizontal {
	color: #cccccc;
	font-size: 7pt;
}
span.horizontal {
	color: #ffff66;
	font-size: 7pt;
}

/* vertical links */

a.vertical:link {
	color: #cccccc;
	text-decoration: none;
	font-size: 8pt;
}
a.vertical:hover {
	color: #ffff66;
	text-decoration: none;
	font-size: 8pt;
}
td.vertical {
	color: #cccccc;
	font-size: 8pt;
}
span.vertical {
	color: #ffff66;
	font-size: 8pt;
}

/* screen areas, layers, DIVs */

#banner {
	position: absolute;
	width:600px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#navigation {
	position: absolute;
	width:600px;
	height: 25px;
	left: 0px;
	top: 95px;
	text-align: center;
	overflow: hidden;
}

#mainpage {
	position: absolute;
	width:600px;
	left: 0px;
	top: 120px;
	vertical-align: top;
	overflow: hidden;
}

#menubar {
	position: absolute;
	width:190px;
	left: 0px;
	top: 110px;
	overflow: hidden;
	padding: 15px;
}

#header {
	position: absolute;
	width:411px;
	left: 182px;
	top: 120px;
	background-image: url(../images/header.jpg);
	overflow: hidden;
	height: 80px;
}

#content {
	background-color: #CCCCCC;
	position: absolute;
	width:400px;
	left: 180px;
	border: thin none;
	padding: 10px;
	margin: 2px;
	top: 110px;
	overflow: hidden;
}

#alert {
	position:absolute;
	width:323px;
	height:190px;
	z-index:1;
	left: 285px;
	top: 41px;
	background-color: #990000;
	border: thin double;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF33;
	padding: 6px;
	margin: 3px;
}
