﻿#wrapper {
	text-align: left;
	width: 900px;
	font-family: Verdana, "background: url(", /path/to/your/background_cols.gif, ") repeat";
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0px auto;
	padding: 0px;
	background-color: #CCFFFF;
	color: #000000;
}
#left {
	float: left;
	width: 300px;
	font-family: Verdana;
	border-left:medium black;
	background-color: #CCFFFF;
}

#right {
	float: right;
	width: 300px;
	font-family: Verdana;
	background-color: #CCFFFF;	
}

#center { 
	float: left;
	width: 400px;
	font-family: Verdana;
	background-color: #CCFFFF;
	padding: 3px;
}



#header {
	background-color: #CCFFFF;
	margin: 0 0 15px 0;
	font-family: Verdana;
	font-size: xx-large;
}

#footer {
	float: left;
	clear: both;
	background: #A2A2A2;
	width: 900px;
	font-family: Verdana;
	background-color: #CCFFFF;
}
/* Main Selectors */
body {
	background-color: #CCFFFF; 
	color: #000000;
}

.leftedge {  
	border-color: black; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

.topedge {  
	border-color: #FF0000 black black; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

.topleftedge {  
	border-color: #FF0000 black black #0000FF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}


a, a:visited {
	background-color: transparent;
	color: #0000FF;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

.bodyfontLeft {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:small;	
	color: #000000;
	padding-right: 3px;		
	padding-left: 3px;	
}

.bodyfontCenter {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:small;
	color: #000000;
	padding-left: 3px;	
	border-color: black; 
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

.bodyfontRight {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:small;	
	color: #000000;
	padding-right: 3px;			
}

.bodyfontFooter {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:xx-small;	
	color: #000000;
	padding-top:10x;
}

.tablefontTitle {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: large;
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

.tablefontRow {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:medium;	
	color: #000000;
}
.bodyfontTable {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:large;	
	color: #000000;
}

.center{
	text-align:center
}

