@charset "utf-8";
/* CSS Document */


/* Clear all padding & margins */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote {padding: 0px; margin: 0px;}

table { border-collapse: collapse}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x; 
	background-color: #9C0109;
}

/* Image Floats */

.imageright { float: right; margin-right: 15px; margin-left: 5px;}


/* Headlines */

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #cf010b; font-weight: bold; padding: 12px 0px 12px 15px; }
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #cf010b; font-weight: bold; padding: 6px 0px 8px 15px;}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: bold; padding: 12px 0px 12px 15px;}


/*  Main Body  */
#Main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
	color: #000000;
	font-weight : normal;
	padding: 3px 15px 3px 15px; 
}

#Main a:link {color: #cf010b;  font-weight : normal; text-decoration: none } 
#Main a:visited {color: #cf010b;  font-weight : normal; text-decoration: none } 
#Main a:hover {color: #000000;  font-weight : normal; text-decoration: underline } 
#Main a:active {color: #000000;  font-weight : normal; text-decoration: underline } 		
		
#Main li {
	color: #000000;
	margin-left: 50px;
	padding: 3px 15px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
} 
#Main ul {color: #000000; list-style-type: square} 
#Main ol {color: #000000}


/*  Navigation  */
.Nav {  font-family: Arial, Helvetica, sans-serif; font-size: 15px;	color: #000000; font-weight: bold;	background-color: #E7E7E7;} 
		
#Nav li {color: #000000} 
#Nav ul {color: #000000; list-style-type: square} 
#Nav ol {color: #000000}

/*  Caption */
.Caption { font-family: Arial, Helvetica, sans-serif; font-size: 13px;	color: #000000;	padding: 3px 0px 3px 0px;}

/*  Footer  */
#Footer  p{  font-family: Arial, Helvetica, sans-serif;
		  font-size: 11px;
		  color: #000000;
		  text-align: center;
		} 

#Footer a:link {color: #cf010b;  font-weight : normal; text-decoration: none } 
#Footer a:visited {color: #cf010b;  font-weight : normal; text-decoration: none } 
#Footer a:hover {color: #000000;  font-weight : normal; text-decoration: underline } 
#Footer a:active {color: #000000;  font-weight : normal; text-decoration: underline } 		
		
#Footer li {color: #000000} 
#Footer ul {color: #000000; list-style-type: square} 
#Footer ol {color: #000000}


/*  Generic Box  */

.mainbox {
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

.highlightbox {
	border-top: 1px solid #cf010b;
	border-right: 1px solid #cf010b;
	border-bottom: 1px solid #cf010b;
	border-left: 1px solid #cf010b;
}
