.col1, .col2, .col-1, .col-2, .col-3, .col-4{ float:left}
/*======= width =======*/
.main{margin:0 auto; text-align:left; width:960px; background-image:url(images/main_bg.jpg); }

/*======= header =======*/
#header {height:441px; background-image:url(images/header_img.jpg);}

.col1{ width:195px; margin-right:27px; text-align:left}
.col2{ width:677px}

#content .bg{ background:url(images/tail.gif) repeat-y 195px top } 

/*======= index.html =======*/
#page1 #content .col-1{ width:227px; margin-right:40px}
#page1 #content .col-2{ width:409px}
#page1 #content .bg1{ background:url(images/tail.gif) repeat-y 249px top } 
/*======= index-1.html =======*/
#page2 #content .col-1{ width:319px; margin-right:29px}
#page2 #content .col-2{ width:311px}
#page2 #content .bg1{ background:url(images/tail.gif) repeat-y 348px top } 
/*======= index-2.html =======*/
#page3 #content .col-1{ width:626px; margin-right:32px}
#page3 #content .col-2{ width:319px}
#page3 #content .bg1{ background:url(images/tail.gif) repeat-y 437px top } 
/*======= index-3.html =======*/
#page4 #content .col-1{ width:626px; margin-right:32px}
#page4 #content .col-2{ width:328px}
#page4 #content .bg1{ background:url(images/tail.gif) repeat-y 329px top } 
/*======= index-4.html =======*/
#page5 #content .col-1{ width:340px; margin-right:23px}
#page5 #content .col-2{ width:288px}
#page5 #content .bg1{ background:url(images/tail.gif) repeat-y 249px top } 

/*======= footer =======*/
#footer { height:54px; background:#00002a; }


/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
	background-color:#000033;
	color:#FFFFFF;
	font-size:9px;
	
	
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/**** Form Section ****/
.appnitro
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:79%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
		color:#FFFFFF;
	font-size:9px;
	list-style-type:none;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	/*visibility:hidden;*/
}
