﻿*{ margin: 0px; padding: 0px; }
*

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

html { height: 100%; }

body  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	background-color: #CCCCCC;
	color: #ffffff;
}
h1 {
	font-family: Georgia, FreeSerif;
	font-size: 24px;
	color: #366194;
	border-bottom: solid 1px #B2B0A6;
	padding-bottom: 2px;
}
.vertmiddle {
	border-style: none;
	vertical-align: middle;
}
.orange {
	color: #FF8040;
}
.smalltext {
	font-size:10px;
}
.picshow {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.left {
	float:left;
	margin-right:15px;
}
.right {
	float:right;
	margin-left:15px;
}
}

/********************* CSS LAYOUT ***********************/

#header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 920px;
	height: 114px;
	vertical-align: top;
}
#fade {
	width: 591px;
	height: 386px;
}
#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 893px;
}
#sidebar {
	float: left;
	width: 276px;
}
#main {
	float: right;
	width: 616px;
	background-color: #333333;
	height: 100%;
}
#content {
	width: 591px;
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	_margin-left: 6px;
}
#sidecontent {
	margin-top: 5px;
	margin-left: 12px;
	width: 246px;
	color: #000000;
}
#footer {
	margin: 0px;
	text-align: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
	font-size: 10px;
	text-indent: 5px;
	color: #000000;
}

/********************* LINKS ***********************/

a:link 		{color: #366194;text-decoration: none;}
a:visited 	{color: #366194; text-decoration:none;}
a:active 	{color: #7F0000; text-decoration:none;}
a:hover  	{color: #7F0000; text-decoration:none;}

/*************************** SIDE MENU ********************************/


