/*/////////////////////////////////////////
	THE LAYOUT
*/

*{
	margin:0px 0px 0px 25px;
	padding:0px;
}


#wrap{
	width: 700px;
	margin: 0px auto;
}


.tagline{
	float: right;
	width: 400px;
	color: #005D91;
	text-align: right;
	margin: 10px 5px 0px 5px;
	font-size: 100%;
	font-style: italic;
	height: 105px;
	font-weight: 500;
}


.logo{
	float:left;
	background-image: url(../images/Kaal_logo2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 326px;
	height: 110px;
}


#pagetitle{
	font-size: 140%;
	color:#003300;
	font-weight:600;
	text-align:left;
	padding-top:10px;
	padding-left: 25px;
	height: 25px;
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: 5% 100%;
}

#paneleft{
	width:300px;
	float:left;
	text-align: left;
	padding: 0px 2px 0px 4px;
	height: 300px;
}
#paneleft span{
margin: 0px 5px;
}
#paneright{
	float:right;
	height: 300px;
	width: 410px;
	margin-right: 15px;
}
#gutter{
	background-color:#006600;
	float:left;
	width: 2px;
	height: 500px;
	margin: 10px 0px;
}
.question{
	font-size: 110%;
	color:#003300;
	font-weight:600;
	text-align:left;
	padding-top:10px;
	padding-left: 0px;
}



.clearleft{
clear:left;
}
.clearright{
clear:right;
}
.clear{
clear:both;
}


/**  Page Contents **/	


#bottomlinks,#copyright{
	width: 700px;
	color: #CCCCCC;
	margin-top:15px;
	margin: opx auto;
}
#bottomlinks a {
	color: #CCCCCC;
}
#bottomlinks a:hover {
	color: #000099;
	text-decoration:underline;
}
#copyright span img{
float:right;
}





/* END layout */

/******

GUI

**/

a{
	text-decoration:  underline;
	border: none;
	color: #666666;
}
a:hover {
	text-decoration:  underline; 
	border: none;
 }
 
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #003339;
}

h1{
	font-size: 150%;
	color: #FF0000;
	text-align: left;
}

h2{
	font-size: 135%;
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
}

h3{
	font-size: 100%;
	text-align: left;
	margin: 10px 0px 0px 5px;
	padding-left: 25px;
}

h4{ font-size: 100%; font-weight: normal; color: #333333;}

h5{ font-size: 100%; color: #000000;}


ul{
	margin:0px 0px 0px 65px;
	text-align: left;
}

ul li{	list-style-type: disc; padding: 0px 0px 0px 20px}

ul li a {	color: #FFFFFF;	text-decoration: underline;}

ul li a:hover {	color: #FF0000;	text-decoration: underline;}

dl{
	margin:0px 10px 5px 45px;
	text-align: left;
}

dt{
	font-weight: 500;
	color: #660000;
}
dd{
	padding-bottom: 5px;
}

p{
	padding: 0px 5px 15px 25px;
	text-align: left;
}
th{
	color:#FFFFFF;
	background-color:#006600;
	}
/*
////////////////////////////////////////////////////////////////
	HOME PAGE ELEMENTS
//////////////////////////////////////////////////////////////////////*/	
.welcome {
	font-size: 120%;
	font-weight: 400;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	font-weight: 600;
	padding: 10px 0px 2px 8px;
	color: #660033;
	text-decoration: underline;
}


.legal {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	padding: 5px 5px;
}


/*********** Forms Elements **********/

.formitem {
	padding: 5px 10px 0px 10px;
}

.formitem label{
	color: #003333;
	width: 20%;
	text-align: left;
	float: left;
}
.formitem label.explain{
	font: 100% Arial,sans-serif;
	color: #666666;
	text-align: left;
	float: none;
	clear: both;
	padding-left: 40px;
	display: inline;
	margin-left: 20%;
}
.formitem input{
	margin-left: 20%;
	width: 55%;
}
.formitem input.submit{
	margin-left: 20px;
	width: 20%;
}
.formitem textarea{
	margin-left: 20%;
	width: 55%;
}
.formitem select{
	margin-left: 40px;
	width: 50%;
}

.formitem input.checkbox {
	margin-left: 30px;
	width: 20px;
	text-align: left;
}
.formitem label.checkbox{
	margin-left: 80px;
	width: 35px;
}

.design{
	float:right; font: 80% Arial, Helvetica, sans-serif;
	color:#666666;
	float: right;
	width: 350px;
}
div a.netanchor {
	font-weight:500;
	color:#666666;
}

ol li {text-align:left}
ol {
	margin-left:50px
}

