/* index main values */

* {
margin : 0;
padding : 0;
}
html {
height : 100%;
}
body {
	height : 100%;
	color : #333333;
	cursor : default;
	font-size : 12px;
	line-height : 16px;
	text-align : justify;
	background: #fff url(../../images/bg.jpg) repeat-y center top;
	font-family : "Helvetica Light", Helvetica, Arial, Sans-Serif;
	background-color: #91AB23;	
}

a {
	color: #1D6C9B;
}

a:link, a:visited, a:active {
	color : #1D6C9B;
	text-decoration : none
}

a:hover {
	color:#1D6C9B;
	text-decoration:none;
}

ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

li
{	list-style-type: none;}

/* main content structure */

#topheader { width:auto;
}

#nav { width:auto;
}

#footer { width:auto;
}

#container {
	width: 768px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#box_container {
	width: 768px;
	background-color: #FFFFFF;
	position: relative;
	height: 1170px;
	overflow: hidden;
}
#content_box {
	width:737px;
	position: absolute;
	left: 14px;
	top: 17px;
	overflow: hidden;
	height: 1142px;
}
.h1 {
	font-family: "Helvetica Light", Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.red_line { border-bottom: 1px dotted #990000;}

.thin_vertical-line {
	border-top: 1px solid #CCCCCC;
}
