@charset "utf-8";

* img {border:0px;}

form {
	display:inline;
}

/* This class sets the font and colors for the header and footer links on the template. */
.header_footer {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#6C2631;
	padding: 2px 2px 2px 2px;
	height:25px;
}

.header_footer a:link, .header_footer a:visited {
	color:#6C2631;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}

.header_footer a:hover, .header_footer a:active {
	color:#666666;
	text-decoration:none;
	border-bottom: 0px dotted #666666;
}

/* This is the TD that contains the logo and it's background. */
.page_header {
	border: 1px solid #9A0505;
	height:81px;
	background-image:url(../images/001.jpg);
}

/* This are the left and right red color margins on the page. */
.page_sides {
	border-left: 1px solid #9A0505;
	border-right: 1px solid #9A0505;
}

/* Top menu settings for the TD that holds the seven buttons. */
.top_menu {
	height:30px;
	width:120px;
	background-image:url(../images/003.jpg);
	background-repeat:no-repeat;
	cursor:hand;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
}

/* Sets the font, color and background styles for the right side of the page intro. */
.page_intro_right {
	background-color:#7C0808;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	line-height:1.65em;
}

/* This is the TD that contains the body text and three columns. */
.page_body {
	border: 1px solid #9A0505;
}

/* The body TD style applied on individual TD elements.*/
.page_body_td {
	padding: 10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:13px;
	color:#333333;
	line-height:1.5em;
	background-color:#FFFFFF;
}

.page_body_td h3 {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:18px;
	color:#7C0808;
	margin: 0 0 3px 0;	
}

.page_body_td h4 {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#333333;
	margin-top:15px;
	margin-bottom:0px;
}

.page_body_td ul {
	list-style:url(../images/bullet.jpg);
}

.page_body_td a:link,  .page_body_td a:visited{
	text-decoration:none;
	color:#7C0808;
	font-size:11px;
}

.page_body_td a:hover,  .page_body_td a:active{
	text-decoration:underline;
	color:#666666;
	font-size:11px;
}

.page_body_td p {
	margin: 0 0 10px 0;
	text-align:justify;
}

.page_body_index_table {
	font-size:11px;
}

.page_body_index_table ul, li {
	padding: 0 0 0 5px;
	margin: 0 0 3px 10px;
	line-height:1em;
}

.page_body_index_table ul {
	list-style:url(../images/bullet.jpg);
}

.page_body_index_table h4,h3,p {
	margin: 0 0 0 0;
}

/* Quick links section */
.quick_links {
	background-color:#7C0808;
	height:66px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:18px;
	color:#FFFFFF;
	padding-left:15px;
}

.quick_links_left_margin {
	border-left: 1px solid #9A0505;
}

.quick_links_input {
	width:90%;
	color:#666666;
	font-size:11px;
	margin-top:3px;
}

.quick_links_input_button {
	width:60%;
	color:#333333;
	font-size:11px;
	margin-top:3px;
}
