@charset "utf-8";

/* CSS Document */

html {

     overflow: -moz-scrollbars-vertical;

	 overflow: scroll;

}

body {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	backgrounded-color: #FFFFCC;

	background-color: #F7C415;

	background-image: url(images/bkg.jpg);

	margin: 0px;

}



/* Fonts */

h1 {

	font-size: 18px;

	margin-top: 0px;

	margin-bottom: 0px;

	color: #BD212E;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

}

h1 a, h1 a:active, h1 a:link {

	color: #3333FF;

	text-decoration: none;

	font-weight: bold;

}

h1 a:hover {

	color: #BD212E;

	text-decoration: none;

	font-weight: bold;

}

h2 {

	font-size: 18px;

	margin-top: 0px;

	margin-bottom: 0px;

	color: #BD212E;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

}

h3 {

	font-size: 16px;

	margin-top: 0px;

	margin-bottom: 0px;

	color: #BD212E;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

}

h3 a, h3 a:active, h3 a:link {

	color: #3333FF;

	text-decoration: none;

	font-weight: bold;

}


h3 a:hover {

	color: #BD212E;

	text-decoration: none;

	font-weight: bold;

}

p {

	margin-top: 0px;

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

	margin-bottom: 5px;

}


p a, p a:active, p a:link  {

	color: #3333FF;

	text-decoration: none;

	font-weight: bold;

}

p a:hover {

	color: #BD212E;

	text-decoration: none;

	font-weight: bold;

}

.script {

	font-style: italic;

}

.indent {

	padding-left: 10px;

}

.doubleIndent {

	padding-left: 40px;

}

.white {

	font-weight: bold;

	color: #FFFFFF;

}

.white a:link {

	color: #00FFFF;

}

.white a:hover {

	color: #FFCC00;

}

.red {

	color: #C73838;

}

.spacer {

	height: 5px;

	width: 100%;

}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	backgrounded-color: #FFFFFF;
	background-color: #FFFFFF;
	height: 100%;
	margin-bottom: 10px;

}

#banner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	padding-bottom: 10px;
	padding-top: 20px;

}



/* menu */

#bannerContent {
	width: 450px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-left: 448px;
	margin-top: 15px;
	text-align: center;

}

#bannerContent a,#bannerContent a:link,#bannerContent a:visited {

	color:#BD212E;

	text-decoration: none;

}

#bannerContent a:hover {

	color:#00CC00;

	text-decoration: none;

}



/* content */

#content {
	padding-top: 10px;

}

#leftColumn {

	float: left;

	width: 435px;

	padding-left: 10px;

	padding-right: 5px;

}

#rightColumn {

	float: right;

	width: 435px;

	padding-left: 5px;

	padding-right: 10px;

}

#leftColumnSm {

	float: left;

	width: 350px;

	padding-left: 10px;

	padding-right: 5px;

}

#rightColumnLg {

	float: right;

	width: 520px;

	padding-left: 5px;

	padding-right: 10px;

}

#oneColumn {

	width: 880px;

	padding-left: 10px;

	padding-right: 10px;

	margin-right: auto;

	margin-left: auto;

}

#footer {

	clear: both;

	width: 900px;

	text-align: center;

	font-size: 0.8em;

	backgrounded-color: #FFFFCC;

	margin-right: auto;

	margin-left: auto;

	margin-top: 10px;

	margin-bottom: 20px;

}

.clearAll {

	clear: both;

	font-size: .8em;

}

.rightBox {

	width: 200px;

	float: right;

}

.pictureBoxRight {

	float: right;

	visibility: visible;

	padding-left: 10px;

	padding-top: 5px;

}

.pictureBoxLeft {

	visibility: visible;

	padding-top: 5px;

	padding-right: 20px;

	width: 125px;

	float: left;

}



/* red rounded corners */

.rounded{display:block}

.rounded *{

  display:block;

  height:1px;

  overflow:hidden;

  font-size:.01em;

  background:#C73838}

.rounded1{

  margin-left:3px;

  margin-right:3px;

  padding-left:1px;

  padding-right:1px;

  border-left:1px solid #e6a9a9;

  border-right:1px solid #e6a9a9;

  background:#d56969}

.rounded2{

  margin-left:1px;

  margin-right:1px;

  padding-right:1px;

  padding-left:1px;

  border-left:1px solid #f9ebeb;

  border-right:1px solid #f9ebeb;

  background:#d15d5d}

.rounded3{

  margin-left:1px;

  margin-right:1px;

  border-left:1px solid #d15d5d;

  border-right:1px solid #d15d5d;}

.rounded4{

  border-left:1px solid #e6a9a9;

  border-right:1px solid #e6a9a9}

.rounded5{

  border-left:1px solid #d56969;

  border-right:1px solid #d56969}

.roundedfg{

	background-color: #BFEEFF;

}


  

.boxContent {

	backgrounded-color: #FFFFFF;

	padding-top: 5px;

	padding-bottom: 5px;

	border-right-width: 5px;

	border-left-width: 5px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #C73838;

	border-left-color: #C73838;

	clear: both;

	padding-right: 10px;

	padding-left: 10px;

}

.admin {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}







.boxContentRight {

	backgrounded-color: #FFFFFF;

	padding-top: 5px;

	padding-bottom: 5px;

	border-right-width: 5px;

	border-left-width: 5px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #C73838;

	border-left-color: #C73838;

	padding-right: 30px;

	padding-left: 30px;

	float: right;

}

.mediaBox {

	visibility: visible;

	padding-left: 170px;

	padding-top: 5px;

}

.listBox {

	visibility: visible;

	width: 600px;

}


.centerLine {

	text-align: center;

}
#rss {
	height: 300px;
	width: 878px;
	margin-top: -100px;
	overflow: hidden;
}


#sampleBox {

	text-align: center;

	padding-top: 20px;

	padding-bottom: 20px;

}

.pictureBox {

	float: right;

	visibility: visible;

	width: 300px;

	margin-right: auto;

	margin-left: auto;

}

.spacerBig {

	height: 455px;

}

.boxContentBanner {

	backgrounded-color: #FFFFFF;

	border-right-width: 5px;

	border-left-width: 5px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #C73838;

	border-left-color: #C73838;

	clear: both;

}



.objectTop {

	vertical-align: top;

}

.objectCenter {

	vertical-align: middle;

}



#leftColumnExSm {

	float: left;

	width: 270px;

	padding-left: 10px;

	padding-right: 5px;

}

#rightColumnExLg {

	float: right;

	width: 600px;

	padding-left: 5px;

	padding-right: 10px;

}

.leftBox {

	width: 200px;

	float: left;

	margin-right: 10px;

}

.strongBold {

	font-weight: bold;

}

.spacerMedium {

	height: 370px;

}

.rightBoxWide {

	width: 260px;

	float: right;

}

.rightBoxMedium {

	width: 220px;

	float: right;

}

.spacerSmall {

	height: 200px;

}

.spacerExtraBig {

	height: 500px;

}

hr {

	color: #C73838;

	height: 1px;

	background-color: #C73838;

}

.pictureBoxLeft240 {

	visibility: visible;

	width: 230px;

	float: left;

	padding: 10px;

}

.pictureBoxRight275 {

	float: right;

	visibility: visible;

	padding: 10px;

	width: 275px;

}

.pictureCaption {

	font-size: 12px;

}

.sponsorBox {

	font-size: 10px;

	text-align: center;

}

.red10 {

	color: #C73838;

	font-size: 10px;

}

.readerComment {

    visibility: hidden;

}#oneColumn2 {
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/blueBkg.jpg);
	background-repeat: repeat-x;
	background-color: #023467;
}
#oneColumn2Content {
	width: 860px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#greenStuffBkup {
	height: 195px;
	width: 400px;
	margin-left: 450px;
	margin-top: -175px;
	color: #FFEE56;
	text-align: center;
}


.greenStuff {
	height: 200px;
	width: 400px;
	margin-left: 450px;
	margin-top: -200px;
	color: #FFEE56;
	text-align: center;
}

.greenStuffHead {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.greenStuff a, .greenStuff a:active, .greenStuff a:link {
	color: #27C767;
	text-decoration: none;
	font-weight: bold;
}

.greenStuff a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.greenStuff2 {
	color: #FFEE56;
	font-size: 18px;
	font-style: italic;
}
.greenStuff2 a, .greenStuff2 a:active, .greenStuff2 a:link {
	color: #27C767;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}

.greenStuff2 a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
.greenStuff3 {
	height: 175px;
	width: 400px;
	margin-left: 450px;
	margin-top: -165px;
	color: #FFEE56;
	text-align: center;
}
.greenStuff3 a, .greenStuff3 a:active, .greenStuff3 a:link {
	color: #27C767;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
.greenStuff3 a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}



.boxContent2 {
	backgrounded-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #BFEEFF;
	border-left-color: #BFEEFF;
}

.roundedfgYellow {
	background-color: #F2D265;
}
.roundedfgGreen {
	background-color: #60DF96;
}
.roundedfgPink {
	background-color: #FC9934;
}
.roundedfgViolet {
	background-color: #B0B0FF;
}
.roundedfgBlue {
	background-image: url(images/turkBkg.jpg);
	background-repeat: repeat-x;
}
#oneColumn3 {
	width: 878px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #023467;
}
.boxContent250 {
	backgrounded-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C73838;
	border-left-color: #C73838;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	height: 150px;
	overflow-y: auto;
}
.roundedfgMilChild {
	background-color: #8AB101;
}
.pictureBoxLeft200 {
	visibility: visible;
	width: 190px;
	float: left;
	padding: 10px;
	text-align: center;
}

