/*********************************HTML Defaults******************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c2577;

}

img{
	border-style:none;
	border-width:0px;
}

a {
	text-decoration:underline;
	color: #0c2577;
}

a:hover {
	text-decoration: none;	
	color: #6e6f71;
}

a:visited {
	text-decoration: underline;
	color: #0c2577;
}

hr{
	width:744px;
	color:#666666;;
	height:1px;
}

th{
	background-color:#0c2577;
	color:#ffffff;
	padding:3px;
	border-color:#ffffff;
}

td{
	background-color:#f6f6f6;
	padding:3px;
	border-spacing: 10px;
	border-collapse: separate;
	border-color:#ffffff;
}

.hiliteCell{
	background-color:#F0F0F0;
	font-weight:bold;
}

input, select, textarea{
	font-size: 8pt;
}

.input {
	width:250px;
}

.inputsmall {
	width:150px;
}

.inputxsmall {
	width:50px;
}

.disabled {
	color:#0c2577;
	background-color:#F6F6F6;
	border:0px;
	
}

button.date_button {
	display: inline;
	padding: 0;
	margin: 0 8px 4px 2px;
	border: none;
	width: 16px;
	height: 15px;
	background: black url(/images/calendar-ico.gif) 0 0 no-repeat;
	cursor: pointer; 
}

/*********************************main layout******************/
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#leftWrapper{
	float:left;
	width: 180px;
}

#rightWrapper{
	float:right;
	width: 755px;
	display:block;
}

.midBar{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	width:100%;
	margin-bottom:3px;
}

.columns{
	display:block;
	width:100%;

}

.leftColumn{
	width:370px;
	float:left;
}

.rightColumn{
	width:370px;
	float:right;
}


	/*-------------------------------Left Nav-------------*/
	#logo{
		text-align:center;
		width:100%;
		height:100px;
		padding-top:5px;
	}
	
	#boxLeft{
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		width:178px;
		padding:1px;
	}
	#menuHeader{
		background-color:#dbdbdb;
		border-top-color:#e1e1e1;
		border-left-color:#e1e1e1;
		border-bottom-color:#afafaf;
		border-right-color:#bababb;
		border-style:solid;
		border-width:1px;
		height:15px;
		width:176px;
		color:#444647;
		font-size:11px;
		font-weight:bold;
	}
	

	/*-------------------------------Right Nav-------------*/
	
	#topNav{
		width:100%;
		height:20px;
		background-color:#f6f6f6;
		font-weight:bold;
		border-left:1px;
		border-right:1px;
		border-bottom:1px;
		border-top:0px;
		border-style:solid;
		border-color:#666666;
	}
	
	#topNavLeft{
		float: left;
		margin-left: 5px;
		margin-top: 2px;
	}
	
	#topNavRight{
		float:right;
		margin-right: 5px;
		margin-top: 2px;
	}
	
	#otherSites{
		height:65px;
		text-align:right;
	}
	
	#boxRight{
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		width:100%;
	}
	
	#content {
		text-align:center;
		width:744px;
		display:table;
		margin-left: auto;
		margin-right: auto;
	}
	
	#content table{
		width:100%;
		text-align:left;
		padding:1px;
		border-color:#bababb;
		border-style:solid;
		border-width:1px;
		margin-bottom:6px;		
	}
	
	#noFormatting table{
		border:0px;
		padding:0px;
		margin:0px;
	}
	
	.noteLayout {
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
    border:1px solid black;
    padding: 2px 2px 2px 2px;
    background-color:#ffffff;
    width:248px;
    height:251px;
  }
  
  .noteSmallLayout {
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
    border:1px solid black;
    padding: 2px 2px 2px 2px;
    background-color:#ffffff;
    width:99%;
    height:150px;
    font-size:7pt;
  }
