/* ie6 png fix */
img, div { behavior: url(images/iepngfix.htc) }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin : 0; 
	padding : 0; 
	border : 0; 
	outline : 0; 
	vertical-align : baseline; 
	background : transparent; 
} 

ol, ul { 
	list-style : none; 
} 

:focus { 
	outline : 0; 
} 

ins { 
	text-decoration : none; 
} 

del { 
	text-decoration : line-through; 
} 

table { 
	border-collapse : collapse; 
	border-spacing : 0; 
} 

/* core css */
h1 {
	font: 1.4em verdana, sans-serif;
	font-weight: bold;
	color: #006729;
	margin: 15px 15px 0 15px;
}

h2 {
	font: 1.4em verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 15px 15px 0 15px;
	text-align: right;
}

body
{
	background-color: #ccc;
	font-size: 62.5%;
	font-family: verdana, sans-serif;
	color: #fff;
	line-height : 1.8em; 
}

/*  Plate */

#plate {
	margin-left: auto;
	margin-right: auto;
	width: 794px;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 100px;
	
}

#containerTop {
	width: 794px;
	height: 17px;
	background: url(images/containerBgTop.png) no-repeat bottom left;
	float: left;
}

#containerBottom {
	width: 794px;
	height: 15px;
	background: url(images/containerBgBottom.png) no-repeat top left;
	float: left;
}

#container
{
	width: 794px;
	background: url(images/containerBg.png) repeat-y top left;
	float: left;
}

/* End Plate */

#contents {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 760px;
}

/* Header */

#header {
	width: 760px;
	height: 130px;
	float: left;
}

#logoBox {
	width: 200px;
	height: 130px;
	background-color: #b3cbb3;
	margin: 0 7px 0 0;
	float: left;
}

#logoBox img {
	padding: 17px 0 0 32px;
}


#navTop {
	width: 553px;
	height: 130px;
	background-color: #d2b168;
	float: left;
}

#largePageTitle {
	width: 553px;
	height: 80px;
	text-align: right;
	text-transform: uppercase;
	font: 6.0em verdana, sans-serif;
	font-weight: bold;
	color: #d8b978;	
	line-height: 1.0em;
	letter-spacing: 1.0mm;
	word-spacing: 2.0mm;
}

/* Navigation */
#nav {
	width: 550px;
	padding-top: 5px;
}

#nav ul { 
	list-style-type: none; 
	padding-left: 20px;
} 

#nav ul li { 
	display: block; 
	float: left; 
	margin: 0 5px;

} 

#nav ul li a { 
	display: block;
	padding: 15px 12px 11px 12px;
	color: #fff;
	font: 1.4em verdana, sans-serif;
	text-decoration: none;
} 

#nav ul li a:hover { 
	color: #877243;
} 

#nav ul li.sep { 
	display: block;
	padding: 15px 1px 11px 1px;
	color: #fff;
	font: 1.4em verdana, sans-serif;
} 

/* End Navigation */
/* End Header */

/* Main */
/* Sub Navigation */
#Subnav {
	width: 180px;
	padding: 20px 20px 20px 0;
	text-align: right;;
}

#Subnav ul { 
	list-style-type: none; 
} 

#Subnav ul li { 
	display: block; 
	float: none;
} 

#Subnav ul li a { 
	display: block;
	color: #4e6a4f;
	font: 1.4em verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
} 

#Subnav ul li a:hover { 
	color: #fff;
} 

/* End Sub Navigation */

#main {
	width: 760px;
	margin: 7px 0;
	float: left;
	background: url(images/mainTriplesBg.gif) repeat-y top left;
}

#colLeft {
	width: 200px;
	float: left;
}

#textArea {
	width: 346px;
	margin: 0 7px;
	float: left;
}

#textArea p {
	padding: 20px;
	font-size: 1.2em;
	color: #00552a;
}

#textArea p a {
	text-decoration: underline;
	color: #00552a;
	font-weight: bold;
	}

#textArea p a:hover {
	text-decoration: none;
	}

#colRight {
	width: 200px;
	float: left;
}

#colRight img {
	padding: 0 0 6px 0;
}

/* End Main */


/* Footer */

#footer {
	width: 760px;
	height: 100px;
	float: left;
}

#footerContents {
	width: 553px;
	height: 100px;
	background-color: #ebd9b6;
	float: left;
	margin: 0 7px 0 0;
}

#footerContents p {
	color: #bd942b;	
	font-size: 1.2em;
	line-height: 2.0em;
	padding: 26px 0 0 0;
	text-align: center;
}

#footerRight {
	width: 200px;
	height: 100px;
	float: left;
}

.heightMin {
	min-height: 250px;
}