html, body
{
	min-height: 100%;
}

html
{
	padding:1px;
}

body
{
	background-color:#f0f0f0;
	color: charcoal;
	font-family: tahoma, sans, arial;
	font-size: small;
	margin:0px;
}

.input
{
	border: 1px solid gainsboro;
}

hr
{
	height:1px;
	size:1px;
	color:gainsboro;
}

.input:hover
{
	border: 1px solid orange;
}

select
{
	border: 1px solid gainsboro;
}

select:hover
{
	border: 1px solid orange;
}

input[type="text"]
{
	padding:2px;
}

input[type="submit"]
{
	border: 1px solid gray;
}

#Container
{
	min-height: 100%;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	width:800px;
}

#Header
{
	width:700px;	
	height:100px;
	background-image: url(../img/WebBanner.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align:left;
	padding:0px;
	font-size:medium;
}

#TopStrip
{
	margin-top:0px;
	margin-left:32px;
	margin-right:32px;
	width:741px;
	height:20px;
	padding-top:5px;
	background-color:white;
	font-weight:bold;
	text-align:center;
	color:white,
}

#Menu
{
	margin-top:0px;
	margin-left:33px;
	margin-right:32px;
	width:740px;
	height:20px;
	padding-top:5px;
	background-color:#4775ae;
	background-image: url(../img/Grad.jpg);
	font-weight:bold;
	text-align:center;
	color:white;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#Menu a
{
	text-decoration:none;
	color:white;
}

#Menu a:hover
{
	color:red;
}


#Menu a:active
{
	color:red;
}

#RightMenu
{
	-p-osition: relative;
	border:1px solid lightsteelblue;
	border-bottom:0px;
	width:130px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#RightMenu div
{
	padding:3px;
	border-bottom: 1px solid lightsteelblue;
}

#RightMenu input[type=text]
{
	width:80px;
	border:1px solid gray;
}

#RightMenu input[type=submit]
{
	width:30px;
}

#RightMenu .Title
{
	background-image: url(../img/Grad.jpg);
	font-weight: bold;
	background-color:gray;
	color:Black
}

#RightMenu a{ color:black; text-decoration:none;}
#RightMenu a:active { color: white; }
#RightMenu a:visited { color: black; }

#RightMenu .Link:hover
{
	background-color:gainsboro;
	color: white;
}

#RightMenu div:hover a { color: #4775ae; }


#Main
{
	margin-top:30px;
	margin-bottom:30px;	
	width:670px;
	text-align:justify;
}

#Footer
{
	margin-top:0px;
	margin-left:33px;
	margin-right:32px;
	width:740px;
	height:20px;
	padding-top:5px;
	background-color:#4775ae;
	background-image: url(../img/Grad.jpg);
	font-weight:bold;
	text-align:center;
	color:white;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#Construction
{
	margin-top:10px;
	padding:3px;
	b-order: 1px solid gainsboro;
	b-ackground-color: whitesmoke;
	color:red;
	f-ont-weight:bold;
	text-align:center;
	text-decoration:flash;
}

.SubHeader
{
	padding-top:10px;
	font-weight:bold;
}

li
{
	margin-left:25px;
}

table
{
	width:100%
}

.Curved
{
	margin-bottom:30px;	
	b-order: 0px solid #aaaaaa;
	background-color: #6485ae;	
	color:white;
	font-weight:bold;
	b-order: 1px solid #000000;
}


