@CHARSET "ISO-8859-1";

img
{
	border: none;
}

.page-header
{
	border: 5px solid #69be28;
	background-color: #00afd8;
}

#banner
{
	height: 100px;
	width: 100%;
}

#container
{
	margin: auto;
	width: 740px;		
}

#tagline
{
	background-color: #ff7200;
	height: 25px;
	text-align: center;
}

#inner-container
{
	border: 2px solid white;
}

#main
{
	border: 7px solid #ff7200;
	/* border: 7px solid #ff9000;*/
	background-color: white;
}

body
{
	background-color: #d0d74b;
}

#body
{
	padding: 10px;
	text-align: center;
}

#body p
{
	font-family: lucida sans, sans-serif;
	
}

#nav
{
	text-align: center;	
	background-color: #ff7200;
	width: 100%;
	height: 30px;	
	vertical-align: middle;
}

#nav a
{
	vertical-align: sub;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-variant: small-caps;
	color: white;
	font-weight: bold;	
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;	
}

#nav a:hover
{
	color: #7ad1ef;	
}

.inline-img
{
	display: inline;
}

p.large
{
	font-family: lucida-sans, arial, sans-serif; 
	font-size: 16pt;
	width: 82%;
	margin: auto;	
	text-align: left;	
	line-height: 1.5;
}

p.review
{
	font-family: lucida-sans, arial, sans-serif; 
	font-size: 14pt;
	width: 90%;
	margin: auto;	
	text-align: left;	
	padding-bottom: 30px;
	padding-top: 10px;
}

hr
{
	background-color: #ff3399;
	color: #ff3399;
	border: none;
	size: .5px;
	text-align: left;
}



#copyright
{
	margin-top: 15px;
	font-size: 8pt;
	text-align: center;
}

h1
{
	background-color: #41dbff;
	border: 6px solid #69be28;
	font-family: lucida-sans, arial, sans-serif;
	float: left;
	position: relative;
	top: 10px;
	left: 40px;
	margin: 0px;
	font-weight: normal;
	font-size: 48pt;	
	letter-spacing: 3px;
}

h2
{
	font-family: lucida-sans, arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
}

h3
{
	font-family: lucida-sans, arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #ff5800;
	text-align: left;
	padding-left: 30px;
}

i b
{
	color: black;
}

b
{
	color: #ff00ff;
}

.contact .contact
{
	background-color: #ededed;
	border: 2px solid #00afd8;
	width: 280px;
}

table.contact td.label
{
	font-family: lucida-sans, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ff5800;
	text-align: right;
	padding-left: 30px;
	
}

table.contact td
{
	text-align: left;
}

a.showcase
{
	background-color: #ff9900;
	border: 6px solid #41dbff;
	font-family: lucida-sans, arial, sans-serif;
	float: left;
	margin: 10px;
	position: relative;
	left: 70px;
	padding:5px;
	font-weight: normal;
	font-size: 20pt;	
	text-decoration: none;
	font-style: italic;
	color: black;
}

a.showcase:active {}
a.showcase:visited {}

a.showcase:hover
{
	text-decoration: underline;
	color:white;
}