	body 
	{
		background: rgb(106, 106, 106);
		margin: 8px;
		font-family: sans-serif;
		color: rgb(70, 70, 70);
	}

	#main 
	{
		line-height: 130%;
		height: 100%;
		background: rgb(34, 37, 111);
		border-left: 4px solid black; 
	}

	#header 
	{
	}

	#logo 
	{
		float: left;
		background: transparent;
		margin: 0px;
	}

	#banner
	{
		font-size: 36px;
		font-weight: bold;
		color: rgb(19, 14, 70);
		background: rgb(200,200,200);
		border: 4px solid black;
		margin: 0px;
	}

	.logo
	{
		height: 184px; 
	}
	
	.nameplate
	{
		position: absolute; top: 8%; left: 30%;	
		z-index: 2; 
	}

	.subtitle
	{
		position: absolute; /* top: 18%;  left: 30%; */
		font-size: 24px;
		font-weight: normal;
		width: 150%;
		z-index: 2; 
	}

	.bar
	{
		position: absolute; top: 30px; left: 210px;
		width: 15px;
	}

	#sidebar
	{
		float: left;
		background: transparent;
		margin: 0;
		width: 156px;
		padding: 20px;
		background: rgb(34, 37, 111);
		height: 100%;
	}

	img
	{
		border:none;
	}

	#content
	{
		background: white;
		padding: 30px;
		margin-left: 200px;
		border-left: 7px solid #ffd060;
		border-right: 4px solid black;
	}

	#content h1
	{
		color: rgb(19, 14, 70);
	}

	#content a:link
	{
		color: rgb(19, 14, 70);
		font-weight: bold;
	}

	#content a:visited
	{
		color: rgb(34, 37, 111);
		font-weight: bold;
	}

	#content a:hover
	{
		color: #ffd060;
		font-weight: bold;
	}

	#content img
	{
		border: 4px solid black;
		margin-left: auto;
		margin-right: auto;
	}

	.info
	{
		position: relative; top: -20px;
		font-weight: bold;
	}

	#footer
	{
		background: rgb(106, 106, 106); 
		border: 4px solid black;
	}	

	#footer a:link 
	{ 
		color: white;
		font-size: large; 
		padding-left: 30px; 
		padding-bottom: 15px;
		width: 100%;
	}

	#footer a:visited 
	{ 
		color: white;
		font-size: large; 
		padding-left: 30px; 
		padding-bottom: 15px;
		width: 100%;
	}

	#footer a:hover 
	{ 
		color: #ffd060;
		font-size: large; 
		padding-left: 30px; 
		padding-bottom: 15px;
		width: 100%;
	}

	#hipaa
	{
		border: 4px solid #ffd060;
		background: white; 
		padding: 30px; 
		line-height: 130%;
	}

	.css
	{
		border: none;
		position: absolute; right: 20px;
		width: 90px;
		z-index: 2;
	}

	.xhtml
	{
		border: none;
		position: absolute; right: 125px;
		width: 90px;
	}
	
	.lundbeck
	{
		width: 75px;
		height: 75px;
	}

	.sub
	{
		background:#999999; 
		color:#003399; 
		padding-left: 5px;
		font-weight: bold;
	} 	