/* styles*/
body {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 76% !important; /* font sizing fix - do not go smaller than 76% */
	line-height: 1.5em;	
	color: #333333;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: none;
	}

html>body {
	font-size: 10px; /* Mozilla fix */}

body img {
	margin: 0 auto;
	border: none;}

/* layout */
/* Main elements at the top */ 
#header, #container, #footer{
	margin: 0 40px 0 40px;
	padding: 10px;
	text-align: left;
	font-size: 1.2em;}

#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #000000;
	font-size: 2.5em;
	margin-top: 20px;
	line-height: 1.1em;
}

#menu {
	display:none;}

#content {
	text-align:left;
	border: none;}

#footer {
	text-align:right;
	border-top: 1px solid #330000;
	padding: 5px 0 5px 15px;
	vertical-align:bottom;}

/* element details */

#header a, #header a:active, #header a:link, #header a:visited  {
	color: #000000;
	text-decoration:none;
}

#header a:hover {
	color: #000000;
	text-decoration:none;
}

#footer ul {
	list-style: none;
}

#footer ul li{
	display: inline;
}

/*basic styles */
a, a:active, a:link  {
	color: #000000;
	text-decoration: underline;
}

a:visited  {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

acronym, abbr {
	border-bottom: dotted 1px #999999;
	cursor: help;}

b, strong {
    font-weight: bold;
	color: #4E4E4E;}

i, em {
    font-style: italic;}

h1, h2 {
	font-weight: bold;
	color: #333333;
	padding: 0;}
	
h1 {
	font-size: 1.5em;
	margin-top: 6px;
	margin-bottom: 6px;}

h2 {
	font-size: 1.3em;
	margin-top: 30px;
	margin-bottom: 6px;
	padding-top: 2px;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 3px;
	padding: 0;
	color: #333333;}

h4 {
	font-size: 1.1em;
	margin: 0px;
	font-weight: bold;
	color: #333333;}


i, em {
    font-style: italic;}
	
.box {
	border: 2px solid #EBEBEB;
	padding: 10px 3px 10px 9px;
	margin: 20px 0 20px 0;}
	
.box-highlight {
	border: 2px solid #EBEBEB;
	padding: 10px 3px 10px 9px;
	margin: 20px 0 20px 0;
	background-color: #fcfcec;}

.box-feature {
	bachground-color: #efeaea;
}

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;}

.margin {
	margin: 0 auto;
	height: 20px;}
	
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;}

hr {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #330000;
}

.highlight {
	background-color: #fcfcec;
}

.no-border, table.no-border, table.no-border th, table.no-border td {
	border: none !important;}

.note {
	font-size: 0.9em !important; }

.photo-right, .align-right {
	margin-left: 15px;
	float: right; }
	
.photo-left, .align-left {
	margin-right: 15px;
	float: left; }
	
table {
	margin: 15px 0;
	border: 1px solid #CCCCCC;
	vertical-align: top;}

table td, table th  {
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	font-size: 12px !important;}

table th {
	color: #333333;
	background-color: #F2F2F2;
}

