/*****************************************
******************************************
Sections:

1.GENERAL
2.SITE-WIDE CONTENT
3.PAGE CONTAINERS

******************************************
******************************************/


/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 17px;


}

a, a:visited, a:hover, a:active {
	color: #ABA694;
	text-decoration: none;
	outline: none;
}

/* 2.SITE-WIDE CONTENT --------------------------- */

#main-container {
	position: relative;
	width: 700px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	padding-top: 0px;
	background: #ffffff;

}

#main-container1 {
	position: relative;
	width: 350px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	padding-top: 0px;
	background: #ffffff;


}

#menu {
	float: left;
	width: 700px;
	height: 30px;
	padding-top: 10px;
}

#menu li {
	float: left;
	width: 233px;
	list-style: none;
}

#menu2 li {
	float: left;
	width: 233px;
	list-style: none;
}

#menu li a,
#sub-menu li a {
	float: left;
	height: 40px;
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity: 1.0; /* FireFox */
	filter: alpha(opacity=100); /* IE */
}

#menu2 li a,
#sub-menu li a {
	float: left;
	height: 40px;
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity: 1.0; /* FireFox */
	filter: alpha(opacity=100); /* IE */
}

#menu li a:hover,
#menu li.here a,
#sub-menu li a:hover,
#sub-menu li.here a {
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity: 0.7; /* FireFox */
	filter: alpha(opacity=70); /* IE */

}

#menu2 li a:hover,
#menu2 li.here a,
#sub-menu li a:hover,
#sub-menu li.here a {
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity: 0.7; /* FireFox */
	filter: alpha(opacity=70); /* IE */


}

.content {
	float: left;
	width: 700px;
	height: 350px;
	margin-top: 30px;
}

.content a {
	color: #5a961e;
	font-weight: bold;
}

.content a:visited, .content a:hover {
	color: #66cc00;
}

.content h3 {
	font-weight: bold;
}

.content em {
	color: #000000;
	font-style: normal;
}

html>body .content {
	min-height: 350px;
	height: auto;
}

.content-column {
	display: inline;
	float: left;
	width: 150px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	outline-style:solid;
	outline-color:#ffffff;
	outline-width:5px;
	overflow: auto;
	background: #ffffff;
}

.content-column2 {
	display: inline;
	float: left;
	width: 520px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	overflow: auto;
}

.content-column3 {
	display: inline;
	float: left;
	width: 255px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	overflow: auto;
}

.content-column4 {
	display: inline;
	float: left;
	width: 320px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	overflow: auto;
}

.content-column5 {
	display: inline;
	float: left;
	width: 680px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	overflow: auto;
}

.content-column6 {
	display: inline;
	float: left;
	width: 220px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	outline-style:solid;
	outline-color:#ffffff;
	outline-width:5px;
	overflow: auto;
	background: #ffffff;
}

 CAPTION.MYTABLE
  {
     background-color:ffffff;
     color:white;
     border-style:solid;
     border-width:1px;
     border-color:black;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#ffffff;
     width:680px;
     border-style:solid;
     border-color:black;
     border-width:1px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:black;
     border-style:solid;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#ffff;
     color:black;
     border-style:solid;
     border-width:1px;
     text-align:center;



}


 CAPTION.MYTABLE1
  {
     background-color:ffffff;
     color:white;
     border-style:solid;
     border-width:1px;
     border-color:black;
  }

  TABLE.MYTABLE1
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#ffffff;
     width:220px;
     border-style:solid;
     border-color:black;
     border-width:1px;
  }

  TH.MYTABLE1
  {
     font-size:10pt;
     color:black;
     border-style:solid;
  }


  TR.MYTABLE1
  { 
  }

  TD.MYTABLE1
  {  
     font-size:10pt;
     background-color:#ffff;
     color:black;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }


}
