
<!--

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	background: #000000 url(/images/blustrip.jpg) repeat-y;
	font-size: small; 
}

#outer {
	width:960px; 
	text-align: center;
	overflow: visible;	
}

#sidebar {
	width:276px; 
	height: 100%;
	float: left;
	text-align: left;
	overflow: visible;
	border: red solid 0px;
}

#sidebar_top {
	height: 130px;
	vertical-align: middle;
	background: url(/images/redstrip.jpg); 
	background-repeat:repeat-y;
	text-align: right;
}

#sidebar_top img {
	margin-right:30px;
	margin-top:10px;
}

/* Begin IE6 hack */
	* html #outer #sidebar #sidebar_top img {
		margin-right: 35px;
	}
/* End IE6 hack */

#sidebar_bottom {
	height: 100%;
	text-align: left;	
	overflow: auto;
}

#content {
	width: 680px;
	float: right;
	text-align: left;
	overflow: visible;	
	border: green solid 0px;
}

#head {
	height: 100px;
	text-align: left;
	clear: both;
}

#hidden_logo {
	display: none;
}
	
#site_title {
	font-size: xx-large;
	font-weight: bold;
}

/* Begin IE6 hack */
	* html #outer #content #box_full #head #site_title {
		font-size: x-large;
	}
/* End IE6 hack */

#site_slogan {
	font-size: medium;
	color: red;
	padding-top: 20px;
}

/* Begin IE6 hack */
	* html #outer #content #box_full #head #site_slogan {
		font-size: small;
	}
/* End IE6 hack */

#box_full {
	width: 676px;
	float: none;
	text-align: left;
	border: orange solid 0px;
	clear:both;	
}

#box_left {
	float: left;
	width: 49%;
	text-align: left;
	border: blue solid 0px;	
}

#box_right {
	float: right;
	width: 49%;
	text-align: left;
	border: yellow solid 0px;
}



h2, a h2 {
	font-size: large;
	color: #FFCC00;
	margin-bottom: 5px;
}

h3, a h3 {
	font-size: medium;
	color: #9999FF;
	text-decoration: none;
	border: none;
	margin-bottom: 5px;
}

h4 {
	font-size: small;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
	border: none;
}

a h4  {
	color: #FFFFFF;
}

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


a { 
	text-decoration: none;
}

a:link {
	color: #9999FF;
}

a:visited {
	color: #9999CC;
}

a:hover {
	color: #FFFFFF;
}

h4 a:link {
	color: #FFFFFF;
}

h4 a:visited {
	color: #FFFFFF;
}

h4 a:hover {
	color: #FFFFFF;
}

#sidebar_bottom a { 
	text-decoration: none;
	border: none;
}

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

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

.unformat {
	border:0;
	border-bottom: 0px;
	color: #FFFFFF;
}

cite {
	font-size: smaller;
}

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

#sidebar img {
	display: inline;
}

#content img {
	display: block;
}

.img_border {
	border: #333333 thick solid;  
}
.img_border_space {
	border: #333333 thick solid;
	margin-right: 15px;
	margin-top: 5px;
}

#content ul {
	margin-left: 25px;
	margin-bottom: 10px;
}

#content li {
	margin-left: -2px;
	margin-bottom: 5px;
}


-->
