﻿* 
{
    font-size: 11px;
    font-family: Verdana;
}
body 
{
	margin: 0;
	background-color: #454545;
}
html, body, #main
{
    min-height: 100%;
    width: 100%;
    height: 100%;
    color: White;
}
a 
{
	color: #A9A9A9;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover
{
	color: #7F7F7F;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:active
{
	color: #7F7F7F;
	text-decoration: underline;
	letter-spacing: 1px;
}
a.subcat
{
	text-decoration: underline;	
}

#main 
{

    top: 0;
    left: 0;
}
   
#container 
{
    position: relative;
    margin: 0 auto;
    width: 90%;
    border: 1px dotted gray;
    min-height: 300px;
}
#menu
{
    border-right: 1px dotted gray;
    border-bottom: 1px dotted gray;
    min-height: 300px;
    width: 120px; 
    text-align: center; 
    margin-top: 5px;
    padding-right: 4px;
}
#menu .menu-header
{
	font-weight: bold;
	font-size: 14px;	
}
#menu a
{
	color: #7F7F7F;
	text-decoration: none;
	letter-spacing: 2px;
}
#menu a:hover
{
	color: #A9A9A9;
	text-decoration: underline;
	letter-spacing: 2px;
}
#menu a:active
{
	color: #A9A9A9;
	text-decoration: underline;
	letter-spacing: 2px;
}
.header
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#content
{
	padding-left: 2px;
	width: 100%;
}
hr
{
	height: 0.1em;
}
.top-border
{
	width: 98%;
	border-top: 1px dotted gray;
}
.subject
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #7F7F7F;
}
#news
{
	width: 98%;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px #7F7F7F dashed;	
}
input
{
	background-color: Gray;
	border: 1px solid white;	
}
textarea
{
	background-color: Gray;
	border: 1px solid white;	
}
.error
{
	color: Red;	
}
