/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h7
{

	font-size: 18px;
	letter-spacing: 1px;
	color: #666666;
	font-weight:bold;
	
}

body
{
	background: url('../images/a1.gif') top left repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a
{
	color: #970f0c;
	text-decoration: none;

}

a:hover
{
	text-decoration: underline;
	font-weight:bold;
}
	
/* Outer */

#outer
{
	width:850px;
  margin:0px auto;
}

/* Header */

#header
{
	padding: 0px 0px 20px 0px;
	height: 115px;
	width: 230px;
	float: left;	
	position: relative;
}

#header img
{
  margin-top:20px;
  margin-left:20px;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
}

img.fright{
	
		float: right;
		margin-left: 15px;
		margin-bottom: 10px;
}
img.fleft{
	
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;

}
#primaryContent td.meta{
	color: #999999;
	font-size: 10px;
}

/* Menu */

#menu
{
	height: 8em;
	margin-left: 250px;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 76px;
	margin-left: 1.5em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 10px;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}
#menu li.located
{
	font-weight:bold;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	font-size: 13px;
}

#menu li a:hover
{
	background: #AF0A0A;
	color: #fff;
}

/* Content */

#content
{
	background: #ffffff;
	margin-top: 1px;
	padding-top: 1.5em;
	font-size: 12px;
}

#content p
{
	line-height: 1.2em;
}

#content h2
{
	font-size: 1.1em;
	font-weight: bold;
}

#content h3
{
	font-size: 15px;
	color: #AF0A0A;
	padding-bottom: 10px;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
	padding-top: 10px;
	margin-top: 0px;
	border-top: dotted 1px #cacaca;
}

#content h4
{
	font-size: 15px;
	color: #666666;
	padding-left: 105px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999999;
	border-top: dotted 1px #999999;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

a.meta{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}


/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}
#content table {
	width: 800px;
	padding: 5px;
}
#content td {
	padding: 5px;
	}

#content td.img {
	padding-bottom: 5px;
	}
#content td.liner {	
	height: 10px;
	}
#content td.pad {
	padding-top: 18px;
	}
