/*			First reset the values		*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* First set the default font size */
body, body div, body p, body th, body td, body li, body dd    {
             /* more specific to override rule in importing sheet */
    font-size:    small;      
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;   
             /* recover from trick */
    font-size:    medium;         
             /* intended value for better browsers */
    }

html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd    {
    font-size:    medium;
             /* be nice to Opera */
}

/*		layout			*/
body
{
	color: #303;
	font-family: "Gill Sans", Verdana, san-serif;
	background-color: #CCFFE8;
	background-image: url(../images/Arachnid.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#logo
{
	width: 300px;
	height: 100px;
	background-image: url(../images/LogoBaud.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul#navbar
{
	float: left;
	margin-top: 4em;
	margin-right: 5%;
	margin-bottom: 2em;
	margin-left: 5%;
	padding-top: 2em;
	padding-bottom: 6em;
	width: 22%;
	background-color: #00664F;
	font-family: "Gill Sans", Verdana, san-serif;
}

ul#navbar li
{
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	display: block;
	text-align: right;
	color: #FFC;
	letter-spacing: 0.2em;
}

ul#navbar li a
{
	display: block;
	width: 99%;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #FFC;
}

ul#navbar li a:hover
{
	text-decoration: underline;
}

#contents
{
	padding: 0;
	margin: 0 5%;
}

#contents h1
{
	margin-bottom: 1em;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: #063;
	border-left: #063;
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
}

#contents p+p
{
	text-indent: 1.4em;
}

#contents ul
{
	list-style-type: square;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}

#panel
{
	float: left;
	height: 300px;
	width: 200px;
}

#quotebar
{
	clear: both;
	width: 600px;
	height: 50px;
	margin-top: 3em;
	margin-bottom: 50px;
	margin-right: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 3em;
	padding-right: 3em;
	background-color: #00664F;
	text-align: center;
	color: #FFC;
}
#quotebar cite
{
	font-style: italic;
	font-size: 90%;
}
#quotebar cite:before {content: " ~ "; }

.indexlink
{
	text-align: center;
	font-weight: bold;
	font-size: 85%;
	font-variant: small-caps;
	margin-top: 2em;
}
.commandlink
{
	display: block;
	width: 15em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
	font-variant: small-caps;
	margin-top: 2em;
	padding-bottom: 32px;
	background-image: url(../images/spiderg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*		form styles		*/
#contents form { margin-top: 1em; }
.formrequired:before { content:"*" }
.contactlabel, .fieldtitle
{
	display: block;
	font-size: 80%;
	font-variant: small-caps;
	font-weight: bold;
}
.contactbox { width: 30em; margin-bottom: 0.5em; }
.contactmessage,
{
	width: 50em;
	height: 15em;
}
input.longtext
{
	width: 80%;
	margin-bottom: 0.5em;
}
textarea.articletext
{
	width: 80%;
	height: 30em;
}
#contents ul
{
	margin-left: 2em;
	margin-right: 2em;
	list-style-position: outside;
}
#contents pre
{
	margin-top; 0.5em;
	margin-bottom: 0.5em;
}

/*		Typography		*/
#contents h1
{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
#contents #subhead
{
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
}
#contents h3
{
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#contents p {line-height: 1.1em; }

#contents .subjectline
{
	width: 37%;
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 90%;
}
#contents .byline
{
	font-style: italic;
	font-size: 90%;
	text-indent: -1.4em;
}

#contents pre
{
	font-family: monospace;
	white-space: pre-wrap;
}
.articleshort h2
{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}