#container {
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	color:#101419;
}
#header {
	background-image:url(images/header-bground.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:45px;
}
a {
	color:#c3e5ee;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;

}
/*  navigation tabs  */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: right;
	position: relative;
}
#nav {
	padding:0px;
	margin:0px;
	padding-top:5px;
}
#nav a {
	padding:0px;
	margin:0px;
	background-image: url(images/nav-inactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:white;
	width: 101px;
	padding-top:5px;
	height:23px;
	border-left:2px solid white;
	text-align:center;
	font-size:12px;
}

#nav a:hover, .on {
	background-image: url(images/nav-active.gif) !important;
	background-color: #3f0738 !important;
}
/*  end of navigation tabs  */


h1 {
	background-color:#c3e5ee;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-size:1em;
	height:20px;
}

#title {
	margin:0;
	padding:0;
	font-size:x-small;
	text-align:left;
	margin-left:20px;
	margin-top:13px;
	
}

#left {
	background-image:url(images/main-bground.jpg);
	background-repeat:repeat-x;
	background-color:#797f8a;
	color:white;
	font-size:small;
	width:401px;
	float:left;
	text-align:left;
	height:395px;
	margin-bottom:2px;

}
#leftnoheight {
	background-image:url(images/main-bground.jpg);
	background-repeat:repeat-x;
	background-color:#797f8a;
	color:white;
	font-size:small;
	width:401px;
	float:left;
	text-align:left;
	height:810px;
	margin-bottom:2px;
}
#leftnoheight2 {
	background-image:url(images/main-bground.jpg);
	background-repeat:repeat-x;
	background-color:#797f8a;
	color:white;
	font-size:small;
	width:401px;
	float:left;
	text-align:left;
	height:500px;
	margin-bottom:2px;
}

#right {
	background-image:url(images/main-bground.jpg);
	background-repeat:repeat-x;
	background-color:#797f8a;
	color:white;
	font-size:small;
	width:397px;
	float:right;
	text-align:left;
	height:395px;
	margin-bottom:2px;
}
#rightnoheight {
	background-image:url(images/main-bground.jpg);
	background-repeat:repeat-x;
	background-color:#797f8a;
	color:white;
	font-size:small;
	width:397px;
	float:right;
	text-align:left;
	height:810px;
	margin-bottom:2px;
}
#rightnoheight2 {
	background-image:url(images/main-bground.jpg);
	background-repeat:repeat-x;
	background-color:#797f8a;
	color:white;
	font-size:small;
	width:397px;
	float:right;
	text-align:left;
	height:500px;
	margin-bottom:2px;
}
#right p,  div, #rightnoheight p, div, #rightnoheight2 p, div{
	padding:0;
	margin:0;
}
#left p, #right p , #leftnoheight p, #rightnoheight p, #leftnoheight2 p, #rightnoheight2 p{
	margin:20px;
}
#right ul , #rightnoheight ul, #rightnoheight2 ul{
	margin-top:15px;
	text-align:left;
}
#right ul, #leftnoheight ul , #rightnoheight ul, #left ul, #leftnoheight2 ul , #rightnoheight2  ul{
	margin-right:20px;
}

.border {
	border-top:2px solid white;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	clear:both;
}
#footer a {
	color:#0769b2;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

input, textarea {
	margin-bottom:5px;
}

#seal {
	margin-right:25px;
	margin-bottom:25px;
}
#text        {
	text-decoration:none;
	color:#000;
	text-align:left;
	font-size:10px;
	font-weight: normal;
	background-image: none;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 10px;
	float: left;
	position: relative;
	/* [disabled]margin-bottom: -20px; */
	margin-top: 18px;
}
#text a{
	color:#000;
	text-decoration:none;
}

