/* @override 
	http://cmpl/css/aRtypo.css
	http://cmpalisades.org/css/aRtypo.css
*/

h1,h2,h3 {
	font-family: "Trebuchet MS",arial,sans-serif;
	color: #85c441;
}

address {
	padding: 3px 15px;
	font-style: normal
}

body, td {
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
	color: #eaeaea;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

/* LINKS */

a,
	a:link 
	a:active, a:visited {
	color: #c0a481;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#menu_horiz
        a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 4px solid transparent;
}

#menu_horiz a:hover {
	text-decoration: none;
	border-bottom: 4px solid #fff;
}

#menu_horiz a.menuactive {
	color: #fff;
}
#menu_horiz a.menuactive:hover {
	border-bottom: 4px solid transparent;
}
#primary-nav li li a:hover {
	border-bottom: 4px solid #fff;
	color: #85c441;
}


#content	
        a,
	a:link 
	a:active, a:visited {
	color: #C0A481;
	text-decoration: underline;
}

#content a:hover {
	color: #C0A481;
	text-decoration: none;
}

#main
 	a,
	a:link 
	a:active, a:visited {
	color: #C0A481;
	text-decoration: none;
}

#main a:hover {
	color: #808080;
	text-decoration: none;
}

#content2
        a,
	a:link 
	a:active, a:visited {
	color: #C0A481;
	text-decoration: none;
}

#content2 a:hover {
	color: #fff;
	text-decoration: none;
}

#news  
        a,
	a:link 
	a:active, a:visited {
	color: #587A9C;
	text-decoration: underline;
}

#news a:hover {
	color: #000;
	text-decoration: none;
}

#news2  
        a,
	a:link 
	a:active, a:visited {
	color: #587A9C;
	text-decoration: underline;
}

#news2 a:hover {
	color: #000;
	text-decoration: none;
}

div.breadcrumb
        a,
	a:link 
	a:active, a:visited {
	color: #c0a481;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #808080;
	text-decoration: bold;
}

/* END LINKS */

/* HEADINGS */

h1 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font: 2em/1.5em "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding-bottom: 11px;
	background: url(../images/cms/grad_white.png) no-repeat 3px 40px;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#main h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

#menu_vert h2 {
	margin-left: 10px;
}

h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

/* END HEADINGS */

/* TEXT */

p {
	font-size: 96%;
	margin: 0 0 .5em 0;
	padding: 0;
	line-height: 1.5em;
}
#mainblock1col p {
	padding: 0 0 10px 8px;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* END TEXT */

/* LISTS */

#main ul {
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#main ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}

ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}

dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}

dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}

/* END LISTS */

/* TABLE */

table {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	font-size: 1em;
}

/* END TABLE */

hr {
	
}

hr {
	margin: 0;
/*borde

r-bottom: 1px dotted black;*/
}