@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

/* ----------------- Links ----------------- */
a {
     color: #79B31D;
}
a:link {
     color: #79B31D;
	 text-decoration: underline;
}
a:visited {
     color: #79B31D;
	 text-decoration: underline;
}
a:hover {
	color:#090;
	 text-decoration: none;
}
a:active {
     color: #79B31D;
	 text-decoration: underline;
}

h2 a {
     color: #333;
}
h2 a:link {
     color: #333;
	 text-decoration: none;
}
h2 a:visited {
     color: #333;
	 text-decoration: none;
}
h2 a:hover {
	color:#000;
	 text-decoration: none;
}
h2 a:active {
     color: #333;
	 text-decoration: none;
}

.blackLink {
	color: #333;
	text-decoration: underline;
}
a.blackLink:link {
     color: #333;
	 text-decoration: underline;
}
a.blackLink:visited {
     color: #333;
	 text-decoration: underline;
}
a.blackLink:hover {
	color: #000000;
	text-decoration: none;
}
a.blackLink:active {
     color: #333;
	 text-decoration: underline;
}

.green{
	color: #79B31D;
}
a.green:link {
     color: #79B31D;
	 text-decoration: none;
}
a.green:visited {
     color: #79B31D;
	 text-decoration: none;
}
a.green:hover {
	color: #79B31D;
	text-decoration: none;
}
a.green:active {
     color: #79B31D;
	 text-decoration: none;
}
.orange{
	color: #FF9900;
}
a.orange:link {
     color: #FF9900;
	 text-decoration: none;
}
a.orange:visited {
     color: #FF9900;
	 text-decoration: none;
}
a.orange:hover {
	color: #FF9900;
	text-decoration: none;
}
a.orange:active {
     color: #FF9900;
	 text-decoration: none;
}


/* ----------------- Text Left ----------------- */
#left h1{
	font-size: 24px;
	color: #FF9900;
	
}
#left p{
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

#left ul {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin-left: 0;
	padding-left: 20px;
	}
	
.menu {
	padding-left: 0px !important;
	}
	
#left li {
	padding-bottom: 10px;
	}


/* ----------------- Text Right ----------------- */
#right h1{
	font-size: 24px;
	color: #79B31D;
}
#right h2{
	font-size: 20px;
	color: #333;
}
#right p{
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 10px;	
}

#right li{
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 4px;
	margin-left:40px;
}

#right blockquote {	
	padding-left:50px;
}

#right hr {	
	margin-top:20px;
	margin-bottom:20px;
}

.photos{
	color:#999;
	font-size: 11px;
	font-style:italic;
	margin-left:40px;
	margin-bottom:40px;
	text-align:center;
	float:right;
	width:193px;
}

.photos img{
	padding-bottom:15px;
}

/* ----------------- Text Footer ----------------- */
#footer h1{
	font-size: 24px;
	color: #79B31D;
	
}
#footer p{
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
#rss p{
	color: #333;
	font-size: 11px;
	line-height: 70px;
}
#copyright p{
	color: #333;
	font-size: 11px;
	line-height: 35px;
}

/* ----------------- Customs ----------------- */
.green{
	color: #79B31D;
}
.orange{
	color: #FF9900;
}

/* ----------------- Forums ----------------- */
.inputs {
	border: 1px solid #79B31D;
	font-size: 12px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
