@charset "iso-8859-2";

*{
	margin:0;
	padding:0;
}

/*normalizes margin, padding*/
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }*/

/*normalizes font-size for headers*/
h1, h2, h3, h4 ,h5 ,h6
{ font-size : 100%; }

/*removes list-styles from lists*/
ol, ul
{ list-style : none; }

/*normalizes font-style snd font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/*normalizes tables*/
table
{ border-collapse : collapse; border-spacing : 0; }

/*removes border from fieldset and img*/
fieldset,img
{ border : 0; }

/*left-aligns text in caption and th*/
caption,th
{ text-align : left; }

/*removes quotaion marks from q*/
q:before, q:after
{ content :''; }

/*centers container in browser in the body*/
body {
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999933;
	clip: rect(2em,auto,auto,auto);
	margin-top: 1.4em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}

.h2bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

h3 {
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	color: #996633;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999933;
	float: left;
}






#container {
	width : 93em;
	margin-top: 2em;
	margin-left : auto;
	margin-right: auto;
}
#container #bottomnav {
	height: 5em;
	width: auto;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #999933;
}
#container #bottomnav #wordnav {
	padding-top: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999933;
	height: 4.3em;
}
.activepage {
	color: #996633;
}


#container #branding {
	height: 6.5em;
	width: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999933;
	border-bottom-color: #999933;
}
#container #navagation #navspacer {
	height: 3em;
	width: 21em;
	float: left;
}
#container #navagation .linkcontainer {
	height: 3em;
	width: 72em;
	margin-left: 21em;
	float: left;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999933;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-size: 1em;
}

#logo {
	float: left;
	height: auto;
	width: auto;
	padding-top: 1.2em;
}
#container #branding #headerimage {
	height: 6.5em;
	width: 72em;
	float: right;
}
#container #navagation {
	height: 3em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#container #content {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#container #leftimage {
	height: 50em;
	width: 18em;
	float: left;
}
#container #content #rightcontent {
	width: auto;
	height: 50em;
	margin-left: 21em;
}
#container #content #rightcontent #textcolumn {
	height: 14.2em;
	width: 22em;
	float: left;
}
#container #content #rightcontent #textcolumn #text {
	width: 22em;
}

#container #content #rightcontent #rightimage {
	height: 50em;
	width: auto;
	margin-left: 25em;
}
#container #content #rightcontent #rightimage #rightimage1 {
	width: 22em;
	height: 50em;
	float: left;
}
#container #content #rightcontent #rightimage #rightimage2 {
	height: 50em;
	width: 22em;
	margin-left: 25em;
}
#container #content #rightcontent #textcolumn #imgholder {
	height: 34.4em;
	width: auto;
	margin-top: .8em;
}
#container #content #rightcontent #textcolumn #imgholder #topimgs {
	height: 7.4em;
	width: auto;
}
#container #content #rightcontent #textcolumn #imgholder #topimgs #timg1 {
	width: 6.4em;
	float: left;
}
#container #content #rightcontent #textcolumn #imgholder #topimgs #timg2 {
	width: 6.4em;
	margin-left: 1.4em;
	float: left;
}
#container #content #rightcontent #textcolumn #imgholder #topimgs #timg3 {
	width: 6.4em;
	float: left;
	margin-left: 1.4em;
}

#container #content #rightcontent #textcolumn #imgholder #botimgs {
	height: 8.8em;
	width: auto;
}
#container #content #rightcontent #textcolumn #imgholder #botimgs #bimg1 {
	width: 6.4em;
	float: left;
	margin-top: 1.3em;
}
#container #content #rightcontent #textcolumn #imgholder #botimgs #bimg2 {
	width: 6.4em;
	margin-left: 1.4em;
	float: left;
	margin-top: 1.3em;
}
#container #content #rightcontent #textcolumn #imgholder #botimgs #bimg3 {
	width: 6.4em;
	float: left;
	margin-left: 1.4em;
	margin-top: 1.3em;
}
