body {
	background: #CFD6E6;
	background-image: url("graphics/bak.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 980px;
	color: #141414;
	font-size: 14px;
	font-family: Verdana;
	margin: 0px auto 0px;
	padding: 10px;
	}
	
/************************************************
*	Hyperlinks   								*
************************************************/

a:link {
	font-size: 14px; 
	color: #A91B33; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: underline; }
	
a:visited {
	font-size: 14px; 
	color: #A91B33; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: underline; } 
	
a:hover 
	{
	font-size: 14px; 
	color: #A91B33; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: none; }
	
/************************************************
*	Formating								*
************************************************/

P  { 
	font-size: 14px; 
	color: #000000; 
	line-height: 16px; 
	font-family: verdana; 
	text-decoration: none; }


TD  { 
	font-size: 14px; 
	color: #000000; 
	line-height: 16px; 
	font-family: verdana; 
	text-decoration: none; }

blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
UL {          
         padding-top: 8px; padding-bottom: 8px; 
         margin-left: 30px;}

li {
         padding-top: 6px; padding-bottom: 6px; 
         margin-left: 30px; }
	
/************************************************
*	Heading Tags    								*
************************************************/
	
h1 {
	color: #FF0000;
	font-size: 32px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
         line-height: 36px;
	}
	
h1 a {
	color: #FF0000;
	font-size: 32px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
         line-height: 36px;
	}

h1 a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
h2 {
	color: #000000;
	font-size: 22px;
	font-family: verdana, Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 18px 0px;
         line-height: 28px;
	}

h3 {
	color: #000000;
	font-size: 20px;
	font-family: verdana, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	padding: 18px 0px 18px 0px;
	padding: 3px 0px 3px 7px;
         line-height: 24px;
	}
	
h4 {
	color: #000000;
	font-size: 18px;
	font-family: verdana, Georgia, Times New Roman;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
         line-height: 22px;
	}
	
	
/************************************************
*	Footer      								*
************************************************/

#footer-space {
	width: 960px;
	height: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}

#footer {
	background: #eeeeee url('../graphics/botnav.png');
	width: 960px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center
	}
	
#footer p {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 6px 0px 4px 0px;
	}
	
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333333;
	text-decoration: underline;
	}