/*//////////////////////////////////////////////////*/
/* FORMAT                                           */
/*//////////////////////////////////////////////////*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6, table, ul, ol, p {
	margin: 11px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2, h3, h1 a, h2 a, h3 a, .lg {
	font-size: 14px;
	font-weight: bold;
}

h4, h5, h6, h4 a, h5 a, h6 a {
	font-size: 12px;
	font-weight: bold;
}

h1,h4 {
	color: #354494;
}

h2,h5 {
	color: #a6c532;
}

h3,h6 {
	color: #000000;
}

.headingAlt {
	font-size: 14px;
	font-weight: bold;
	color: #a6c532;
}

a {
font-size: inherit;
}

a:link {
	text-decoration: none;
	color: #4152A3;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #4152A3;
	font-weight: bold;
}

a:hover {
	color: #a6c532;
}

a:active {
	text-decoration: none;
}

a.currentpage:link {
	color: #000000;
	font-weight: bold;
}

a.currentpage:visited {
	color: #000000;
	font-weight: bold;
}

a.currentpage:hover {
	color: #000000;
}

a.currentpage:active {
}

a.bottomlink:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
}

a.bottomlink:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
}

a.bottomlink:hover {
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
}

a.bottomlink:active {
	text-decoration: none;
}

.heading,
.label,
td.heading,
td.label {
font-size: 11px;
font-weight: bold;
}

td.label {
text-align: right;
}

td.heading span,
td.label span {
white-space: nowrap;
}

.smallText,
.smallText a {
font-size: 10px;
}

.black {
	color: #000;
}

#copyright {
	text-align: right;
	color: #cfd4e8;
}

#right_side p {
	text-align: left;
}

form,input {
	margin: 0px;
	padding: 0px;
}

input.searchbox {
	font-size: 10px;
	float: left;
	width: 133px;
	height: 18px;
	border: 1px solid #ced0ea;
	margin-left: 25px;
}

img.leftimage {
	float: left;
	padding: 0px 22px 11px 0px;
}

img.rightimage {
	float: right;
	padding: 0px 0px 11px 11px;
}

.thumb {
float: left;
height: 140px;
width: 120px;
overflow:hidden;
margin: 5px 5px;
text-align: center;
}
.thumb a {
display: block;
border: 1px solid #ccc;
}

.thumb a:hover {
border: 1px solid #000;
}
.thumb img, .thumb p {
margin: 10px 0px;
}

#imageNav {
margin: 0px auto;
text-align: center;
}
#image {
text-align: center;
}
#image img, #image p {
margin: 10px 0px;
}

.list li {
	margin: 10px 0px;
	list-style-type:square;
}

/* Hide from IE Mac \*/
ul.arrow {
	list-style-image:  url("../images/common/arrow.gif");
	line-height: 16px;
}

ul.arrow_back {
	list-style-image:  url("../images/common/arrow_back.gif");
	line-height: 16px;
}

ul.arrow_up {
	list-style-image:  url("../images/common/arrow_up.gif");
}
/* End Hide */
