/* CSS Document */

http://jigsaw.w3.org/css-validator/validator-uri.html 

body {
		background-color:			#FACA6D;
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
}

h1 {
		font-family:       			Gilde, Georgia, Times, Times new roman, serif;
		font-size:					17px;
		color:						#930;
		font-variant:				small-caps;
		padding:					15px 25px 15px 25px;			
		font-weight:				bold;
}

h2 {
		font-family:       			Gilde, Georgia, Times, Times new roman, serif;
		font-size:					13px;
        color:						#930;
		padding:					15px 25px 5px 25px;			
 		font-weight:				bold;
}

p {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				1.5;
		padding:					5px 25px 5px 25px;			
        color:						#930;
		text-align:					left;
}

p.indent {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					11px;
		line-height: 				1.5;
		padding:					0px 45px 15px 45px;			
        color:						#930;
		text-align:					left;
}

p.center {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
		padding:					10px 25px 10px 25px;			
        color:						#930;
		text-align:					center;
}

p.right {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
		padding:					10px 25px 10px 25px;			
        color:						#930;
		text-align:					right;
}

p.footer {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					9px;
		line-height: 				10px;
		padding:					3px;			
        color:						#930;
		text-align:					center;
}

p.nav_left {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
		padding:					0px 25px 0px 25px;			
        color:						#fff;
		text-align:					left;
 		font-weight:				bold;
}

p.nav_right {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
		padding:					0px 25px 0px 25px;			
        color:						#fff;
		text-align:					right;
 		font-weight:				bold;
}

blockquote, ol, dl, dd, li, dir, menu, tr, td, table {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
        color:						#930;
		padding:					0px;			
		text-align:					left;
}

ul {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
        color:						#930;
 		padding:					0px 50px 5px 55px;			
		text-align:					left;
}

li {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
		line-height: 				12px;
        color:						#930;
 		padding:					0px 0px 5px 0px;			
		text-align:					left;
}

img.padded {
 		padding:					5px;			
}

strong {
        font-weight:            	bold;
}

span.larger {
		font-family:				Verdana, Helvetica, Tahoma, Arial, sans-serif;
        font-size:					14px;
		line-height:				12.5px;
}

span.elegant {
		font-family:       			Gilde, Georgia, Times, Times new roman, serif;
		font-size:					12px;
        color:						#930;
        font-variant:           	small-caps;
 		font-weight:				normal;
}

span.smaller {
        font-size:              	9px;
}

span.smallcaps {
		font-family:       			Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
        color:						#930;
        font-variant:           	small-caps;
 		font-weight:				normal;
}

a {
		text-decoration: 			none;
        color:						#c30;
		border-bottom:				1px dotted #c30;
 		font-weight:				bold;
}

a:hover {
		text-decoration: 			none;
        color:						#930;
		border-bottom:				0px;
 		font-weight:				bold;
}

a.img {
		text-decoration: 			none;
        color:						#fff;
		border-bottom:				0px;
}

a.img:hover {
		text-decoration: 			none;
        color:						#fff;
		border-bottom:				0px;
}

a.footer {
		font-weight:	 			normal;
		text-decoration: 			none;
        color:						#c30;
		border-bottom:				1px dotted #c30;
 		font-weight:				normal;
}

a.footer:hover {
		text-decoration: 			none;
        color:						#c30;
		border-bottom:				0px;
		border-bottom:				0px;
 		font-weight:				normal;
}

a.nav {
		text-decoration: 			none;
        color:						#fff;
		border-bottom:				0px;
 		font-weight:				bold;
}

a.nav:hover {
		text-decoration: 			none;
        color:						#c30;
		border-bottom:				0px;
 		font-weight:				bold;
}

br        { 
        clear: left 
}

hr {
		height:						3px;
		border-style:				none;
		background-image:			url(images/hr.gif);
		background-repeat:			repeat-x;
		margin:						0px 70px 0px 70px;
}
