/* CSS Document */
body {font-family: Georgia, Verdana, sans-serif;}
/*table {font-size: 14px;}*/
.author {text-align: right;}
.font8 {font-size: 8px;}
.font10 {font-size: 10px;}
.font12 {font-size: 12px;}
.font14 {font-size: 14px;}	
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font22 {font-size: 22px;}
.font24 {font-size: 24px;}
.font28 {font-size: 28px;}
.font30 {font-size: 30px;}	

h1 {font-size: 18px;}
h2 {font-size: 16px;}
.quote {font-size: 12px;}

.floatleft2 {float: left;
			margin: 10px 10px 10px 0px;}
.floatright {float: right;
			margin: 10px 0px 10px 10px;}
.captionleft {float: left;
			margin: 10px 20px 10px 0px;
			height: auto;
			width: 300px;
			text-align: center;
			}
.captionright {float: right;
			margin: 10px 0px 10px 10px;
			height: auto;
			width: 200px;
			text-align: center;
			}

a {font-size: 12px;
	text-decoration: underline;
	}	
a:link {color: #ffffff;}
a:hover {color: #ff0000;}
a:visited {color: #8e8e8e;}	

/*body {background-color: #848484;} This is a darker gray that looks too dark on PC platforms however will need to change background of inmate image to match if I use color below.  This is the lighter color B0B0B0 */
body {background-color: #ffffff;}	
div.title
	{
	padding: 15px 0px 20px 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 555px;
	height: 179px;
	background-color: #232323;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	}
	
div.image
{
	position: absolute;
	left: 590px;
	top: 0px;
	width: 170px;
	height: 214px;
	}

	
div.text
	{
	padding: 35px 35px 0px 35px;
	margin: 0px 200px 0px 0px;
	position: absolute;
	top: 214px;
	left: 0px;
	width: 690px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-size: 14px;
	}	
 
 /*td {padding: 10px 20px 0px 35px;}*/
 
		
.text a:link {color:#000000; 
			font-size: 14px;}
.text a:hover {color: red;
			font-size: 14px;}
.text a:visited {color: #666666;
			font-size: 14px;}	

img.floatleft {float: right;
				margin: 0px 100px 0px 10px;}

.font10 a:link {color:#000000; 
			font-size: 10px;}
.font10 a:hover {color: red;
			font-size: 10px;}
.font10 a:visited {color: #666666;
			font-size: 10px;}	
			
.footer {
		font-size: 10px;
		text-align: left;
}

.footer a {font-size: 10px;
	text-decoration: underline;
	}
		
.footer a:link {color: #000000;
font-size: 10px;}
.footer a:visited {color: #666666;
font-size: 10px;}	
.footer a:hover {color: red;
font-size: 10px;}
