/* override default tags */
h1 {
	font-size			: 1.3em;
	font-family			: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size			: 1.2em;
	font-family			: Georgia, "Times New Roman", Times, serif;
	letter-spacing		: .05em;
}
h3 {
	font-size			: 1em;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-style			: italic;
	color				: #003366;	
}
h4 {
	font-size			: .9em;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-style			: italic;
	color				: #003366;	
}

a {
	color				: #ff3300;
	text-decoration		: underline;	
}
a:hover	{
	color				: #ff6600;
	text-decoration		: underline;
}

ul { 
	margin				: 0;
	padding				: 0 0 0 20px;
}

.small {
	font-size			: .9em;
}
.xsmall {
	font-size			: .8em;
}

.highlight {
	font-weight			: bold;
	color				: #003366;
}

.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 {
	display				: block;
	margin				: 0;
	padding				: 3px 8px;
	font-size 			: .95em;
	text-align			: left;
}
ul.nav {
	margin				: 0;
	padding				: 0;
	list-style			: none;
}
li.nav_item {
	display				: inline;
	margin				: 0;
	padding				: 0;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: .8em;
	font-style			: normal;	
	list-style			: none;
}

a.nav_link {
	margin				: 0;
	padding				: 5px 10px;
	color				: #ffffff;
	font-weight			: normal;
	text-decoration		: none;	
}
a:hover.nav_link	{
	margin				: 0;
	padding				: 5px 10px;
	background-color	: #fcfcfc;
	font-weight			: normal;
	color				: #002d65;
}

/* header */
#header {
	float				: left;
	width				: 580px;
	height				: 71px;
	font-size 			: .95em;
	line-height 		: 1.3em;
	text-align			: right;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: .72em;
	color				: #2d3f55;
}
.header_logo {
	float				: left;
	padding				: 10px;
}
.header_item {
	display				: block;
	width				: 200px;
	padding				: 15px 10px;
	text-align			: left;
}

#side {
	padding				: 3px 20px;
	color				: #999;
	font-style			: italic;
	font-size			: 1.3em;	
}

.quote {
	margin				: 20px 0;
	text-align			: left;
	color 				: #999;
	clear				: both;
}

.quote_sign {
	width				: 45px;
	float				: left;
	display				: block;
	padding-top			: 15px;
	color 				: #cc9966;
	font-size			: 3em;
	font-style			: italic;
}
.quote_text {
	width				: 220px;
	float				: left;
	display				: block;
	font-size 			: 1.1em;
	font-style			: italic;
	line-height			: 1.1em;
}

/* content */
#content {
	padding				: 0 20px 0 0;
	font-size			: 1em;
	line-height 		: 1.2em;
	color				: #333;
	text-align			: left;
}
.title	{
	font-size			: 1.1em;
	font-style			: italic;
	font-weight			: bold;
	color				: #333366;
}
.image {
	border				: 1px solid #ffffff;
}

.text	{
	text-align			: justify;
}
.intro	{
	font-weight			: bold;
	font-style			: italic;
	color				: #333;
}
.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;
}

.image_block_right {
	float				: right;
	display				: block;
	width				: 240px;
	margin				: 0 0 5px 10px;
	background-color	: #ddd;
	border				: 1px solid #ccc;
}
.slideshow {
	margin				: 0;
	width				: 240px;
	height				: 160px;
}
.image_block_right p {
	margin				: 0;
	padding				: 2px 5px;
	font-size			: .7em;
	font-weight			: bold;
}

/* footer */
#footer {
	padding				: 2px 0;
	color				: #2d3f55;
	font-style			: italic;
	font-size			: .95em;
	line-height 		: 1.3em;
	letter-spacing		: .05em;
}

.footer_item {
	display				: block;
}
.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;
}

.table_text {
	text-align			: left;
	padding				: 5px 5px;
	font-size			: .85em;	
}
.table_image {
	border				: 2px ridge black;	
	text-align			: left;
	padding				: 5px 10px;
}
.download {
	border				: 1px solid #999;
}