body {
	margin: 0px;
	/*background-color: #333333;*/
	/*font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;*/ 
	font-family: "Trebuchet MS";
	font-size: 13px;
	background: #13153b url(background.jpg) top right no-repeat;
}
table.linkcontainer td{
	background-color: #000070;
	/*
	filter:alpha(opacity=40);
	opacity: .4;
	-moz-opacity: .4;
	*/
}
/*
td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*/
td.middle_spacer {
	background-color: #666666;
}
td.shadow_right {
	/*
	background-image: url(../images_template1/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
	*/
}
td.shadow_left {
	/*
	background-image: url(../images_template1/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
	*/
}
td.body_content {
	vertical-align: top;
	padding: 5px;
	/*background-image: url(../images_template1/bg_content.jpg);*/
	background-repeat: repeat;
}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	vertical-align: top;
	width: 800px;
	height: 400px;
	/*background-color: #FFFFFF;*/
	color: #CCCCCC;
	font-size: 1.3em;
	text-align: justify;
}

td.horizontal_column {
	/*
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	*/
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: /*#000000*/transparent;
	text-align: center;
	color: #CCCCCC;
	padding: 5px;
}

td.horizontal_center {
	/*
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	*/
	height: 200px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../img/header_bg_800x200.png);
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	/*background-image: url(../images_template1/header2_bg.jpg);*/
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	/*background-image: url(../images_template1/bg_content.jpg);*/
	background-repeat: repeat;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	height: 35px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
}
a.main_link:hover{
	background-color:#ffffff;
	color: darkblue;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
}
a.bottom_link:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.alt {
	margin: -5px;
	text-align: center;
	font-size: 1.5em;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
}


#inline1 {
    overflow: auto;
	width: 500px;
	background-color: #FDFDFD;
}
#page #inline1 {
	display: none;
}
.magnifier {
	border: none 0px #ffffff;
	cursor: url("../img/magplus.cur"), pointer;
}
