body {
	background-color: #993300;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.MainHeadlines {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 36px;
	color: #562107;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #562107;
	border-right-color: #562107;
	border-bottom-color: #562107;
	border-left-color: #562107;
	border-bottom-style: dashed;
	width: 100%;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #562107;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #000000;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
h3 {
	font-size: 125%;
}


a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.imageright {
	margin: 0px 5px 5px;
	padding: 5px;
	float: right;
}


.imageleft {
	margin: 0px 10px 5px 5px;
	padding: 10px;
	float: left;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}

.sidebar-right {
	width: 200px;
	background-color: #E09F21;
	color: #fff;
	float: right;
	margin: 10px;
}

.sidebar-right p {
	margin: 0 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #562107;
}

.roundtop {
	background: url(../images/ur.gif) no-repeat top right;
}

.roundbottom {
	background: url(../images/lr.gif) no-repeat bottom right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
 display: block !important;  
}
.sidebar-left {
	width: 200px;
	background-color: #993300;
	color: #fff;
	float: left;
	margin: 10px;
}

.sidebar-left p {
	margin: 0 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.roundtop-left {
	background: url(../images/url.gif) no-repeat top right;
}
.roundtop-left li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 250%;
	padding: 0px;
}




.roundbottom-left {
	background: url(../images/lrl.gif) no-repeat bottom right; 
}

img.corner-left {
   width: 15px;
   height: 15px;
   border: none;
 display: block !important;  
}

/*-----------------------------------*/
/*    HIGHSLIDE JS                   */
/*-----------------------------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}



/*-----------------------------------*/
/*    CLEARFIX                       */
/*-----------------------------------*/

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix {display: inline-block;}  
 /* Holly Hack Targets IE Win only \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
.bulletpoints {
	font-size: 120%;
}
