img { border-style: none; }

body
{
	color : black;
	background-color : rgb(255,255,255);
	background-image: url(Summit00.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

html, body, .allBody
{
	font-family: "Trebuchet MS", "Palatino Linotype", palatino, "Century Schoolbook", "Footlight MT Light", Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
	/* padding-bottom: 4em; */
}

.plainText {
	font-family: "Trebuchet MS", "Palatino Linotype", palatino, "Century Schoolbook", "Footlight MT Light", Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

html>body, html>body .allBody
{
	height: auto;
}

body
{
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	
}

textarea, input {
	font-family: "Trebuchet MS", "Palatino Linotype", palatino, "Century Schoolbook", "Footlight MT Light", Georgia, serif;
	font-size: 10px;
	font-weight: normal
}


.box h2 {
	font-family: Pristina, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 170%;
	border-bottom : thin dashed rgb(0,0,0);
}
.box h3 {
	font-size: 90%;
	font-weight: normal;
	border-bottom : thin dashed rgb(0,0,0);
}

.contentText h1 {
	font-family: Pristina, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 300%;
	text-align: center;
}

.allBody
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.contentText
{
	margin-top:1em;
	margin-bottom: 3em;
	margin-right:12em;
	margin-left:12em;
	height: auto;
	padding:0.5em;
	color : rgb(0,0,0);
	/* background-color : rgb(255,255,255); */
	border : thin solid;
}	

.contentText p
{
	max-width:60em;
}

.sidebar {
	position : absolute;
	top : 1em;
	left : 5px;
	width : 10em;
	z-index : 1;
	padding : 0px;
}

.rightsidebar {
	position : absolute;
	top : 1em;
	right : 5px;
	width : 10em;
	z-index : 1;
	padding : 0px;
}

.bottombar {
	position: absolute;
	bottom: 1em;
	width: 70%;
	left:15%;
	padding:0px;
}
	

ul.box
{
	list-style:none;
	margin:0px;
}

ul.box li
{
	display:inline;
}

.box
{
	text-align : center;
	background-color : white;
	border : thin solid rgb(0,0,0);
	font-weight : bold;
	/* font-size : 70%; */
	margin-top: 20px;
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.smallBox
{
	align : center;
	text-align : center;
	background-color : white;
	border : thin solid rgb(0,0,0);
	font-weight : normal;
	/* font-size : 70%; */
	margin-top: 4px;
	margin-bottom : 4px;
	padding : 2px;
	font-size: 82%;
}

.box a
{
	color : rgb(0,0,0);
	background-color : inherit;
	display : block;
	text-decoration: none;
}

.box .delimiter
{
	display : none;
}

.box a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.box strong
{
	font-size : large;
}

.footer {
	background-image : url(redfilte.gif);
	width: 100%;
	text-align: center;
	border-top:1px solid rgb(0,0,0);
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	position:absolute;
	bottom :0px;
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}

.contentBox {
	border : thin solid rgb(0,0,0);
	padding : 0.5em;
	padding: 0px;
	margin-bottom : 0.5em;
}
.contentBoxTitle {
	border : thin solid rgb(0,0,0);
	background-color: black;
	color: white;
	font-size:85%;
	font-weight:bold;
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-left: 6px;
	width: 40%;
}

.contentBoxData {
	padding : 0.5em;
}

.contentBox ol {
	position:relative;
	padding: 0;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 40px;
	list-style-type:upper-roman;
}
.contentBox a {
	font-weight: bold;
}

.feedbackBox {
	font-size: 82%;
	font-weight: normal;
}
.feedbackBox a {
	font-weight: bold;
	text-decoration: underline;
	color:blue;
}

.feedbackBox a:hover {
	font-weight: bold;
	color : blue;
	background-color : white;
}

.forumBox {
	# font-size: 82%;
	font-weight: normal;
}