body {
	text-align: center;
	/*background-color: Navy;*/
	background: url(../images/top_bg.gif) repeat-x;
}

img {

}

*
{
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}


p {
	text-indent: 15px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}

#container {
	width: 1100px;	
	min-height: 600px;
	margin: 0 auto;
}

#header {
	width: 1100px;
	height: 76px;	
	padding-top: 10px;
	padding-bottom: 8px;
}

#header img {
	float: left;
}

#header #search {
	height: 1.5em;
	line-height: 1.5em;
	width: 121px;
	
	margin-top: 55px;
	margin-right: 2px;
	
	float: right;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

#header #submit {
	margin-top: 55px;
	margin-right: 5px;
	
	float: right;
	height: 18px;
	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	
}

#menu {
	width: 1100px;
	padding-top: 2px;
	padding-left: 150px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	border-top: 5px #888888 solid;
	
	float: left;
	margin: 2px;
	width: 146px;
}

#menu ul li a {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	
	color: #777777;
	text-decoration: none;
	letter-spacing: -1px;
}

#menu ul li a:active, a:visited {
	color: #777777;
}

#menu ul li a:hover {
	color: #cccccc;
}

#rightcol {
	float: left;
	width: 150px;
	margin-top: 0px;
	padding: 10px;
	
	/*background: url(images/hdot.gif) repeat-x bottom left #fff;*/
	/*background-color: #f5f5f5;*/
	background-color: Transparent;
	text-align: left;
}

#rightcol h4 {
	font-family: Lucida Sans;
	font-size: 13px;
	
	letter-spacing: -1px;
	text-transform: uppercase;
}

#rightcol a {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #777777;
}

#rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightcol ul li {
	width: 150px;
	background: url(../images/button_multi_color.gif) no-repeat left;
	padding-left: 10px;
}

#rightcol ul li span {
	color: #67be00;
}

#rightcol ul li a {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	
	text-decoration: none;
	color: #444444;
}

#rightcol ul li a:hover span {
	color: #38b2ff;
}

#maincol {
	margin-top: 10px;
	margin-left: 10px;	
	width: 820px;
	float: left;
}

#maincol h4 {	
	text-align: left;
	/*background: url(images/hdot.gif) repeat-x bottom left;*/
}

#maincol iframe { width:100%; height:auto; padding:0; border:0;}

blockquote {
	margin: 10px;
 	padding: 0 0 0 40px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font: 1em Arial, Sans-Serif;  
}
.foldertab {
	padding: 4px; 
	cursor: pointer;
	margin-right: 4px; 
	border: 0px; 
	font: 70% bold 1em Arial, Sans-Serif; 
	background: #D1FFE0 url(../images/corner.gif) no-repeat top right;
}
.foldertab_current {
	padding: 4px; 
	margin-right: 4px; 
	border: 0px; 
	text-transform: uppercase;
	font: 70% bolder 1em Arial, Sans-Serif; 
	background: #D0EFFF url(../images/corner.gif) no-repeat top right;
}
.ScrollingBar 
{
    max-width:820px;    
}
.subheader {		
		width: 940px;
		text-align: left;
		background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
#footer {
	float: left;
	width: 1000px;
	margin-top: 20px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	border-top: 1px #ccc solid;
}

#footer a {
	color: #777777;
}

#footer a:active, a:visited {
	color: #777777;
}

#footer a:hover {
	color: #38b2ff;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* TABLE */
table
{
	border-collapse: collapse;
	border-spacing:0;
	min-width: 820px;
	border: 1px solid;
	font: 75% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
caption{
	padding: 0 .4em .4em;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #453827;
	background: transparent;
  }
	
tr{

}
td, th {
  border: 1px solid;
  padding: .3em;
  font-size : 0.9em;
  text-align:left;
  color: #666;
}
thead th, tfoot th, tfoot td {
	border: 1px solid;
	text-align: left;
	/*font-weight: bold;*/
	font-size: 80%;	 
	background: url("../images/thbg.gif") repeat-x top left;
	color: Navy;
}
tbody td {
	border-color:white;
	text-align:left;
}
 tbody th,thead th {
	vertical-align: middle;
	text-align: left;
}
tbody tr:hover td, 
tbody tr:focus td
{}
tbody tr:hover th,
tbody tr:focus th {
	background: url("../images/shimx.gif") repeat-x top left;
	color: #000;
}

/* Navigation */
.navigation-user	{	
	padding-left: 20px;
	padding-right: 5px;
	background-image: url(../images/forum.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
	text-decoration: none;
	border-top-width: 5px;	
	border-top-style:groove;
}
.navigation-list	{	
	padding-left: 17px;
	padding-right: 5px;
	background-image: url(../images/cabinet.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
	text-decoration: none;
	border-top-width: 5px;	
	border-top-style:groove;
}

.navigation-step1	{	
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(../images/icon_gf1.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step1:hover	{	
	background-image: url(../images/icon_gf1-1.png);
}
.navigation-step1-current	{	
	padding-left: 23px;
	padding-top: 2px;	
	background-image: url(../images/icon_gf11.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step2	{	
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(../images/icon_gf2.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step2:hover	{	
	background-image: url(../images/icon_gf2-1.png);
}
.navigation-step2-current	{	
	padding-left: 23px;
	padding-top: 2px;
	background-image: url(../images/icon_gf22.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step3	{	
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(../images/icon_gf3.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step3:hover	{	
	background-image: url(../images/icon_gf3-1.png);
}
.navigation-step3-current	{	
	padding-left: 23px;
	padding-top: 2px;
	background-image: url(../images/icon_gf33.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step4	{	
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(../images/icon_gf4.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}
.navigation-step4:hover	{	
	background-image: url(../images/icon_gf4-1.png);
}
.navigation-step4-current	{	
	padding-left: 23px;
	padding-top: 2px;
	background-image: url(../images/icon_gf44.png);
	background-repeat: no-repeat;
	font-size: x-small;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
}