	* {
		margin: 0;
		padding: 0;
	}	
	#portal {
		width: 100%;
		min-width: 780px;		
		width: expression(document.documentElement.clientWidth < 782? "780px" : "auto");				
		margin: 0 auto;		
	}
	#header {		
		clear: both;
		background-image: url(../images/icons/sccgov_bg1.png);	
		height: 59px;
		padding: 0;
		margin: 0;		
	}	
	#logo {
		float: left;
		width: 32%;
	}
	#logo img {
		border: 0px;
		vertical-align: bottom;
	}
	#search {
		float: left;
		text-align: left;
		width: 33%;		
	}	
	#seal {
		float: right;	
		text-align: right;		
		width: 32%;	
		white-space: nowrap;
		overflow: hidden;
	}
	#seal img {
		vertical-align: bottom;
	}
	#life_events a {
		margin-left: 3px;
		margin-right: 3px;
		color: #ffffff;
		text-decoration: none;
	}
	#life_events a:hover {
		text-decoration: underline;
		color: #99CCFF;
	}
	#header p {
		padding-top: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #ffffff;
		font-weight: bold;
	}
	#site_control {
		clear: both;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align: center;
		background-image: url(http://www.sccgov.org/portal/images/egov/nav/st_ctrl_bg1.gif);
		border-top: 1px solid black;
		font-size: 0.55em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: capitalize;
	}
	#site_control a {
		margin-left: 5px;
		margin-right: 5px;
		text-decoration: none;		
		color: #333333;	  	
	}
	#site_control a:hover {
		text-decoration: underline;
	}
	#life_events {
		clear: both;
		padding-top: 3px;
		padding-bottom: 3px;		
		background-color: #012555;
		color: #ffffff;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		text-align: center;
		border: 1px solid black;				
	}
	#topnav {
		clear: both;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#topnav span {
		color: #000000;
	}
	
	#content {
		clear: both;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		margin-bottom: 60px;
		font-size: 0.8em;
		
	}
	#content p {
		padding-top: 10px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
	}
	#content a {
		color: #369;
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}	
	#content_header {
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		height: 36px;	
	}
	#content_header h2 {
		float: left;
		font-size: 1.1em;
		padding-top: 9px;
		color: #336699;
	}
	#content_header img {
		float: right;
	}
	#footer {
		clear: both;
		margin-top: 150px;
		color: #666666;			
		background-color: #ffffff;
		width: 100%;	
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;		
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.65em;
		z-index: 10;
	}
	#footer a {
		margin-left: 5px;
		margin-right: 5px;
		color: #003163;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	h2 {
		font-size: 1.2em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #012555;
	}	
	.asterisk {
		color: #ff0000;
		background-color: #FFFFCC;
	}
	.agydeptlink {
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;		
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0px;
		background-image: url(http://www.sccgov.org/portal/images/egov/nav/st_ctrl_bg2.gif);
	}
	.breadcrumb {
		color: #ff6600;
	}
	.breadcrumb a {
		color: #3399FF;
		text-decoration: none;
	}
	.breadcrumb a:hover {
		text-decoration: underline;
		color: #0066CC;
	}
