/* CSS Document */
body{
/*	background-color: #F6F6F6;*/
	font-size:12px;
	margin: 0px 0px 0px 0px;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6{
	color: #003366;
	margin-top: 10px;
	margin-bottom: 10px;
	/*color: #4F9935;*/
	
}

.borderlessimg{
	border: 0;
}

img {
	border: 0px solid #000099;
}

a{
	color:#000099;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.column{
	background-color: #BAE6BA;/*#CFE6CF;*/
	/*width: 200px;*/
	/*height: 200px;*/
	padding: 5px;
	text-align: center;
}

.column-left{
	float: left;
	margin-right: 10px;
}

.column-right{
	float: right;
	margin-left: 10px;
}

#header-outer{
	/*border: 1px solid #000000;*/
	border-bottom: 2px solid #336699;
	width:100%;
}

#header{
	height: 50px;
	padding: 5px;
	/*border: 1px solid #000000;*/
	width:980px;	
	margin-left: auto;
    margin-right: auto;
	/*border-bottom: 2px solid #336699;*/
	position:relative;
}

#menu{
	/*background-color: #CCCCCC;*/
	position: absolute;
	bottom: -1px;
	right: 0px;
	left: 200px;
}

#content{
	padding: 10px 10px 10px 10px;
	width:980px;
	margin-left: auto;
    margin-right: auto;
	/*position: relative;*/
	/*height: 700px;*/
}

#footer{
	width:980px;	
	margin-left: auto;
    margin-right: auto;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	color: #666;
}


/* OLD KSWARE 2007 */
.widebox{ margin: 20px; padding: 10px; background-color: #E6EBF0  }
.line {  border-top: 1px solid #002B57;  height: 1px;  width: 98%; margin-left:auto; margin-right:auto; margin-bottom: 5px; margin-top: 10px;}
.rightsoftwarebar{ background-color: #99CCFF; color: #003366; float: right; width: 180px; border: 1px solid #000099; padding: 10px; margin: 5px }
.rightbox {/* background: url(img/bg.gif) repeat; */ background-color: #B0D5F8; text-align: center; float: right; width: 160px; border: 1px solid #749EC4; padding: 5px; margin: 10px;}
.rightbox a { text-decoration: none; }
.author{ text-align: right; padding-top: 10px; color: #666666;}
