
<!--
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
}

#outer {
	text-align: left;
	overflow: visible;	
}

#sidebar, #sidebar_top, #sidebar_top img, #sidebar_bottom, .unformat, #flashcontent {
	display:none;
}

#content {
	width: 680px;
}

#hidden_logo {
	display: block;
}
	
#site_title {
	font-size: large;
}

#site_slogan {
	font-size: small;
	color: red;
}

#box_full {
	width: 676px;
	float: none;
	clear:both;	
}

#box_left {
	float: left;
	width: 49%;
}

#box_right {
	float: right;
	width: 49%;
}


h2 {
	font-size: large;
	color: #000000;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: medium;
	color: #9999FF;
	margin-bottom: 5px;
}

h4 {
	font-size: small;
	color: #000000;
	margin-bottom: 5px;
}

p {
	font-size: small;
	padding: 6px 0 15px 0;
}


a { 
	text-decoration: none;
	color: #000000;	
}

.inner_left {
	float: left;
	width: 48%;
}

.inner_right {
	float: right;
	width: 48%;
}


cite {
	font-size: smaller;
}

.clr {
	float: none;
	clear: both;
	min-height:15px;
}

#content img {
	display: block;
}

img.img_border {
	border: #EAEAEA thick solid;  
}

img.img_border_space {
	border: #EAEAEA thick solid;
	margin: 5px 15px 10px 5px;
}

-->
