body {
 	margin-bottom:0;
  	margin-top:0;
   	margin-left:0;
    margin-right:0.60em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D3D3D3;
	font-size: 12px;
	height:100%	
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

ol {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-variant: normal; text-align: left}
ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-variant: normal; text-align: left}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-variant: normal}
#caption {	 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: bold; 	font-variant: normal}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
UL {
	margin : .5em 0em .5em 1em;
}

UL LI {
	list-style-type : disc;
}

UL UL LI {
	list-style-type : circle;
}

UL UL UL LI {
	list-style-type : square;
}
a:link {
    text-decoration: underline;
    color: #0000FF;
}
a:hover {
    color: #FF0000;
}
a:visited {
	font-weight: normal;
	color: #0066FF;
}
.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.justify {
	text-align : justify;
}

.left {
	text-align : left;
}

.right {
	text-align : right;
}

.center {
	text-align : center;
}

.float_left
{
    margin:3px; /* or any other margin width declaration */
    float:left;
}

.float_right
{
    margin:3px; /* or any other margin width declaration */
    float:right;
}

/* Indenting paragraph */
.indent {
	text-indent:20px;
}

.copyright
{
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align : center;
}
.black_bkground {
	background-color: #000000;
}
.gold_bkground {
	background-color: #ffcc00;
}
.gold_text {
	color: #ffcc00;
}
.gray_bkground {
	background-color: #CCCCCC;
}
.white_bkground {
	background-color: #FFFFFF;
}
.wall_pine_bkground {
	background-image: url(../images/others/wall-pine-background.jpg);
	background-attachment: fixed;
}
.my_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
.front
{
	font-family: arial, sans-serif;
	font-size: 10px;
}

#container
{
	margin: 1em 2em;
	background-color: #ffcc00;
	background-repeat: repeat-y;
	border: 1px solid #333;
}
#container_banner_list
{
	background-color: #ffcc00;
	background-repeat: repeat-y;
	margin-top: 1em;
	margin-right: 2em;
	margin-left: 2em;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
#container_footer_list
{
	background-color: #ffcc00;
	background-repeat: repeat-y;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
#container_nav_list
{
	margin: 1em 2em;
	background-color: #ffcc00;
	background-repeat: repeat-y;
	border: 1px solid #333;
}
#container_body_list
{
	background-color: #D3D3D3;
	background-repeat: repeat-y;
	margin-right: 2em;
	border-right: 1px solid #333;
}
#container_content_list
{
	background-color: #ffcc00;
	background-repeat: repeat-y;
	height: 100%;
	border-right: 1px solid #333;
}

#container_content_list_main
{
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	height: 100%;
	border-right: 1px solid #333;
	padding: 2em 1em 1em;
}
		
#banner
{
	border-bottom: 1px solid #333;
	background-image: url(../images/others/wall-pine-background.jpg);
	text-align: center;
}
		
#banner h2
{
	margin: 0;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
		
#nav
{
	float: left;
	width: 170px;
	margin-left: 10px;
	padding-top: 1em;
}
		
#nav p { margin-top: 0; }
		
#content
{
	padding-top: 1em;
	margin: 0 2em 0 200px;
	background-color: #FFFFFF;
}

#content_list
{
	background-color: #FFFFFF;
	padding: 1em;
}
		
#content h4 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
		
#footer
{
	clear: both;
	text-align: center;
	border-top: 1px solid #333;
	background-image: url(../images/others/wall-pine-background.jpg);
	color: #000000;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}

/* Horizontal Rule */
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #ffcc00;
	margin: 2%;
 	display: block; margin-left: auto; margin-right: auto
}

.no_wrap {
	white-space:nowrap;
}

