	/*  General layout and design */

body {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	background-color: #333366;
	}

h1 {
	font-size: 1.825em;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	margin: 2em 0 0 0;
	text-align: left;
	}

h2 {
	font-size: 1.375em;
	font-variant: small-caps;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	text-align: left;
	}

h3 {	
	font-size: 1.375em;
	font-variant: small-caps;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	padding: 0;
	margin: 2em 0 0 0;
	text-align: left;
	}

p {
	margin: 1em 0 0 0;	
	}

dl {
	padding: 0;
	margin: 1.5em 0 0 0;
	}

ul {
	list-style-type: circle;
	padding: 0;
	margin: 0 0 0 1.5em;
	}

ul.nobs {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 1.5em;
	}


ul.nobs h2 {
	margin: 0.5em 0 0 0;
	}

#header	{
	color: #999;
	background-color: #336;
	border: 0;
	border-bottom: 20px solid #c30;
 	margin: 0;
	padding: 0;
	}

#outer {
	background: #ffc;
	color: #333;
	margin: 10px auto;
	padding: 0;
	border: 3px solid #999;	
	width: 600px;
	}

#content {
	color: #333;
	background-color: #ffc;
	margin: 0;
	padding: 0 20px 20px 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.375em;
	text-align: justify;
	}

#footer {
	font-size: 0.625em;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	text-align: center;
	border: 0;
	border-top: 1px solid #999;
	color: #333;
	background: #ffc;
	padding: 5px 7px 7px 10px;
	text-align: center;
	clear: both;
	}

#footer p {
	margin: 10px 0;
	padding: 0;
	}

	/* Images */

.screenshot {	
	border: none;
	}

.screenshot img {
	border: solid #333 1px;
	padding: 0;
 	margin: 2em 0 0 0;
	clear: left;
	}

.screentext {
	float: right;
	padding: 0;
	margin: 2em 0 0 0;
	width: 200px;
	}

img 	{
	border: none;
	}

#header img {
	vertical-align: bottom;
	}

img.rphoto {
	float: right;
	padding: 0 0 10px 15px;
	}

img.lphoto {
	float: left;
	padding: 0 0 10px 15px;
	}

.image .caption {
 	font-size: 0.625em;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	text-align: center;
 	}

	/* Top navigation */

#menu {
	margin: 0;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 1.25em;	
	}

#menu ul li {
	float: left;
	width: 100px;
	}

#menu ul li a {
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #c30;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 0.625em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2em
   	}

#menu ul li a:hover {
	color: #333;
	background: #999;
	}

#menu a.active, #menu a:active {
	color: #fff;
	background: #c30;
	border-top: 1px solid #c30;
	border-left: 1px solid #c30;
	border-bottom: 1px solid #999;
	border-right: none;
	}

#menu a.active:hover {
	color: #fff;
	background: #c30;
	border-top: 1px solid #c30;
	border-left: 1px solid #c30;
	border-bottom: 1px solid #999;
	border-right: none;
	}

	/*  Main linkage */

#content a:link, a:visited {
	font-weight: bold;
 	text-decoration: none;
	color: #c30;
	}

#content a:hover {
	font-weight: bold;
 	text-decoration: none;
	color: #336;
	}

#content a:active {
	font-weight: bold;
 	text-decoration: none;
	color: #c30;
	border: none;
	background-color: transparent;
	}

#footer a:link, a:visited {
	font-weight: bold;
 	text-decoration: none;
	color: #c30;
	letter-spacing: 1px;
	}

#footer a:hover {
	font-weight: bold;
 	text-decoration: none;
	color: #336;
	letter-spacing: 1px;
	}

#footer a:active {
	font-weight: bold;
 	text-decoration: none;
	color: #c30;
	border: none;
	background-color: transparent;
	letter-spacing: 1px;
	}

/*  Forms */

#formarea {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}

#formarea label	{
	font-size: 0.75em;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 7px;
	display: block;
	}