/* override default tags */
h1 {
	font-size			: 1.1em;
}

a {
	color				: #336600;
	text-decoration		: underline;	
}
a:hover	{
	color				: #669933;
	text-decoration		: underline;
}

.small {
	font-size			: .9em;
}
.xsmall {
	font-size			: .8em;
}

.left		{float:left; margin: 0px 10px 5px 0px;}
.right		{float:right; margin: 0px 0px 5px 10px;}

.top {text-align:right;font-size:.8em;}

/* navigation */
#nav {
	padding				: 10px 0 0 0;
	font-size 			: .95em;
}
.nav_item {
	display				: inline;
	padding				: 0 0 0 30px;
	font-style			: italic;	
}

a.nav_link {
	color				: #ffffff;
	font-weight			: normal;
	text-decoration		: none;	
}
a:hover.nav_link	{
	color				: #ffff99;
	font-weight			: normal;
	text-decoration		: underline;
}

/* header */
#header {
	padding				: 15px 0;
	font-size 			: 1.2em;
	line-height 		: 1.3em;
}
.header_item {
	font-style			: italic;
	font-weight			: bold;
	letter-spacing		: 0.15em;
}
.header_logo {
	float				: left;
}


/* home */
#home {
	width				: 860px;
	margin				: 0 auto 0 auto;
	font-size			: 1.1em;
	line-height 		: 1.3em;
	color				: #111966;
	text-align			: center;
}
div.home_image {
	margin				: 5px 0;
}
img.home_image {
	border				: 1px solid #ffffff;
}


/* content */
#content {
	width				: 820px;
	margin				: 0 auto 0 auto;	
	padding				: 20px;
	/*background-image	: url(../images/bg_content.gif);
	background-attachment: scroll;
	background-repeat	: no-repeat;
	background-position : top;	*/
	font-size			: 1em;
	line-height 		: 1.2em;

	color				: #111966;
	text-align			: left;
}
.title	{
	margin				: 5px 0;
	font-size			: 1.1em;
	letter-spacing		: .15em;
	text-transform		: uppercase;
}
.image {
	border				: 1px solid #ffffff;
}
.text	{
}
.intro	{
	font-weight			: bold;
	font-style			: italic;
}
.contact	{
	letter-spacing		: .15em;
	line-height			: 1.7em;
	font-style			: italic;
	text-align			: right;
}
.link_item {
	letter-spacing		: .05em;
	font-style			: italic;
	font-weight			: bold;
	line-height 		: 1.7em;
}
.highlight {
	background-color	: #ffff99;
}
.quote {
	font-family			: "Times New Roman", Times, serif;
	font-style			: italic;
	font-weight			: bold;
	color				: #fff;
	font-size			: .95em;
	letter-spacing		: .04em;
}



/* footer */
#footer {
	padding				: 15px 0;
	font-style			: italic;
	line-height 		: 1.3em;
	letter-spacing		: .05em;
}

.footer_item {
	display				: block;
}
.footer_quote {
	display				: block;
	margin-top			: 15px;
}
.footer_logo {
	margin				: 15px 0;
}
.footer_copyright {
	margin				: 25px 0;
	font-size 			: .72em;	
}

/* tables */
table.table {
	padding				: 1px 5px;
	border				: 1px solid white;
}
.table th {
	border-bottom		: 1px dotted white;
}

.table td {
	font-size			: .9em;
	border-bottom		: 1px dotted #dfe9ff;
}