/*------------------------------------------------------------*
**  main content
**------------------------------------------------------------*/
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(http://pngccs.org/media/stripes.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a { text-decoration: underline; color: #1F1F1F;}
a:hover { color: #059ECA; }

h1, h2 {
 display: inline;
 margin-bottom: 0;
 padding-bottom: 0; 
}

table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
td.logo_area{
	border-top-width: 0px;
	border-right-width: 1px;
	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 {
	width: 800px;
	background-color: #666666;
}
/*td.shadow_right {
	background-image: url(../img/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../img/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
}
td.body_content {
	padding-left: 20pt;
	padding-top:10pt; 
}
/*------------------------------------------------------------*
**  SUB LINKS
**------------------------------------------------------------*/
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
	align: center;
	font-weight: bold;
}
td.below_header a{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
/*------------------------------------------------------------*
**  
**------------------------------------------------------------*/

td.main_content_box {
	background-color: #FFFFFF;	padding: 20px;
}

/*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;
}*/
/*------------------------------------------------------------*
**  FOOTER
**------------------------------------------------------------*/
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}
td.bottom_link_container a{
	color: #FFFFFF;
}

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: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(http://pngccs.org/media/header_eyes_sepia.jpg);
}
td.header_column {
	height: 150px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../img/header_bg3.jpg);
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
	border: none;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
	align: centre
}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
div.navigation a { 
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
div.navigation a:hover { 
	background-color:#333333;
	color: #FFFFFF;
	border: none;
}
/*------------------------------------------------------------*
**  IMAGES
**------------------------------------------------------------*/
img{
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	margin: 10px;
	padding: 5px;
}