/*highslide*/
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #9B2000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-bottom: 0.5em;
	line-height: 120%;
}


a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #9B2000;
}

a:hover {
	text-decoration: none;
	color: #B3B3B5;
}


hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	background: url(images/Header.jpg) no-repeat top center;
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	margin-top:0px;
	text-align:right;
}
#header img {margin:15px 15px 5px 5px;
}

#header h1 {
	float:left;
	padding: 155px 500px 0px 155px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #9B2000;
}

#header h1 span {
	color: #000000;
}



/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 650px;
}

.post {
	padding: 15px 35px;
	background: url(images/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}
.entry table {width:100%;}
.entry td {text-align:center;}
.entry td.pic {width:120px;}
.entry td.lft {width:80px;}
.entry td.rig {width:50px;}
.entry td.s1 {width:30%;}
.entry td.s2 {width:10%;}
.entry td.s3 {width:15%;}
.entry td.s4 {width:15%;}
.entry td.s5 {width:15%;}
.entry td.s6 {width:25%;}

/* Sidebar */

#sidebar {
	margin-left: 10px;
	float: left;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 10px 30px;
	background: url(images/img07.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	color: #9B2000;
}

#sidebar a {
	border: none;
	color: #000000;

}


#sidebar a:hover {
	text-decoration: none;
	color: #B3B3B5;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #B03708;
}

#footer1 {
        clear: both;
	padding: 0px 0;
	float:left;
	margin-left:12px;
}

#footer p {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
	line-height: normal;
            font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}
