/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #555555;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #222222;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000bb;
}

a:Visited {
	color: Maroon;
}

/* Menu */

#menu {
	width: 704px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font: normal small Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu .first a {
	margin: 0;
}

#menu a:hover {
	color: #000033;
}

/* Contact Us */

.contact {
	color: Maroon;
}


/* Logo */

#logo {
	width: 704px;
	height: 87px;
	margin: 0 auto;
	margin-top: 5px;
	/* padding: 130px 0 0 0; */
	background: url(images/header.jpg) no-repeat;
	/* border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; */
}

/* Content */

#content {
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
}

#colA {
	float: right;
	width: 540px;
	/* padding: 0 30px 0 0; */
}

#colB {
	float: left;
	width: 150px;
}

/* Links */

.linksItem	{
color : black;
font-family : arial, verdana, helvetica, tahoma, sans-serif;
font-weight : bold;
font-size : 9pt; 
}
.linksItem A:link {
color : #FF0000; 
text-decoration : underline; 
} 
.linksItem A:visited {
color : #660000; 
text-decoration : none; 
} 
.linksItem A:hover {
color : #003399; 
text-decoration : underline; 
}
.linksItemDesc	{
color : black;
font-family : arial, verdana, helvetica, tahoma, sans-serif;
font-size : 8pt; 
}
.linksItemDesc A:link {
color : #FF0000; 
text-decoration : underline; 
} 
.linksItemDescA:visited {
color : #FF0000; 
text-decoration : none; 
} 
.linksItemDesc A:hover {
	color: Blue;
	text-decoration: underline;
}
.linksSubCategory	{
color : #003399;
font-weight : bold;
font-family : arial, verdana, helvetica, tahoma, sans-serif; 
font-size : 10pt; 
}

.cross {
	font: "MS Serif", "New York", serif;
	font-style: normal;
	text-decoration: line-through;
}

/* FAQ */

.faq-q {
	color: Blue;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

.faq-a {
	color: #003E01;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

.faq-li {
	color: Maroon;
}



/* Newsletter */

.newsletter-links A:link {
	color: Blue;
	text-decoration: none;
	font: bold;
}

.newsletter-links A:hover {
	text-decoration: underline;
}

/* BoxedA */

.boxedA {
	background-color: inherit;
}

.boxedA h2 {
	height: 35px;
	/* padding-top: 25px; */
	border-bottom: 1px solid #CCCCCC;
	font-size: 22px;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	line-height: 1.5em;
	text-align: justify;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FFFFFF;
	/* border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; */
}

.boxedB h2 {
	height: 28px;
	padding: 0px 0 0 15px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	background: #9EBF54;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 125px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #E2ECCB url(images/border_menu.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
}

.boxedB a:hover {
	background: #9EBF54;
	text-decoration: underline;
	color: #000033;
}

/* News */

#news {
}

#news h2 {
	font-size: 22px;
}

#news ul {
	list-style-type: square;
	line-height: 1.5em;
}

#news p {
	line-height: 1.5em;
	text-align: justify;
}

/* Footer */

#footer {
	clear: both;
	width: 706px;
	margin: 0 auto;
	border-top: 5px solid #eeeeee;
	background: #ffffff;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	color: #000033;
}