@charset "UTF-8";
/* CSS Document */

body { 
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 0.8em;
	background: #1d668b;
}
	
h1 {font-size: 0.9em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#CCCCCC;
	margin-right:10px;
	text-align:right;
}

h2 {
	font-size: 1.4em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#442811;
	padding: 2px 0 5px 0;
	margin:0px;
}

h3 {
	font-size: 1.1em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#AA9F00;
}

th {
	font-weight: bold;
	font-variant: small-caps;
	font-size: medium;
	color: #917b26;
}




.container{
	width: 800px;
	margin-top: 10px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
}
	
.header{
	height: 191px;
	background-image:url(../BGimages/header.jpg);
}
	
.login{
	width: 193px;
	height: 100px;
	float:right;
}
	
.mainimage{
	height: 300px;
	background-image:url(../BGimages/lostimage.jpg);
}
	
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 31px;
	width: 800px;
	background-image:url(../BGimages/menubg.gif);
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	display:inline;
	position: relative;
	
}

#navcontainer ul li a
{
	height: 17px;
	background-image:url(../BGimages/button1.gif);
	padding-top: 5px;
	padding-bottom:9px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Century Gothic", verdana, lucida, sans-serif;
	font-size: 1.2em;
	width: 110px;
}

#menu1 {
	
}
	
#menu2 {
	
}
	
#menu3 {
	
}
	
#menu4 {

}

#menu5 {
	
}
	
#menu6 {
	
}

#menu7 {
	
}
	
#navcontainer ul li a:hover {
	color: #fff54e;
	background-image:url(../BGimages/button2.gif);
}

	
.searchbox{
	height: 137px;
	background-color:#eddbf8;
	background-image:url(../BGimages/searchbg2.gif);
}

.searchbox a {
	color: #35554A;
    text-decoration: underline;
}

.searchname {
	width: 100%;
	height:38px;
	color: #35554A;
	padding-top: 8px;
}

.searchHead {
	font-size: large;
	font-weight: bold;
}

.searchSub{
	font-size: small;
	font-weight: bold;
}

.search {
	float: left;
	width: 520px;
	height: 95px;
	color: #35554A;
}

.search input {
	color: #35554A;
}

.search select {
	color: #35554A;
	width: 250px;
}

.searchRight {
	float: right;
	width: 269px;
	height: 95px;
	color: #35554A;
	padding: 0 6px 0 0;
}

.searchRight input {
	color: #35554A;
}

.searchRight form {
	color: #35554A;
	text-align: right;
}

.articles{
	height: 100%;
	padding: 10px 25px;
	background-color:#f9efff;
}
	
.rightcol{
	float:right;
	width: 200px;
	height: auto;
	background-color: #ccc;
	margin:3px;
	clear: right;
}
	
.rightcol p{
	margin:0;
	padding: 5px 30px 5px 30px;
	font-size: 1.2em;
	color:#8E8FB5;
}

.rssOut {
  
  background-color:#b9fafb;
  color: #2f849c;
  padding: 0 0 0 4px;
  border: 1px solid #336666;
  width: 100%;
  height: 200px;
  font-size: x-small;
	overflow: auto;
}

.rssOut h1 {
  font-size: small;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #336666;
}

.rssOut a {
  color: #235455;
  text-decoration:none;
  font-weight: bold;
}
.rssOut a:hover{
  color: #60a2c1;
  text-decoration:underline;
  }




  
.blogContent{
  min-height:100px;
  height: auto !important;
  height: 100px;
}

.maincontent{
	min-height: 600px;
	height: auto !important;
	height: 600px;
	width: 493px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color:#ffffff;
	background-image: url(../BGimages/contentbar.gif);
	background-repeat: no-repeat;
}
	
.maincontent p{
	color: #917b26;
	text-align:justify;
}

.maincontent table, form, select, input, textarea{
	color: #917b26;
	text-align:justify;
	padding: 2px;
}

.maincontent a {
	color: #917b26;
}

.maincontent a:visited {
	color: #917b26;
}

.quicklaunch{
	width: 560px;
	padding: 3px 0 3px 0;
	background-color:#f9efff;
	clear:left;
}
	
.blogSection {
  background-color: #ffef97;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 110px;
  border: solid 1px #000000;
}

.clearer {
	clear: both;
}

.clearLeft {
  clear: left;
}
	
.footer{
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background-image:url(../BGimages/footer.gif);
}
	
.adbottom {
	width: 728px;
	height: 90px;
	background-color:#ccc;
	margin: 5px;
}

.hideSelect {
	visibility: hidden;
}

.contentContainer{
	width: 100%;
	border: solid 1px #000000;
}

.leftContent {
	position: relative;
	width: 34%;
	float: left;
}

.rightContent{
	position: relative;
	width: 64%;
	float: right;
}

.bold {
	font-weight: bold;
}

.mainTxt {
	color: #917b26;
}

.arrowCursor {
	cursor: default;
}

.handCursor {
	cursor: pointer;
}

.block {
  display: block;
}

.inline {
	display: inline;
}

.noDisplay {
	display: none;
}

.smallText {
	font-size: x-small;
}

.smallText a {
	text-decoration: underline;
}

.tableCont {
  background-color: #ffef97;
  width: 470px;
  margin-left: auto;
  margin-right:auto;
  color: #917b26;
  border: solid 1px #000000;
}

.tableProfile {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tp1 {
	width: 35%;
}
.tp2 {
	width: 65%;
}

.mainColor {
	color: #917b26;
}

.backgroundDark {
	background-color: #917b26;
}

.border {
	border: solid 1px #000000;
}

.borderG {
	border: solid 1px #878787;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.bottomSpace {
	margin-bottom: 5px;
}

.borderLeft {
	border-left: solid 1px #917b26;
	padding-left: 5px;
}

.borderTop {
	border-top: solid 1px #917b26;
}

.borderBottom {
	border-bottom: solid 1px #917b26;
}

.noDec {
  text-decoration: none;
}

.collapse {
  visibility: collapse;
}

.searchTab1 {
  background-image: url(../BGimages/sportTab.gif);
  background-repeat: no-repeat;
  color: #5b3b0e;
}

.searchTab2 {
  background-image: url(../BGimages/sportTab2.gif);
  background-repeat: no-repeat;
  color: #855613;
}

.bottomSpace {
  margin-bottom: 2px;
}

.iRight {
  text-align: right;
}

.fltL {
  float:left;
  margin: 4px;
}

.fltR {
  float:right;
  margin: 4px;
}

.rightcolimg {
  width:200px;
  height:200px;
}

.uLine {
  text-decoration: underline;
}

.padded {
  padding: 2px 2px 2px 2px;
}

.links {
	color:#666666;
	font-size:11px;
	margin-left:30px;
	
}

img {
	border:none;

}

