body {
	font-family: Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
}

table {
	margin: 0;
	padding:0;
	border-spacing: 0;
}

#table1 {
	border-collapse: collapse;
}

#table2 {
	border-collapse: collapse;
}



#outer_main {
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	visibility: visible;
	display: block;
}
#main_center {
	margin-left: -350px;
	position: absolute;
	top: 5px;
	left: 50%;
	width: 700px;
	visibility: visible;
}

#images {
	position: relative;
	float: left;
	display: block;
}

#images a { 
	position: relative;
	float: left;
}

/* CSS ROLLOVERS */
#swap01 {
	background-image: url(../images/roll_07.jpg);    /* rollover state */
	width: 74px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap02 {
	background-image: url(../images/roll_08.jpg);    /* rollover state */
	width: 73px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap03 {
	background-image: url(../images/roll_09.jpg);    /* rollover state */
	width: 74px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap04 {
	background-image: url(../images/roll_10.jpg);    /* rollover state */
	width: 73px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap05 {
	background-image: url(../images/roll_11.jpg);    /* rollover state */
	width: 74px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap06 {
	background-image: url(../images/roll_12.jpg);    /* rollover state */
	width: 73px;                    /* image width */
	height: 100px;                   /* image height */
}


.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/* MAIN TEXT AREA */
#main_text {
	background-color: #F4FBFF;
	border: 1px solid #000000;
	width: 509px;
	padding: 20px;
	text-align: left;
}

#left_tile {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}

#index_back {
	border-left: 1px solid #000000;
	height: 41px;
	background-image: url(../images/strawberry_13.jpg);
}

#about_back {
	border-left: 1px solid #000000;
	height: 41px;
	background-image: url(../images/nfl_12.jpg);
}

#services_back {
	border-left: 1px solid #000000;
	height: 41px;
	background-image: url(../images/orange_13.jpg);
}

#fees_back {
	border-left: 1px solid #000000;
	height: 41px;
	background-image: url(../images/cherry_13.jpg);
}

#links_back {
	border-left: 1px solid #000000;
	height: 41px;
	background-image: url(../images/grapes_13.jpg);
}

#contact_back {
	border-left: 1px solid #000000;
	height: 41px;
	background-image: url(../images/kiwi_13.jpg);
}

#head_title {
	width: 441px;
	text-align: right;
	
}

#header1 {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

#header2 {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header3 {
	border-left: 1px solid #000000;
}

#footer {
	background-color: #D2EEFF;
	border: 1px solid #000000;
	border-top: 1px solid #000000;
	height: 30px;
}

.head_title2 {
	padding-right: 10px;
	font-size: 18px;
	vertical-align: middle;
	
}

/* labels in a form */
.labelcell {  
	font-weight: bold;
 	color: #000000; 
 	background-color: transparent;  
} 

.boldfont {
	font-weight: bold;
}

.error {
	font-weight: bold; 
	color: red;
}

/* fields in a form */
.fieldcell { 
 	background-color: #FFFFFF; 
 	color: #000000;  
 	margin-right: 0px; 
 	padding-right: 0px; 
 	border: 1px solid #000000;
 	
} 

a:link { 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000; 
}

a:active {
	text-decoration: none;
	color: #000000;
}

a.linkpage:link { 
	color: #59AFE4;
	text-decoration: none;
}

a.linkpage:visited {
	color: #59AFE4;
	text-decoration: none;
}

a.linkpage:hover {
	text-decoration: underline;
	color: #59AFE4; 
}

a.linkpage:active {
	text-decoration: none;
	color: #59AFE4;
}

.link_title {
	color: #007BC6;
	font-weight: bold;
}

h3 {
    font-size: 120%;
    }

#robimg {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFF;
}