/* CSS Document */

/***********************************************/
/* layout.css                   		       */
/* Use with all pages	 					   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #6A6A7D;
	margin: 0px;
	line-height: 1.5;
	padding: 5px;
	text-align:justify;
	background: #4f4f4f;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#top{
	position:relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	top: 5px;
	background-color: #4f4f4f;
}

#links{
	position: relative;
	margin: 0px auto;
	color: #fff;
	width: 800px;
	top: 15px;
	height: 30px;
	border: 1px solid #8BCCDA;
	background-color: #fff;
}

.link{
	text-align:center;
	margin-left: 5px;
	vertical-align:middle;
	padding-top:2px;
}
.linkbutton{
	margin-right: 5px;
}

#horizborder{
	position:relative;
	margin: 0px auto;
	width: 800px;
	height: 25px;
	top: 25px;
	padding: 0px;
}

.horizborder{
	padding:0px;
}

#main{
	position:relative;
	margin: 10px auto 32.5px auto;
	width: 800px;	
	clear:both;
	top: 22.5px;
	padding: 0px;
	border: 1px solid #8BCCDA;
	background-color: #EDFAF2;
}

html>body #main{
	margin: 35px auto 10px auto;
	top: 0px;
}

#main #left{
	position:relative;
	float:left;
	width: 160px;
	padding: 0px;
	text-align: center;
	background-color: #EDFAF2;
}

#main #right{
	position:relative;
	margin: 0px 0px 0px 165px;
	padding: 1px 30px 10px 20px;
	text-align: justify;
	border-left: 1px solid #8BB2DA;
	background-color: #fff;
}


#bottom{
	position: relative;
	margin: 0px auto;
	display:block;
	width: 800px;
	height: 25px;
	padding: 0px;
}

/***********************************************/
/* Corners                                     */
/***********************************************/

#tl {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
html>body #bl{
	bottom: -1px;
}
#br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
html>body #br{
	bottom: -1px;
}

#tl_green {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr_green {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bl_green {
	position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#br_green {
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/************** header tag styles **************/

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-align: center;
	color: #2B864F;
	font-size: 18px;
	font-style: normal;
	padding: 0px;
}

H2{
	font-size:15px;
	color:#61A4A9;
	padding: 0px 0px 0px 10px;

}

H3{
	font-size: 13px;
	color: #777;
	padding: 0px 0px 0px 10px;
}

H4{
	font-size: 12px;
	color: #935439;
	padding: 0px 0px 0px 10px;
}

H5{
	font-size: 12px;
	color: #2B8645;
	font-weight: bolder;
	margin:0px;
	padding: 0px 0px 0px 10px;
}

H6{
	font-size: 11px;
	color: #CB4441;
	font-weight: bolder;
	padding: 0px 0px 0px 10px;
}

/**************    text styles    **************/

P, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px 0px 0px 10px;
	color: #6A6A7D;
}

.dotborder{
	background: url("../img/dotborder.gif") bottom left no-repeat;
}

.bold {
	font-weight:bolder;
}

.bold span{
	font-weight:normal;
}

.centre{
	text-align:center;
}

.red{
	color: #D36F7C;
	font-weight:bolder;
}

ul.bullet {
	margin: 5px 0 0 0;
	padding: 0;
}

ul.bullet ul{
	margin: 5px 0 0 11px;
	padding: 2px 0;
}

ul.bullet li {
	padding: 0px 0px 0px 16px;
	margin: 1px 0px 1px 30px;
	list-style: none;
	background: url("../img/bullet.gif") left no-repeat;
}

/**************    image styles   **************/

#ciwmd {
	position:relative;
	float:right;
	margin-left: 15px;
}

.moreinfo{
	position: relative;
	clear: both;
	display: block;
	border:0px;
	margin: 0px 0px 5px 10px;
}

html> body .moreinfo {
	margin-bottom: 5px;
	top: 5px;
}

/**************    table styles   **************/

table {
	border: 0px;
}

table.team{
	width: 100%;
}

/**************    link styles    **************/

a:link{
	color: #2041AC;
}

a:hover{
	color: #CB4441;
}

a:visited{
	color: #65A4A9;
}

a:active{
	color: #339999;
}