* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #FFFFFF;
	color : #333331;
	text-align : center;
	font-family : lucida sans, sans-serif;
	font-size : 13px;
}


#page_menu {
	padding-top : 5px;
	width : 800px;
	height : 0px;
}

#page_menu ul {
	margin : 0px auto;
	height : 0px;
	list-style-position: inside;
	list-style-image: none;
}

#page_menu li {
	padding-left : 10px;
	height : 0px;
	float : left;
    font-size : 12px;
}


/* PAGE BODY */

#page_bodybox {
	margin : 10px auto;
	width : 800px;
	height : 770px;
	background-color : #C4D99A;
}



#page_content {
	width : 774px;
	height : 740px;
	overflow : hidden;
}


/* CONTENT LEFT COLUMN */

#leftcol {
	width : 400px;
	height : 740px;
    margin-left : px;
	background : url('') no-repeat 0px 0px;
	float : left;
	text-align : left;
    font-size : 11px;
}

#leftcol a {
	color : #659A00;
	text-decoration : none;
	line-height : 13px;
}

#leftcol #nav {
	margin-top : 379px;
	margin-right : 7px;
	float : right;
}

#leftcol #nav span {
	display : block;
	margin : 0px 1px 0px 2px;
}

#leftcol #nav b {
	margin-left : 1px;
	border : #CCCCCC 1px solid;
	display : block;
	float : left;
}


/* CONTENT CENTER COLUMN */

#maincol {
	margin : 0px 12px 0px 10px;
	width : 201px;
	height : 740px;
	float: left;
	overflow : hidden;
	text-align : justify;
}

#maincol h2, #maincol h3 {
	font-size : 14px;
	margin-bottom : 15px;
}

#maincol p {
	padding-top : 10px;
	padding-bottom : 19px;
}


#maincol ul {
	padding-top : 2px;
	padding-bottom : 10px;
	display : block;
}

#maincol li {
	padding-left : 8px;
	padding-bottom : 6px;
	background : url() no-repeat 0px 2px;
	font-weight : bold;
	display : block;
}

#maincol_nav {
	margin-top : 8px;
	color : #659A00;
	text-align : center;
}

#maincol_nav a {
	color : #659A00;
	text-decoration : none;
	font-weight : bold;
}

#maincol_nav a:hover {
	color : #FFFFFF;
}


/* CONTENT RIGHT COLUMN */

#rightcol {
	width : 148px;
	height : 100%px;
	background-color : #333331;
	float: left;
}

#rightcol_main {
	margin : 0px 9px;
	width : 130px;
	height : 100%;
	overflow : hidden;
}

#rightcol .arrow a {
	margin-top : 2px;
	display : block;
	font-size : 3px;
	line-height : 1px;
	height : 3px;
}

.pic_thumbnail {
	margin-bottom : 1px;
	width : 130px;
	height : 107px;
	display : block;
	overflow : hidden;
}

.pic_nametag {
	margin-bottom : 5px;
	border : #60605D 1px solid;
	color : #90908E;
}

.pic_nametag a {
	display : block;
	padding-top : 2px;
	padding-bottom : 2px;
	width : 128px;
	color : #90908E;
	font-weight : bold;
	text-decoration : none;
}

.pic_nametag_bot {
	width : 130px;
	height : 17px;
	background : url() no-repeat 0px 0px;
	color : #90908E;
}

.pic_nametag_bot a {
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	width : 128px;
	color : #90908E;
	font-weight : bold;
	text-decoration : none;
}


/* PAGE FOOTER */

#page_footer {
	margin : 2px auto 0px;
	width : 800px;
	height : 20px;
	color : #6C6C69;
	font-weight : bold;
}

#page_footer a {
	color : #6C6C69;
	text-decoration : none;
}

#page_footer a:hover {
	text-decoration : none;
	color : #659A00;
}



a {
	color : #659A00;
}

a:hover {
	color : #FFFFFF;
}

span {
	display : none;
}

img {
	border: 0px;
}

p {
	text-align : justify;
}

ul {
	list-style-type: none;
	display : block;
}

li {
	text-indent: 0px;
	list-style-type: none;
	display : block;
}

.clearthis {
	margin : 0px;
	display : none;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}
