* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Sans-Serif;
	padding: 100px;
	font-size:14px;
	background:url(plane.gif) no-repeat;
}

a:link {color:#333333; text-decoration:none;}
a:hover {color:#666666; text-decoration:underline;}
a:visited {color:#999999; text-decoration:none;}

#container   { max-width: 960px; min-width: 560px; margin: 0 auto; border:1px solid #999999;}
#page-wrap		    { max-width: 960px; min-width: 560px; margin: 0 auto; position: relative; min-height:860px; background-color:#ffffff;}

#header             { max-width: 960px; min-width: 560px; background:url(title.gif) no-repeat; height:60px; margin: 0 auto; 
                      }

#main-content       { padding: 0 20px 0 270px; background: white;  min-height:650px; }

#main-sidebar       { position: absolute; left: 0; top: 0; width: 240px; bottom: 0;
                      padding: 0 10px; min-height:700px;}
                      
#footer             { max-width: 960px; min-width: 560px; background: #4d5154; padding-top:20px; padding-bottom:20px; color:#ffffff;
font-size:12px;
                       }
#footer p           { padding: 10px; color: white; }
#footer a           { color: white; border-bottom: 1px dotted white; text-decoration: none; }
#footer a:hover     { border-bottom-style: solid; }
#banner { margin-top:45px; }
#bannernews { margin-top:45px; margin-bottom:20px;}


h1 {font-size:18px; color:#999999; border-bottom:1px solid #eeeeee; margin-bottom:12px;}

#mainimagebox {float:right; }
#mainimage { margin-left:20px;}

/*  .corner-box {position:absolute; right:0px; top:0px; height:200px; width:200px; background-color:#333333;} */


table.tab {border: solid #7D94BB; border-width: 1px 1px 0 1px; background-color:ffffff !important;}

th.tab-act {border: solid #7D94BB; border-width: 0 1px 1px 1px; background-color: F3F3E9}
th.tab-pass {background-color: f9dd7b; border: 1px solid #7D94BB}
th.tab-blank {border-top: 1px solid #7D94BB}

tr {padding:10px !important;}


#top, #bottom, #left, #right {
	background: black;

	}
	#left, #right {
		position: fixed;
		top: 0; bottom: 0;
		width: 88px;
		}
		#left { left: 0;  background: url(images/left.png) left center repeat-y;}
		#right { right: 0; background: url(images/right.png) right center repeat-y;}
		
	#top, #bottom {
		position: fixed;
		left: 0; right: 0;
		height: 88px;
		}
		#top { top: 0px; background: url(images/top.png) top center repeat-x; }
		#bottom { bottom: 0px; background: url(images/bottom.png) bottom center repeat-x; }

.c-head {
	font-size:16px !important;
	color:#990000 !important;
}

.btn
{
	background-color:#436082;

	color:#ffffff;
	font-weight:bold;
	padding:4px;
	border:1px solid #1f3651;
	margin-bottom:8px;
}

.text
{
	padding:4px;
		border:1px solid #1f3651;
}

