/*** ----BODY TEMPLATE---- ***/
body {
	margin: 0px;
	padding: 0px;
        scrollbar-face-color: #656517;   /** Green */
        scrollbar-track-color: #FFF8DC;  /** Cornsilk */
        scrollbar-base-color: #FFFFFF;   /** White */
        scrollbar-shadow-color: #000000; /** Black */
}

/*** ----BACKGROUNDS---- ***/
.bg1 { background-color: #000000; } /** Black */
.bg2 { background-color: #FFFFFF; } /** White */
.bg3 { background-color: #A9A9A9; } /** DarkGray */
.bg4 { background-color: #DCDCDC; } /** LightGray */
.bg5 { background-color: #656517; } /** Green */
.bg6 { background-color: #FFF8DC; } /** Cornsilk */
.bg7 { background-color: #FFC223; } /** Orange */

/*** ----BORDERS---- ***/
.border1 { border-color: #000000; } /** Black */
.border2 { border-color: #FFFFFF; } /** White */
.border3 { border-color: #A9A9A9; } /** DarkGray */
.border4 { border-color: #DCDCDC; } /** LightGray */
.border5 { border-color: #656517; } /** Green */
.border6 { border-color: #FFF8DC; } /** Cornsilk */
.border7 { border-color: #FFC223; } /** Orange */

/*** ----TEXT STYLES---- ***/
.content_node {
	color: #656517; /** Green */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 11px;
        font-weight: bold;
}
.content_node a {
	color: #656517; /** Green */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 11px;
        font-weight: bold;
	text-decoration: underline;
}

.content_node a:hover {
	color: #FFF8DC; /** Cornsilk */
        background: #000000; /** Black */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}

.content_title1 {
	color: #656517; /** Green */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 24px;
        font-weight: bold;
}

.content_title2 {
	color: #000000; /** Black */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 18px;
        font-weight: bold;
}

.content_title3 {
	color: #000000; /** Black */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 16px;
        font-weight: bold;
}

.content_title4 {
	color: #FFFFFF; /** White */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 18px;
        font-weight: bold;
}

.content_title5 {
	color: #FFFFFF; /** White */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 16px;
        font-weight: bold;
}

.content1 {
	color: #000000; /** Black */
     	font-family: Garamond, Tahoma, Arial;
}

.content1 a {
	color: #656517; /** Green */
     	font-family: Garamond, Tahoma, Arial;
        font-weight: bold;
	text-decoration: underline;
}

.content1 a:hover {
	color: #FFF8DC; /** Cornsilk */
        background: #656517; /** Green */
     	font-family: Garamond, Tahoma, Arial;
        font-weight: bold;
        text-decoration: none;
}

.content_size1 {
        font-size: 18px;
}

.content_size2 {
        font-size: 16px;
}

.content_size3 {
        font-size: 14px;
}

.content_size4 {
        font-size: 12px;
}

.content_size5 {
        font-size: 11px;
}

.content_size6 {
        font-size: 10px;
}

.content_align {
        text-align: justify;
}

.content_timestamp {
	color: #ffffff; /** White */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 18px;
        font-weight: normal;
}

p:first-letter {
	font-size: 20px
}

/*** ----MISC STYLES---- ***/
/* Menu Style ~ Handled under csshorizontalmenu.css */

.footer {
	color: #FFF8DC; /** Cornsilk */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 14px;
}

.footer a {
	color: #FFF8DC; /** Cornsilk */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 14px;
        font-weight: bold;
	text-decoration: underline;
}

.footer a:hover {
        color: #000000; /** Black */
        background: #FFF8DC; /** Cornsilk */
     	font-family: Garamond, Tahoma, Arial;
	font-size: 14px;
        font-weight: bold;
        text-decoration: none;
}

/*** ----IMAGE STYLES---- ***/
.image_style1 {
	border-style: solid;
	border-width: 2px;
	border-color: #000000; /** Black */
}

.image_style2 {
	border-style: solid;
	border-width: 3px;
	border-color: #656517; /** Green */
}

.image_style3 {
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF; /** White */
}

/*** ----FORM STYLES---- ***/
.ActionButton1
{
    background-color: #656517; /** Green */
    color: #FFF8DC; /** Cornsilk */
    font-weight: bold;
}

.ActionButton2
{
    background-color: #FFF8DC; /** Cornsilk */
    color: #656517; /** Green */
    font-weight: bold;
}

.ActionButton3
{
    background-color: #FFC223; /** Orange */
    color: #000000; /** Black */
    font-weight: bold;
}


/*** ----------Add This Widget---------- ***/
.addthiswidget {
	color: #000000; /** Black */
     	font-family: Garamond, Tahoma, Arial;
}

.addthiswidget a {
	color: #000000; /** Black */
     	font-family: Garamond, Tahoma, Arial;
        font-weight: bold;
	text-decoration: underline;
}

.addthiswidget a:hover {
	color: #000000; /** Black */
        background: #FFC223; /** Green */
     	font-family: Garamond, Tahoma, Arial;
        font-weight: bold;
        text-decoration: none;
}

/*** ----------News Carousel Glider---------- ***/
div.scroller {
	/* Width and height of scroller */
	width: 275px;
	height: 110px;
	overflow: hidden;
	border: 2px solid #000000;
}

div.scroller div.section {
	/* Width and height of each section */
        /* --Should match the size of the scroller window */
	width: 275px;
	height: 110px;
	overflow: hidden;
	float: left;
	padding: 5px;
}

div.scroller div.content {
	width: 10000px;
}

