body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/v2_back2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #333333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
	font-style: italic;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	font-style: italic;
}

p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

div#nav{
	color : #796616;
	background-color : #CCCC99;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	height: auto;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCC00;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5;
	padding-left: 0;
}

div#nav ul li {
	display: inline;
}

div#nav ul li a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #796616;
}

div#nav ul li a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #006699;
}


div#pagecontainer {
	width: 800px;
	margin-top: 60px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

div#transparent {
	width: 800px;
	background-color: #FFFFFF;
	/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
}


div#content {
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	height: auto;
}


div#header {
	width: 800px;
	background-color: #d8ebfe;
	background-image: url(images/v2_header_index.jpg);
	height: 250px;
	background-repeat: no-repeat;
}


div#headerthin {
	width: 800px;
	background-color: #d8ebfe;
	background-image: url(images/v2_smallheader_index.jpg);
	height: 55px;
	background-repeat: no-repeat;
}
div#column01 {
	width: 260px;
	padding: 10px 40px 30px 20px;
	float: left;
	background-color: #FFFFFF;
}

div#column02 {
	width: 260px;
	padding: 10px 30px 30px 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999900;
	float: left;
	background-color: #FFFFFF;
}

div#column03 {
	width: 136px;
	padding: 10px 10px 30px 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999900;
	float: left;
	background-color: #FFFFFF;
}

img#imageintext {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

div#topcontent {
	width: 780px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
}

div#bigcontent {
	height: auto;
	width: 760px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


div#tailcontent {
	width: 780px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999900;
	clear: both;
}


div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	background-color: #d8ebfe;
	vertical-align: middle;
	position: relative;
	top: 0px;
	height: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66FFFF;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	clear: both;
}

div#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}

div#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}

div#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
}

