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


/* -------------------------------- DEFAULTS -------------------------------------- */


BODY { font-family: Arial, "MS Trebuchet"; font-size:12px; }

P {	margin:0 0 13px 0; line-height:1.4em; }

h2 { margin:0 0 15px 0; font-size:15px;}
h3 { margin:0 0 15px 0; font-size:15px;}
h4 { margin:0 0 1px 0; font-size:14px;}

h2, h3, h4 { color:#1A443B; }

a { color:#663300 }
a:visited { color: #333300 }
a:active { color:#999966 }
a:hover { color: #000 }

b,strong { color:#1A443B;}

.text-bottom { vertical-align:text-bottom; }
.text-top { vertical-align:text-top; }

.highlight { background-color:#EDEDED; }
.padded { padding: 5px; }

img { border: 0px }

li { margin:0 0 10px 10px;}


/* ------------------------------- Existing Styles (non-Art4orm)---------------------------------------------------------------------- */


#LeftNavContainer{
	width: 143px;
	margin: 0px;
	padding: 0px;
	background-color: #276032;
	background-image:url(../images/Bg_LeftNavContainer.gif)
	}

td {
	text-align: left;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
    

/*  LAYOUT CLASSES -------------------------------------- */

#HeaderCol{
	background-color: #276032;
	height: 120px;
} 

#LeftNavCol{ 
	width: 143px;
} 

#ContentCol{
	background-color: #ffffff;
	width: 627px;
	padding: 5px;
} 

#FooterCol{
	background-image:url(../images/Bg_Footer.gif);
	background-color: #ffffff;
	color: #276032;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
} 




/* -------------------------------- Front-End Content Editor Styles -------------------------------------- */

a { text-decoration: underline; cursor: pointer; }
.editable { background-color: #DBDDDE; }
.editTip { background-color: #C8D6E1; padding:3px; }
.editThis { font-size: 11px; font-family: Arial, sans-serif; color: black; }
#cms_container { background-color: #2C6034; height:490px; }
#cms_wrapper { padding:20px; }
#editor_actions { padding-bottom:10px; font-size:12px; font-family: Arial, sans-serif; color: white; }
#editor_actions a { text-decoration: underline; color: white; font-weight: bold; cursor: pointer; }


/* ---- Tiny MCE Editor Styles (these rules/styles must also appear within the editor styesheet (editor.css) ) -------- */


.image_right { float:right; margin: 0 0 0.5em 0.5em; }
.image_left { float:left; margin: 0 1.4em 1.4em 0; }


/* --------------------------------------------------------------------- */

.theTable { 

  border-top: solid 10px #2A6033; 
  border-bottom: solid 10px #2A6033;
  border-left: solid 1px #2A6033;
}

#page { width:746px; margin:0 auto;}
#copyright { text-align: center; padding: 10px 0;}