﻿h1 {
	font-family:"Century Gothic";
	font-size:30pt;
	font-weight:normal;
	color:#C0C0C0;
	margin:10px;
	
}
h2 {
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	margin:5px;
}
.struc {
	border-collapse:collapse;
}
.navigation_background {
	background-image:url('images/nav_bg.gif');
}
.navigation_ul li {
	color:white;
	font-family:"Century Gothic";
	font-size:10pt;
	display:inline;
	padding:25;
	background-repeat:repeat-x;
	background-image: url('images/nav_hover_p.bmp');
	background-position: 0 37;
		}
.navigation_ul li a {
	color:#FFFFFF;
}
.navigation_ul li:hover {
	background-position: 0 0;
}
.navigation_link {
	text-decoration:none;
}
.navigation_ul {
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
}
.header {
	background-image:url('images/header.jpg');
}
.shadow_top {
	background-image:url('images/imgA.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}
.shadow_left {
	background-image:url('images/imgD.gif');
	background-repeat:repeat-y;
	background-position:right;
}
.shadow_right {
	background-image:url('images/img13.gif');
	background-repeat:repeat-y;
	background-position:left;
}
.shadow_bottom {
	background-image:url('images/img1B.gif');
	background-repeat:repeat-x;
	background-position:top;
}
.shadow_corner_BR {
	background-image:url('images/img1E.gif');
	background-repeat:no-repeat;
	background-position:top left;
	
}
.shadow_corner_BL {
	background-image:url('images/img23.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
.shadow_corner_TR {
	background-image:url('images/img29.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	
}
.shadow_corner_TL {
	background-image:url('images/img26.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	
}
.content {
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;	
	font-family:Tahoma;
	font-size:10pt;
	}

.copyright_align {
	text-align:right;
	padding-right:4px;
}
.copyright_text {
	font-family:Tahoma;
	font-size:xx-small;
	color:#999999;
}

a {
	color:#375077;
}
.tutorial_sublink {
	padding-left: 60px;
}
.noborder {
	border-width: 0px;
}
.align_right {
	text-align: right;
}
.form_textbox {
	background-image: url('images/form_textbox.gif');
	background-repeat: no-repeat;
	border: 0;
	width: 236px;
	height: 37px;
	padding-left: 13px;
	padding-top: 10px;
	padding-right: 33px;
}
.form_textarea {
	background-image: url('images/form_textarea.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 33px;
	width: 423px;
	height: 175px;
	border: 0;
	padding-top: 15px;
	overflow: auto;
}
.align_center {
	text-align: center;
}
.form_optiontext {
	text-align: right;
	font-size: 8pt;
}
#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
	width:665px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:1px solid #000;
	background-color: #FFF;
}
#contentContainer{
	float:left;
	border:1px solid #000;
	background-color: #E2EBED;
	overflow:auto;
	margin-right:10px;
	padding:10px;
	
	/* CSS HACK */
	width: 477px;	/* IE 5.x */
	width/* */:/**/460px;	/* Other browsers */
	width: /**/460px;
	
	/* CSS HACK */
	height: 412px;	/* IE 5.x */
	height/* */:/**/390px;	/* Other browsers */
	height: /**/390px;
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:410px;
	overflow:auto;	
	width:170px;
	border:1px solid #000;
	background-color:#FFF;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #999;
	background-color:#EEE;
	height:18px;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
	text-align: center;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#317082;
	color:#FFF;
}

.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}