/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}

body{
	background:url(./themes/site_themes/img/background.png);
	font-family:Trebuchet MS;
	font-size:16px;
	color: #000000;
}

a {text-decoration:none;}
img{padding: 5px;}
a img{border:none;}
.Fleft{float:left;}
.Fright{float:right;}
.clear{clear:both}


/* Structure*/
#container {
	width: 922px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
}

#header {
	background-image:url(./themes/site_themes/img/header.png) !important;
	background-image:url(./themes/site_themes/img/header.gif);
	background-repeat:no-repeat;
	height: 150px;
	padding-left: 43px;
}

#content {
	background-image:url(./themes/site_themes/img/content.png) !important;
	background-image:url(./themes/site_themes/img/content.gif);
	background-repeat: repeat-y;
	padding-left: 43px;
	padding-right: 53px;
}

#article {
	width: 830px;
	padding-bottom:20px;
	padding-left: 5px;
}

#home-article {
	width: 600px;
	padding-bottom:20px;
	padding-left: 5px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
}

#article a:link, #article a:visited {
	color: #ff9933;
	border-bottom: 1px dotted #ff9966;
}

#article a:active, #article a:hover {
	color: #003300;
	border-bottom: 1px dotted #003300;
}

/*content*/
h2 {
	font-size:25px;
	color:#006600;
	border-bottom: 3px solid #ff9966;
	margin-bottom:5px;
	padding-top:10px;
}

h3 {
	font-size: 20px;
	color: #ff9933;
	font-style: italic;
}

.greenTypog {
	font-size:20px;
	color:#006600;
}

.greenUnderline {
	font-size:16px;
	color:#006600;
	text-decoration: underline;
}

.orangeTypog {
	font-size:20px;
	color:#ff9933;
}

.orangeUnderline {
	font-size:16px;
	color:#ff9933;
}

#banner {
	background-color:red;
	padding-top:10px;
	padding-bottom:10px;
	color:white;
	padding-left:5px;
	font-size: 14px;
}

.indent {
	padding-left: 10px;
}

#article img {
	float: left;
}

#contactForm {
	background-color: #003300;
	border: 1px #ff9933 solid;
	width: 400px;
	padding: 4px;
	color: #FFFFFF;
	margin:0px auto; /* center*/
}

#ASC h3 {
	color: #ffffff;
}

/*footer*/
#footer{
	background-image:url(./themes/site_themes/img/footer.png) !important;
	background-image:url(./themes/site_themes/img/footer.gif);
	background-repeat: no-repeat;
	height: 89px;
	width:960px;
	font-size: 11px;
	color: #006600;
}

#footer a:link, #footer a:visited{
	color:#006600;
	border-bottom: 1px dotted #006600;
}

#footer a:active, #footer a:hover{
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
}