﻿/* CSS layout master */

* { margin:0; padding:0; }

img {
	border: 0px;
}

body {
	background-color: #ffee77;
}

#masthead {
	color: #A57468;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:bold;
	background-color: #000000;
	padding:10px;
	padding-bottom:0px;
}

#top_nav {
	text-align: center;
}

#top_nav img {
	vertical-align:bottom;
	height:20px;
}

#page_content_index {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border:1px black solid;
	border-top:0;
 	background-image:url('../images/background.gif');
 	background-repeat:no-repeat;
}

#page_content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border:1px black solid;
	border-top:0;
 	background-image:url('../images/background_main.gif');
 	background-repeat:no-repeat;
}

#left_column {
	position:relative;
	float:left;
}

#right_column {	
	position:relative;
	float:right;
	text-align:center;
}

#oFilterTransform {
	position:relative;
	width:575px;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	text-align:justify;
	top:280px;
	padding:10px;
	color:black; 
	filter:progid:DXImageTransform.Microsoft.glow(color='#ffee77', Direction=45, Strength=4, border=0);	
}

#footer {
	clear:both;
}

#footer_left_col {
	position:relative;
	float:left;
	text-align:center;
	width: 200px;
}

#footer_content {
	position:relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:xx-small;
	top:0px;
}

#footer_content a {
 	text-decoration:none;
 	color:#808080;
}

#footer_right_col {
	position:relative;
	float:right;
	text-align:center;
	width: 200px;
	top:0px;
}

/* Classes . */

.whiteboundedbox175 {
	width:175px;
	margin-top:18px;
	margin-left:18px;
}

.whiteboundedbox250 {
	width:250px;
	margin-top:18px;
	margin-left:18px;
}

.whiteboundedbox500 {
	width:490px;
	margin-top:18px;
	margin-right:18px;
}

.lc {
	float:left;
	width:4px;
	height:22px;
	background-image: url('../old/images/windows/lc.gif');
	background-repeat:no-repeat;
}

.rc {
	width:4px;
	float:right;
	height:22px;
	background-image: url('../old/images/windows/rc.gif');
	background-repeat:no-repeat;
}

.mid {
	margin-right:4px;
	margin-left:4px;
	height:18px;
	background-image: url('../old/images/windows/mid_grad.gif');
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	padding:2px;
}

.box_content {
	clear:both;
	border:1px #DEB200 solid;
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	text-align:center;
}

.handle {
	position:relative;
	left:-20px;
	top:4px;
}

/* ID #*/


/* Individual pages */
.style1 {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}
.style2 {
	font-size: xx-small;
	font-weight:normal;
}
.style3 {
position:relative;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}



