/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0; border: 0; 
												  font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
												  vertical-align: baseline; }

div, span, a 									{ outline:none; }
ol,ul 											{ list-style:none; margin:0; padding:0; }
h1 												{ margin:0;}



/* --- Setup the page     --- */


body 						{ background-color:#837f76; margin:0;	padding:0; }
#pagewrap 					{ border:2px solid black; width:1024px; height:765px; margin:0 auto; overflow:hidden;
							  /* CSS3 Box Shadow */
							  box-shadow:-2px 3px 5px #222; -moz-box-shadow:-2px 3px 5px #222; -webkit-box-shadow:-2px 3px 5px #222; }



/* set some global css defaults
 */

*							{ font-family: Verdana, Geneva, sans-serif; font-weight:normal}

h1 							{ font-family:"Comic Sans MS"; line-height: 36px; font-size: 36px; padding-bottom: 9px; padding-top: 18px; color:black; }
h2							{ font-family:"Comic Sans MS"; color:black; line-height: 36px; font-size: 30px; padding-top: 18px; padding-bottom:14px; }
h3 							{ line-height: 36px;font-size: 24px; padding-top: 16px;padding-bottom:8px;font-family:"Comic Sans MS"; color:black; }
h4 							{ color:#333333; line-height: 36px; font-size: 18px; padding:8px 0 0px 0; font-family: Verdana, Geneva, sans-serif; }
h5  						{ line-height: 36px; font-size: 16px; padding:8px 0 6px 0; font-family: Verdana, Geneva, sans-serif; }
h6 							{ line-height: 36px; font-size: 14px; padding:8px 0 6px 0; font-family: Verdana, Geneva, sans-serif; }

em 							{ font-style:italic;color:#444444; }

p 							{ line-height: 18px; font-size: 16px; padding-top:10px; padding-bottom:7px; font-family: Verdana, Geneva, sans-serif; color:#333333; }
p.description 				{ line-height: 18px; font-size: 14px;	margin:5px 0px; font-family: Verdana, Geneva, sans-serif; color:#333333; }

ul							{ list-style:url('../images/clavos1.gif'); margin:0 10px 0 30px; }
ul ul						{ list-style:url('../images/clavos1.gif'); margin:0 10px 0 20px; }
li							{ line-height: 18px; font-size: 16px; font-family: Verdana, Geneva, sans-serif; color:#333333; padding:4px 0; color:#333333; }

a 							{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size:14px;	color:black; }
a:hover 					{ color:#999999; text-decoration:underline;}

td							{ padding:0; font-size: 14px; font-family: Verdana, Geneva, sans-serif; color:#333333; vertical-align: top;}
td.centered					{ text-align:center; }

hr 							{ color:#e2e1d9; margin:0; padding:0; }
legend 						{ font-family: "Comic Sans MS"; font-size:16px; color:#6d1012; }

fieldset 					{ line-height: 18px; font-size: 14px; font-family: Verdana, Geneva, sans-serif; color:#333333;	border:1px solid black;	padding: 2px; margin:4px; }
label						{ line-height: 18px; font-size: 14px; font-family: Verdana, Geneva, sans-serif; color:#333333; }

.error 				{ color:red; font-size:12px;	letter-spacing:-1px; }
.hideme{ display:none; }
 