html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	font-family: verdana,sans-serif;
	font-size: smaller;
	background-color: #F1F0F1;
}

p{
	margin-top: 7px;
	margin-bottom: 7px;
}

.clear{
	clear: both;
}

#sclogo img{
	border: none;
}

#wrapper{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	text-align: left;
}

#container-content{
	padding-bottom: 40px;
}

#top-bar{
	margin: 0;
	height: 50px;
	background: #FFFFFF;
}

#sclogo{
	margin: 3px 0 0 0;
}

#cml-logo{
	text-align: right;
	padding: 0;
	margin: 5px 0 0 0;
	
}

#logo {
	
	text-align: right;
	float: left;


}

#header{
	margin-bottom: 10px;
}

.none{
	font-weight: bold;
	color: #B4B4B4;
	text-decoration: none;
	font-size:larger;
}

.text-right{
	text-align: right;
}

#login-bar{
	float: right;
	padding:0px;
	margin: 0px;
}

#nav-bar{
	margin: 0px;
	padding:0px;
	height: 40px;
	background: #01405F url(../images/bg_navBar.jpg) repeat-x;
}

#navigation{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: #000 1px solid;
}

#navigation ul{
	position: fixed;
	padding:0px;
	margin:0px;
}

#navigation li{
	float: left;
	border-left: #000 1px solid;
	padding: 0 0 0 0;
	_padding: 0 0 15px 0;
}

#navigation a{
	padding: 12px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 40px;
	margin:0px;

}

#navigation a span{
	padding: 0px;
	margin: 0 0 10px 5px;
}

#navigation a:hover{
	background: #037997 url(../images/bg_navBar_pressed.jpg) repeat-x;
	padding: 12px;
	text-decoration: none;
	color: #FFFFFF;
	margin:0px;
}

#search-box{
	float: right;
	padding: 8px 0 8px 0;
}


#no-margin{
	padding: 0px;
	margin: 0px;
}

#search-box form{
	margin: 0px;
}

#content {
	
}

#display-content {
	padding: 0 0 0 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.center {
	text-align: center;
}

.left{
	text-align: left;
}

.inner-width-wrapper {
	max-width: 900px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#content-menu{
	background: #f6f2b5;
	padding: 5px;
	text-align: left;
	border-top: 1px solid #EDEEF0;
	border-left: 1px solid #EDEEF0;
	border-right: 1px solid #EDEEF0;

}

#content-menu a{
	text-decoration: none;
}

.menu-link{
	text-decoration: none;
	padding: 5px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

#content-menu a:hover{
	text-decoration: underline;
}

#content-menu p {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: medium;
	font-weight: bold;
}

#content-body{
	min-height: 300px;
	background-color: #F8F8F8;
	border-left: #EDEEF0 1px solid;
	border-right: #EDEEF0 1px solid;
	border-bottom: #EDEEF0 1px solid;

}

#content-left{
	margin: 5px;
	float: left;
	text-align: left;
	width: 525px;
}

#content-right{
	border-left: #AAAAAA solid 1px;
	margin: 5px;
	padding: 5px;
	padding-left: 15px;
	float: right;
	text-align: left;
	width: 300px;
	min-height: 200px;
	_height: 200px;
}

#footer{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	padding: 6px 0 0 0;
	width: 100%;
	height: 20px;
	border-top: 1px solid #B4B4B4;
	background: #F5F6F6 url(../images/bg_footer.jpg) repeat-x;
	text-align: center;
	color: #B4B4B4;
}

#content-body{
	padding: 5px;
}


.message{
	font-weight: bold;
}

.smaller{
	font-size: smaller;
}

.small{
	font-size: small;
}	

.table-space{
	padding: 10px;
}

.bold{
	font-weight: bold;
}

.tabs{
	background-color: #F8F8F8;
	font-weight: bold;
}

.tabs-back{
	background-color: #D5D9C6;
}



button{
	text-decoration: none;
}

.larger{
	font-size: larger;
	font-weight: bold;
}

.white{
	font-size:smaller;
	color: #AAAAAA;
}

.italics{
	font-size:smaller;
	font-style: italic;
	color: #777777;
	
}

.left{
	float: left;
}

.right{
	float: right;
}

.hidden{
	display: none;
}

.edit-link{
	border-style: hidden;
	font-weight: normal;
	font-style: italic;
}

.no-decoration{
	text-decoration: none;
}

.required{
	color: #990000;
	font-weight: bold;
}

.image{
	border: none;
	margin: 8px 0px -8px -5px;
	padding-right: 5px;
}


