﻿@import url(layout.css);

/* Style for Single Page Body*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1
{
	font-weight: bold;
	font-size: 24pt;
	text-transform: capitalize;
	color: #00153d;
	font-family: Baskerville Old Face;
	font-variant: small-caps;
}

h2
{
	font-weight: bold;
	font-size: 18pt;
	text-transform: capitalize;
	color: #00153d;
	font-family: Baskerville Old Face;
	font-variant: small-caps;
}

h3
{
	font-weight: bold;
	font-size: 14pt;
	vertical-align: baseline;
	color: #00153d;
	font-family: Arial;
}

h4
{
	font-weight: bold;
	font-size: 12pt;
	vertical-align: baseline;
	text-transform: capitalize;
	color: #00153d;
	font-family: Arial;
	font-variant: small-caps;
}

h5
{
	font-weight: normal;
	font-size: 11pt;
	font-family: Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6
{
	font-weight: normal;
	font-size: 10pt;
	color: #00153d;
	font-family: Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link
{
	color: #112233;
}
a:visited
{
	color: #cc6600;
}
a:hover {
	color: #998866;
	text-decoration: none;
}

img
{
	border: 0;
}

#thumb 
{
	text-align: center;
	width: 150px;
	height: 150px;
	background-color: #EEF3F9;  
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

#column_left {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 10px;
	width: 22%;
}
#column_right {
	float: right;
	margin: 0;
	vertical-align: top;
	width: 73%;
}

