


body {
	background-color: white;
	color: #000;
	margin: 0 auto;
	padding: 5;
	font: 75% Arial, sans-serif;	
	width: 900px;
	border: #253b62 1px solid;
}

html {
	background-color: white;	
	background-image: url('/includes/images/bg1.gif');
	background-repeat: repeat-x;
	padding-top: 10pt;
	padding-bottom: 10pt;
}

/* headings */
h1 {
	font-size: 170%;
	color: #253b62;
}
h2 {
	font-size: 120%;
	color: #253b62;	
}
h3 {
	font-size: 100%;
	color: #253b62;	
}

/* table cells */
th {
	color: white;
	background-color: #253b62;
	font-weight: bold;
	padding: .3em .4em;	
	text-align: left;
	vertical-align: top;	
	border-bottom: 2px #253b62 solid;
}

th.rightside {
	color: black;
	text-decoration: bold; 
	background-image: url('/includes/images/box-bg.jpg');
	background-repeat: repeat-x;		
	background-color: #253b62;
}

th.sponsorheader {
	color: white;
	text-decoration: bold; 
	background-color: #253b62;
	letter-spacing: 1px;		
}

th.eventsheader {
	color: white;
	text-decoration: bold; 
	background-color: #253b62;
	letter-spacing: 1px;		
}
th.newsheader {
	color: white;
	text-decoration: bold; 
	background-color: #253b62;
	letter-spacing: 1px;		
}


th.nav {
	color: white;
	border-bottom: white 1px solid;
	border-top: white 2px solid;
	letter-spacing: 1px;		
}

td.nav {
	color: white;
	text-align: left;
	padding: .3em .7em;	
}

/* footer */
.footer {
	border-top: 1px #253b62 solid;
	background: white;
	color: black;
	padding-top: 2.5pt;
	padding-bottom: 2.5pt;	
	background-image: url('/includes/images/box-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;	
	font-size: 80%;
	letter-spacing: 1px;
	height: 25px;
}

/* links */
a:link {
	color: blue;
	text-decoration: none; 
}
a:visited {
	color: blue;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
a.nav {
	color: white;
	text-decoration: none; 
}

/* content */
.content {
	padding: 10px 1em 3em;
	float: right;
        text-align: justify;
	font-size: 100%;
	vertical-align: top;
	width: 600px;   
}

.sidebarmenu {
	padding-top: 10pt;
	text-align: center;
	background-color:  #253b62;
	vertical-align: top;	
}

.sidebarright {
	width: 150px;   	
	padding-top: 10pt;
	text-align: center;
	vertical-align: top;	
}

.sidebartext {
	float: right;
	width: 18%;
	padding-top: 10pt;
	padding-left: 2pt;
}

.sidebaradvert {
	float: left;
	width: 18%;
	padding-top: 10pt;

	text-align: center;
}


td {
	font-weight: normal;
}

/* header */
.header {
	background-image: url('/club_files/club_4/banner/banner_4.gif');
	background-repeat: no-repeat;
	background-color:  #253b62;
	padding: 1em;
	height: 145px;
	color: black;
	border-bottom: 1px white solid;
}

.welcomebar {
	background-image: url('/includes/images/box-bg.jpg');
	background-repeat: repeat-x;		
	background-color:  #E0E0E0;
	height: 28px;
	color: black;
	border-bottom: 1px white solid;
}

input {
	font: 100% Arial, sans-serif;	
}

.input {
	font: 100% Arial, sans-serif;	
}

table.rightside {
	border: 1px solid #E0E0E0;
	/*background-image: url('/includes/images/bg1.gif');*/
	/*background-repeat: repeat-x;	*/
}

table.sponsortable {
	border: 1px solid #253b62;
}

table.albumtable {
	border: 1px solid #253b62;
}

table.sponsortable2 {
	border: 1px solid #E0E0E0;
}

table.linktable {
	border: 1px solid #E0E0E0;
}

table.newstable {
	border: 1px solid #253b62;
}

table.summarytable {
	border: 1px solid #253b62;
}

table.eventstable {
	border: 1px solid #253b62;
}

.errorText {
	color: red;	
}

