﻿body {
	margin: 0px 0px 0px 4px;
	padding: 15px;
	border: 0;
	font-family: "verdana", sans-serif;

}
/* DIV tags */
#content {
	position:absolute;
	width: 670px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow:hidden; 
}
#column_l {
	position: relative;
	float: left;
	margin: 0px;
}
#column_r {
	position: relative;
	width: 350px; 
	margin: 0px;
	float: left;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: auto; 
}
#print {
	visibility:hidden;
}
/*for IE */
#column_l {
	width:300px;
	padding-right:15px;
	padding-top:0px;
	
}
/*for firefox */
html>body #column_l {
	width:300px;
	padding-right:15px;
	padding-top:0px;
}
/*for IE */
#column_r {
	width: 324px;
	padding-right:19px;
	padding-top:0px;
}
/*for firefox */
html>body #column_r {
	width: 324px;
	padding-right:19px;
	padding-top:0px;	
}
ul {
	list-style-type: square;
}

/* Site typography */
h6 {
	color: #839835;
}

h5 {
	color: #839835;
}

h4 {
	color: #839835;
}

h3 {
	color: #839835;
}

h2 {
	color: #839835;
}

h1 {
	color: #839835;
}

h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
	
}
h6 {
	font-size: xx-small;
}
ul {
	font-size: small;
	color: #000;
	padding-left: 0px;
	margin-left: 15px;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #7E1315;
}
/* Links */
a {
	color: #7E1315;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


