body
{
/*	font-family: Arial,sans-serif;
	color: #333333;*/
	margin: 0px;
	padding: 0px;
/*	background-color: #ffffff;*/
/*	Width: 760px;*/
	
}

/* layout boxes */

#page
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 800px;
/*	background-color: #ffffff;*/


}

#masthead
{
	border-bottom: 2px solid #ffffff;
/*	height: 66px;*/
	height: 88px;

}


#casu_masthead
{

	background-color: #ffffff;
	height: 20px;
	color: #000000;
	font-weight: bolder;
	font-size: 13px;
	text-align: center;
	border-bottom: 2px solid #cccccc;
/*	margin-left: 229px;*/

}

/*

#topNav {
	padding: 5px;
	background-color: #ffffff;
	height: 10;

}

#topNav a:link, #topNav a:visited{
	padding:0px 5px 0px 5px;}

*/
#leftnav
{
	float: left;
	width: 150px;
	background-color: #005A98;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#rightnav{
	float: right;
	width: 150px;
/*	background-color: #005A98;*/
/*	border-bottom: 1px solid #cccccc;*/
/*	font-size: medium;
	font-weight: normal;*/
	line-height: normal;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;
/*	font-color: #ffffff;*/

}

#index_rightnav{
/*	float: right;
	width: 150px;
	background-color: #005A98;
	border-bottom: 1px solid #cccccc;
	font-size: medium;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;*/

}

#content{
	margin: 0px 150px 0px 150px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
/*	border-top: 1px solid #cccccc;*/

}


#breadcrumb
{
	padding-left: 10px;
	font-size: small;
	font-size: 12px;
}


/*#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px;}*/

#footer {
	overflow: visible;
	clear: both; 
	height: 50px;
	visibility: visible; 
	border-top: 1px solid #183A63;
	font-size: small;
/*	font-size: 12px;
	margin-left: 186px;*/
/*	margin-right: 300px;*/
/*	padding-left: 211px;*/
	text-align: center;

}

/*#footer a:link, #leftnav a:visited

{
	display: block;
	padding: 5px;
	text-color: #ffffff;
}

#footer a:hover 
{
background-color: #ffffff;
}*/



#footer-image
{
	clear: both; 
	height: 50px;
	background-image: url(images/blue_lines3.gif);
	background-repeat: repeat-x;
}

#footer-darkline
{
	clear: both; 
	background-image: url(images/dark_blue_line.gif);
/*	background-repeat: repeat-x;*/
}

.item
{
	padding: 10px;
	min-height: 75px;
/*	height: 75px;*/
}

#search
{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:100;
}

form {margin:0px;}

#leftnav a:link, #leftnav a:visited

{
	display: block;
	padding: 5px;
	text-color: #ffffff;
}

#leftnav a:hover 
{
/*background-color:#005A98;
background-color: #d6d6d6;*/
background-color: #ffffff;

}




<!--- NEW STUFF BELOW --->


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=NAMED ELEMENTS=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#header-text {
	position: absolute;
	top: 12px;
	left: 188px;
	color: #000000;
	font-weight: 300;
	font-size: 18pt;
	text-transform: uppercase;
	overflow: hidden;
	width: 300px;
}

#header-border, #footer-border {
	border: 0px solid #183A63;
	background-color: #FFFFFF;

}

#header-border {
	border-bottom-width: 5px;
}

#footer-border {
	border-top-width: 5px;
}


#logo-text {
	font-size: 11pt;
	font-weight: 600;
	position: absolute;
	color: #ffffff;
	left: 3px;
	top: 70px;
	width: 100px;
	text-align: right;
}

#logo-img {
	position: absolute;
	left: 110px;
	top: 40px;
}

 

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=CUSTOM=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
input, textarea, select {
	border:  1px solid #183A63;
	padding: 0px;
	margin: 2px;
}

form div {
	width: 100%;
}

div label {
	text-transform: sentence;
}

input, select {    
	height: 20px; 
}

textarea, select.multi { height: 100px; }

input.edt-inl, input.btn-inl{
	width: 200px;
	margin: 0px;
}

input.btn, input.btn-inl {
	background-color : #AAAAFF;
	font-weight : bold;
	background-attachment: fixed;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-width: 2px;
	cursor: hand;
	filter: Alpha(Opacity=90);
	text-transform: uppercase;
}

input.chbx {
    border: none;
    width: auto;
}






