﻿/*--------------------layout---------------------*/
* {margin:0;padding:0}
form {
	text-align: center;		
	}
#wrapper {
	width: 726px;
	background: #fff;
	margin: auto;
	text-align: left;	
	}
#LeftBar {
	width: 28%;	
	float: left;	
    margin:0;			
	}
#Main_One {
	clear:both;
	margin: 0;	
	}
#Wide
{
	clear:both;
	margin: 0;
}
#Seperator
{
	clear:both;
	padding-top: 5px;
}
#Main_Left 
{
	width: 70%;
	float: left;
	margin: 0;	
	}
#Main_Right 
{
	width: 70%;
	float: right;
	margin: 0;	
	}
#RightBar {
	width: 28%;	
	float: right;
	margin: 0;		
	}
#Header, #Footer {
	clear:both;
	}

/*--------------------style---------------------*/

#Header 
{
	margin-bottom: 20px;
	margin-top: 10px;	
	}

#TopBar 
	{
	background-image:url(Images/HeaderSmall.gif);
	background-repeat:repeat-x;
	height:40px;
	}
	
#Footer 
	{
	background-image:url(Images/Footer.gif);
	background-repeat:repeat-x;
	height:100px;
	position:relative;
	}
#InnerFooter
{
	width: 726px;
	margin: auto;
	
}
#LeftFooter
{
	float:left;
	text-align: left;	
	color:White;
	padding-top:35px;
}
#RightFooter
{
	float:right;
	text-align: right;	
	color:White;
	padding-top:35px;
}

.Box 
{
	padding:0 5px 5px 5px;
	border:solid 1px #3d6132;
	background-image:url(Images/title.png);
	background-repeat:repeat-x;
	}
	
.BoxThin 
{
	padding:5px 5px 5px 5px;
	border:solid 1px #3d6132;
	}
	
.HorizontalRadio li
{
	float:left;
	padding-left:5px;
}

.HideBox
{
	visibility:hidden;
}

a
{
	color: #003366;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
h1
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	color: #FFFFFF;
	height: 30px;
}

body
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 14px;
}

li
{
	list-style-type:none;
}

#RightFooter a
{
	color:White;
	font-weight:bold;
}
