@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	background-color: #e68d42;
}


td {
	font-family: Arial;
	color: #716666;
	line-height: 16px;
	font-size: 11px;
}
	
.menu a:link {
    font-family: Times;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}		

.menu a:active {
   font-family: Times;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}		

.menu a:visited {
   font-family: Times;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}		

.menu a:hover {
   font-family: Times;
	font-size: 11px;
	font-weight: normal;
	color: #a34a00;
	text-decoration: none;
}		

.redHead {
	color: #b20300;
	font-size: 20px;
	font-weight: bold;
}

.blackHead {
	color: #B2621D;
	font-size: 14px;
	font-weight: bold;
}

.redText {
	color: #cf1811;
}

.redBG {
	background-image: url(images/red_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	height: 28px;
	padding-left: 10px;
	vertical-align: middle;
}

.redHeadSmall {
	color: #b20300;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.blackHeadSmall {
	color: #2b2b2b;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.blackBG {
	background-image: url(images/black_bg.gif);
	background-repeat: no-repeat;
	background-color: #232323;
	height: 125px;
	width: 313px;
	color: #FFFFFF;
	padding: 6px;
}

.leftShade {
	background-image: url(images/left_shade.jpg);
	background-repeat: repeat-y;
	}

.rightShade {
	background-image: url(images/right_shade.jpg);
	background-repeat: repeat-y;
}


hr {border: none 0; 
border-top: 1px dotted #cd7122;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


/* Border Box */

.borderBoxTop {
	background-image: url(images/top_mid.jpg);
	background-repeat: repeat-x;
}

.borderBoxBottom{
	background-image: url(images/btm_mid.jpg); 
	background-repeat: repeat-x;
}

.borderBoxLeft{
	background-image: url(images/mid_left.jpg);
	background-repeat: repeat-y;
}

.borderBoxRight{
	background-image: url(images/right_mid.jpg);
	background-repeat: repeat-y;
}

.textBox {
    width: 200px;
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #52afea;
	background-color: #f4f7ff;
}

.button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #52afea;
	background-color: #f4f7ff;
}

.image_Border {
      border: 1px solid #e68d42;
}

.footer {
	font-size: 9px;
	color: #2b2b2b;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}	

.footer a:link {
    font-family:Arial;
	font-size: 9px;
	color: #688798;
	font-weight: bold;
}

.footer a:active {
	font-family:Arial;
	font-size: 9px;
	color: #688798;
	font-weight: bold;
}

.footer a:visited {
    font-family:Arial;
	font-size: 9px;
	color: #688798;
	font-weight: bold;
}

.footer a:hover {
    font-family:Arial;
	font-size: 9px;
	color: #e47f28;
	font-weight: bold;
}

a:link {
    font-family:Arial;
	font-size: 12px;
	color: #e47f28;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-family:Arial;
	font-size: 12px;
	color: #e47f28;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
    font-family:Arial;
	font-size: 12px;
	color: #e47f28;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    font-family:Arial;
	font-size: 12px;
	color: #688798;
	font-weight: bold;
	text-decoration: none;
}

.copyright {
	font-family:Arial;
	font-size: 9px;
	color: #688798;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.copyright a:link {
	font-family:Arial;
	font-size: 9px;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active {
	font-family:Arial;
	font-size: 9px;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:visited {
	font-family:Arial;
	font-size: 9px;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover {
	font-family:Arial;
	font-size: 9px;
	color: #b20300;
	font-weight: bold;
	text-decoration: none;
}

.padding {
	padding: 4px;
}

.paddingBig {
	padding: 15px;
}
 
.txtBox {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #b20300;
	width: 200px;
}

.redText {
	color:#FF0000;
	font-weight: bold;
	font-size: 13px;
}

.award {
	font-family: Arial;
	color: #174056;
	font-size: 12px;
	font-weight: bold;
}
