html, body, * {
	margin: 0;
	padding: 0;
}

:link img, :visited img, :hover img, :active img, img { border: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
	font-size: 1em;
	margin-bottom: 0em;
}

ul, li { list-style-type: none; }
ol, ol li { list-style-type: decimal; }

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
}
legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset.submit {  
	border-style: none;
}


label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	display: block; 
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

form input, select {
	background: #DDDDDD;
	border: 1px solid black;
	margin-bottom: .3em;
	font-family: tahoma, sans-serif;
}

form input:hover {
	background: #FDFDFD;
}


/* A */

a {
	text-decoration: none;
	color: #00F;
	font-weight: bold;
}

a:hover { 
	text-decoration: underline;
	color: #000;
}

/* CLASS */

.right {
	float: right;
	padding-right: 1em;
}
.left {
	float: left;
	padding-left: 1em;			
}
			
.large {
	font-size: 3em;
}

.bold {
	font-weight: bold;
}

.leftnav {
	width: 175px;
}

.rightcon {
	width: 510px;
}

.dashedbox {
	border: 3px dashed #000;
	padding: .8em;
	background: #FFF;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
}

.borderright {
	border-right: 2px dashed #000;
}

.borderleft {
	border-left: 2px dashed #000;
}

.redbox { border: 3px dashed #F00; }
.yellowbox { border: 3px dashed #FF0; }
.greenbox {	border: 3px dashed #0F0; }

.error {
	color: #F00;
	font-weight: bold;
	font-size: 1em;
}

.copyright {
	font-size: .9em;
	text-align: center;
}

.linknav {
	letter-spacing: 1px;
}

.linknav li {
	list-style-type: square;
	margin-left: 1em;
}

/* ID */

body {
	background: #EAEAEA;
	color: #000;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	margin: 1% auto;
	width: 1024px;
	height: 768px;
}

#pagebody {
	height: 100%;
	width: 100%;
	background: #FFF;
	border: 2px solid black;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	
}

#top {
	height: 150px;
	width: 100%;
	background-color: #FDFDFD;
	background-image: url('border.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0;
}

#middle {
	padding: .8em;
}
