/* General Style Sheet*/
body {
	background: #FFC;
	color: #006;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}

h1 {
	display: none;
}

h2 {
	font-size: 200%;
	border-bottom: #039 1px solid;
	line-height: 150%;
	margin-bottom: 20px;
}

h3 {
	clear: both;
	font-size: 120%;
	margin: 20px 0 12px 0;
}

h4 {
	font-size: 105%;
	margin-bottom: 10px;
}

p {
	margin: 10px 0;
}

ul {
	list-style: outside circle;
	margin-top: 0;
}

li {
	margin: 0 0 0 -20px;
	padding: 0 0 0 2px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%
}

thead {
	font-weight: bold;
	font-style: italic;
}

td {
	border: 1px solid #039;
	font: inherent;
	padding: 5px;
}

img {
	border: 0;
}

.preview {
	float: left;
	margin: 0 5px 20px 0;
}

/* Links (LoVe And Hate) */
a {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #69F;
}

a:visited {
	color: #666;
}

a:active {
	color: #FFF;
	background: #666;
	text-decoration: none;
}

a.img:active {
	color: #69F;
}

a:hover {
	background: #C90;
	color: #FFF;
	text-decoration: none;
}

a.img:hover {
	color: #69F;
}

a.img {
	background: inherit;
	text-decoration: none;
}

/* Lay-out */
#header {
	background: #9CF url(sitelogo.gif) 25px 0 no-repeat;
	border: #039 4px solid;
	height: 75px;
	margin: 2% 2% 0 2%;
}

#navigation {
	border-right: 3px solid #003399;
	float: left;
	margin: 2%;
	overflow: hidden;
	padding: 0;
	width: 15%;
}

#navigation ul {
	border-top: 1px solid #003399;
	border-bottom: 5px solid #003399;
	border-left: 1px solid #003399;
	font-weight: bold;
	list-style:none;
	margin:0;
	padding:0;
	width: 100%;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation li a {
	background: #FFFFFF;
	border-bottom: 1px solid #CC9900;
	border-left: 6px solid #CC9900;
	color: #6699FF;
	display:block;
	text-decoration: none;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 6px;
	text-align: left;
	width:100%;
}

#navigation li a:hover {
	color: #FFFFFF;
	background: #6699ff;
	border-bottom: 1px solid #000066;
	border-left: 6px solid #000066;
}

#navigation li.menucurrent a {
	text-align: right;
}

#navigation li.menucaption {
	color: #FFFFFF;
	background: #003399;
	display:block;
	font-size: 120%;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
}

html>body #navigation li a {
	width: auto;
}

#content {
	margin: 0 0 0 1%;
	margin-bottom: 25px;
	float: left;
	width: 77%;
}

#footer {
	border-top: #C90 2px solid;
	clear: both;
	margin: 2%;
}

#footer p {
	margin-top: 15px;
	text-align: center;
}

/* List Style Specific */
ul.catalog, ul.credits, ul.keys, ul.version, ul.updates {
	list-style: outside none none;
}

ul.catalog li, ul.credits li, ul.keys li, ul.version li, ul.updates li{
	padding: 0 0 5px 25px;
	margin: 0 0 0 -40px;
}

ul.catalog li {
	background: url(script.gif) no-repeat;
}

ul.credits li {
	background: url(user_orange.gif) no-repeat;
}

ul.keys li {
	background: url(keyboard.gif) no-repeat;
}

ul.version li {
	background: url(script_code.gif) no-repeat;
}
ul.updates li {
	background: url(bell.gif) no-repeat;
}

div.files {
	margin-left: 35px;
}

div.files li {
   font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* Table Style Specific */

td.credits {
   background: url(user_orange.gif) no-repeat;
   background-position: 5px center;
	padding: 5px 5px 5px 30px;
}

