/* Base default stylesheet */

/* 
Many thanks to Marko Dugonjic for providing 
TypeTester ( http://typetester.maratz.com/ ),
which was used to select the fonts used in 
this stylesheet. 
*/

/* This stylesheet, and the template it is a part of, are
	Copyright © 2006, Octav Sandulescu */

HTML, BODY 
{
	margin: 0;
	padding: 0px;
}


/* Acronyms and abbreviations in the markup get the "help" cursor. */
ACRONYM, ABBR 
{
	border-bottom: 1px dotted #444;
	cursor: help;
	color: #800000; /* Maroon color, good stuff! */
}

H1, H2, H3 
{
	font-family: Trebuchet MS, Courier New, Courier, fixed-width;
	word-spacing: 0.15em;
}

H1 
{
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 1px;
}

H2 
{
	text-align: center;
	letter-spacing: 0px;
	font-size: 1.4em;
	line-height: 1.1em;
}

H3 
{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom: 0px;
	padding-left: 2em;
	background-color: #eee;
}

P 
{
	text-indent: 2em;
}

FORM 
{
	text-align: center;
}

/* Reminder: a:link -> a:visited -> a:hover -> a:active << Must always be in this order! */
/* Note: By default, <a href=""> elements (hyperlinks) are bold, blue, and 
	underline only on hover. */
A:link 
{
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

A:visited 
{
	font-weight: bold;
	text-decoration: none;
	color: #66F;
}

A:hover 
{
	color: #0000FF;
	text-decoration: underline;
}

A:active 
{
	color: #FF0000;
}

#hdr 
{
	border-bottom: 4px solid white;
	padding: 2px;
	font-family: Verdana;
	font-size: 0.75em;
	height: 3em;
	/*width: 100%;*/
	line-height: 1.2em;
	letter-spacing: 0px;
	text-align: left;
	word-spacing: normal;
	border: 0px;
	background-color: #eee;
}

#login 
{
	float: right;
	text-align: right;
}

#login IMG 
{
	padding-top: 2px;
}

#nav 
{
	border-top: 2px solid #eee;
	float: left;
}

#breadcrumbs 
{
	float: left;
	clear: left;
	padding-bottom: 2px;
}

#page 
{
	clear: both;
	width: 95%;
	padding-left: 2.5%;
}

#notice 
{
	text-indent: 0px;
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: 0px;
	text-align: center;
	word-spacing: 0.15em;
	color: #f00;
	border-top: 0.5em solid #fff;
	border-bottom: 0.5em solid #fff;
	background-color: #eee;
}

#content 
{
	border-left: 16px solid #eee;
	border-bottom: 16px solid #eee;
}

#content P 
{
	padding-left: 4px;
}

#tagline, #footer 
{
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: center;
	word-spacing: normal;
}

#tagline 
{
	font-size: 0.7em;
	padding-top: 10px;
}

#footer 
{
	font-size: 0.6em;
}

.form_name 
{
	padding-top: 4px;
	padding-right: 1%;
	width: 19%;
	text-align: right;
	vertical-align: top;
}

.form_input 
{
	text-align: left;
	padding-top: 2px;
	width: 25%;
	vertical-align: top;
}

.form_explanation 
{
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 55%;
}

.reg_form 
{
	font-family: Arial;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0;
	word-spacing: normal;
	top: -0.9em;
	position: relative;
	width: 95%;
	left: 2.5%
}

.buttons
{
	float: left;
	top: -0.45em;
	left: 0px;
	width: 100%;
	background-color: #eee;
	text-align: left;
}

#back
{
	width: 50%;
	text-align: left;
}

#forward
{
	width: 50%;
	text-align: right;
}
