/* standard elements */
html {min-height: 100%;}

* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
	color: #FDB712;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-weight: bold;
}

body {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFBE00;
	background-image: url(img/Newbg-1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: visible;
}

p,code,ul {
	padding-bottom: 1.2em;
	text-align: justify;
}

li {list-style: none;}

h1 {
	margin-bottom: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {
	float: right;
	background-color: #000;
	overflow: hidden;
}

/* structure */
.container {
	font-size: 1.2em;
	width: 780px;
	background-color: #000;
	border-top-color: #FDC110;
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* header */
.top {
	padding: 50px 10px 0;
}

/* title */
.header {
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
	background-color: #000;
	border-bottom-color: #FFC20F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;
	background-color: #000;
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;
	width: 564px;
	background-color: #000;
	background-repeat: no-repeat;
	background-image: url(img/Newbanner2.jpg);
}
.header .right {
	overflow: auto;
	width: 212px;
	vertical-align: middle;
}
.sidebar_header {
	font-family: Gotham-Book;
	color: #FFF;
	background-color: #B90019;
	margin-top: 10px;
	font-size: 1em;
	padding-left: 12px;
	font-weight: bold;
	line-height: 20px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	height: 41px;
	background-color: #B90019;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FCB617;
}

/* main */
.main {
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	margin-top: 10px;
}
.sidenav h2 {
	color: #FBB715;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	font-weight: bold;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	font-family: Gotham-Bold, Gotham-Book, Gotham-Medium;
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFA400;
}
.content .descr {
	color: #FCB615;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* footer */
.footer {
	color: #FFF;
	line-height: 39px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #B90019;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC10D;
	border-bottom-color: #FFC40F;
}
.footer a,.footer a:hover {color: #FFF;}
.contentimg {
}
.subscribe_content {
	width: 100%;
}

img{border:none;}
.sidebar_content {
	padding: 2px;
}
.menu_bar {
	background-image: url(img/nav.gif);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F93;
	border-bottom-color: #F93;
}
#box {
text-align: center;
}
#box img { 
margin: 0 10px;
}.subscribe_content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.sponsor_request {
	font-family: Gotham-Book;
	color: #FFC110;
	text-align: center;
	font-size: xx-large;
}
.container .main .sidenav .sidebar_content p {
	text-align: center;
	color: #FFC000;
}
.dl_link {
	text-align: center;
	font-size: x-large;
	text-transform: capitalize;
}
#bpffa_link {
	color: #CC0010;
}
#feedbacktext {
	text-align: center;
}
#contact_right {
	float: right;
}
#contact_left {
	float: left;
}
#linkscontent {
	font-size: 14px;
	text-align: center;
}
#centretext {
	text-align: center;
	color: #FEC10D;
}
.sidebar_email_sub {
	margin-top: 2px;
	background-image: url(img/EmailSideBar.jpg);
	padding-top: 105px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	overflow: visible;
	height: 71px;
	background-repeat: no-repeat;
}
.sidebar_middle {
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FAAC00;
	border-bottom-color: #FA0;
}
#subscribe_text {
	font-family: Gotham-Book;
	font-size: 10px;
	color: #FFA800;
	text-align: center;
	margin-top: 5px;
}
.sidebar_calendarslideshow {
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
.cal_slideshow {
	width: 605px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}
