html, body, ul, ol, li, p,
blockquote, q,
h1, h2, h3, h4, h5, h6,
form, fieldset,
a, div, img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
height: 101%;
}

body {
	background-color: #ccbbcc;
	color: #302e2e;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	/* border: solid thin black; */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#content {
	/* border: solid thin black; */
	background-color: #fff8ff;
}

#main {
	/* border: solid thin black; */
	float: right;
	width: 720px;
	padding-right: 10px;
}

#main p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#menu {
    /* border: solid thin black; */
	background-color: #333399;
	color: white;
	height: 26px;
	
}

#menu ul{
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: #333399;
}

#menu li{
	float: left;
	display: inline;
}

#menu a{
	text-align: center;
	color: White;
	background-color: #333399;
	text-decoration: none;
	display: block;
	font: small-caps 14px Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #333399;
	padding: 4px 20px 0px 20px;
	height: 15px;
	he\ight: 18px;
	/*width: 100px;*/
}

#menu a:hover{
	border-bottom: 4px solid #fff8ff;
}

#menu a.indicator-off:hover {
	border-bottom: 4px solid #333399;
}

#sidebar {
	float: left;
	width: 150px;
}

#sidebar {
	/* border: solid thin black; */
	float: left;
	width: 150px;
	background-color: #6699cc;
	color: white;
	padding: 10px;
	margin-top: 10px;
}

#sidebar p {
	padding: 5px 0px;
	font-size: 11pt;
}

#sidebar a {
	color: white;
	text-decoration: none;
	
}

#navbar {
	padding: 10px 10px 20px 10px;;
}

#sidebar a:hover {
	text-decoration: underline;
	
}

#footer {
	/* border: solid thin black; */
	clear: both;
	background-color: #333399;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: smaller;
	
}

p, h1, h2 {
	padding: 10px;
	
}

h1, h2 {
	font-family: Garamond, 'Times New Roman', Times, serif; 
}

.tag {
	font-style: italic;
	font-size: medium;
	
}

.float {
	width: 230px; 
	float: right; 
	background-color: #6699cc; 
	color: white; 
	padding: 5px; 
	margin: 10px;
}

.float a {
	color: white;
}

.plain {
	background-color: white;
}

div.linkinfo {
	margin: 10px 10px 10px 10px;
	border-top: solid 1px #6699cc;
	padding: 10px 0px;

}

div.linkinfo img {
	float: left;
	margin-right: 10px;
}

div.listing img {
	/*float: left;*/
	margin: 5px 10px 0px 0px;
}

div.listing {
	margin: 10px;
}

div.listing p {
	padding-left: 240px;
	padding-top: 0px;
}

div.listing_pic {
	float: left;
}

p.contact_inline {
	padding-left: 10px;
}

img.thumbnail {
	margin: 10px;
}

form.contactform {
	margin: 10px 10px 30px 50px;
}

.contact_label {
	font-weight: bold;
}

.error {
	color: red;
}