/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC;
	font-family: helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 6px 0px 0px 0px;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 115%;
}

.quote
{
	color: #4B6472;
}

a 
{
	color: #67823B;
	text-decoration: none;	
}

a:hover 
{
	text-decoration: underline;
}

/* Header */

#header {
	width: 740px;
	height: 144px;
	margin: 0 auto;
	background: url(../images/owl_banner.jpg) no-repeat center center;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(../images/img3.gif);
	border: 2px solid #CCCCCC;
}

#colOne {
	float: left;
	width: 449px;
	padding: 0px;
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li
{
	color: #FFFFFF;
	padding: 0px 0px 1px 0px;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}

/* viewer style */

#toolpad ul
{
	position: absolute;
	/*left: 653px;*/
	top: 30px;
	right: 10px;
	width: 100px;
	/*height: 124px;*/
	font: menu;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding: 3px;
	text-indent: 0px;
	list-style-type: none;
	vertical-align: middle;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-color: #eee #aaa #aaa #eee;
	background-color: #63758C;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#toolpad ul li a
{
	display: block;
	width: 100%;
	padding: 2px;
	padding-left: 4px;
	text-decoration: none;
	color: white;
	border: 1px solid #fff;
	border-color: #fff #ccc #ccc #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#toolpad ul li a:hover
{
	background-color: #E6E6FA;
	color: #63758C;
}

#articleframe
{
	margin: 0 auto;
	width: 740px;
	background: #000000;
	padding: 10px 0px 10px 0px;
}

#article /* article area */
{
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
	border-top: 2px solid #CCCCCC;
	background: #FFFFF0;
}

#article h1 /* article title */
{
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;	
	font-variant: normal;
	font-weight: bold;
	color: #63758C; 
}

#article h2 /* article author */
{
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-style: normal;	
	font-variant: normal;
	font-weight: strong; 
	color: #556B2F; 
}

#article h3 /* article date published */
{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;	
	font-variant: normal;
	font-weight: bold;
	color: #63758C; 
}

#article h4 /* article date published */
{
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	font-style: normal;	
	font-variant: normal;
	font-weight: bold;
	color: #63758C; 
}

#article h5 /* article author */
{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;	
	font-variant: normal;
	font-weight: strong; 
	color: #556B2F; 
}

#article p /* article text */
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 140%;
	font-style: normal;	
	font-variant: normal;
	font-weight: normal;
	color: black;
}

.nicesmalltext
{
	font-size: small;
}

.boldlink, .boldlink:visited 
{
	color: #2a1f55;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.boldlink2, .boldlink2:visited 
{
	color: #63758c;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.unboldlink, .unboldlink:visited 
{
	color: #2a1f55;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}

.unboldlink2, .unboldlink2:visited 
{
	color: #63758c;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}

span.initcap
{
  float: left; 
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
  background: #90ee90;
  border: 3px outset #2e8b57;
}
