@charset "utf-8";
/* CSS Document */

*	{
		margin:0px;
		padding:0px;
}

body{	font-family:Verdana, Arial,sans-serif; 
		color:#333333; 
		background-color:#ffffff;
		font-size:small;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link    {color: #006699; text-decoration:none;}       /* unvisited link  */
a:visited {color: #006699; text-decoration:none;}       /* visited link    */
a:hover   {color: #006699; text-decoration:none;}       /* mouse over link */
a:active  {color: #006699; text-decoration:underline;}  /* selected link   */

/* STRUCTURE */

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006699;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* HEADERBAR, HEADERBAR_LEFT, HEADERBAR_RIGHT */

#headerbar	{	border-bottom:1px solid #ffffff; 
				color:#ffffff;
				background-color:#336699;
				text-align:left;
				/* width:740px; */
				height:75px;
}	
		   
#headerbar_left  {float:left;  background-color:#336699;}
#headerbar_right {float:right; background-color:#336699;}

/* SEARCH */

#searchbar{
		background-color:#336699;
		color:#ffffff;
		height:30px;
		border-top:1px solid #ffffff;
		text-align:right;
}

#searchbar form         {padding:0px; margin:0px; border:0px;}
#searchbar input.box    {padding:0px; margin:3px 0px; height:21px; width:100px; border:0px;}
#searchbar input.button {padding:0px; height:20px; width:79px; border:0px; margin:3px 0px; font-size:90%; 
                         background-color:#336699; color:#ffffff;}

/* CONTENT AREA, MENU, CONTENT, RIGHT */

#menu	{
	float:left;
	width:180px;
	margin:0px;
	padding:0px;
	text-align:left;
}

/* MENU STYLING SEE BELOW */

#contentDiv	{
	float:left;
	width:410px;
	text-align:left;
	padding-left:5px;
	/* padding-left:10px; */
	/* padding-right:10px; */
	overflow:hidden;
	border:0px;
}

#contentDiv h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:175%;
	font-weight:normal;
	margin:0px;
	padding:10px;
	color:#336699;
}

#contentDiv h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	margin:0px;
	padding:10px;
	color:#336699;
	border-bottom:1px dotted #9CB4CF;
}

#contentDiv h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:10px;
	color:#336699;	
}

#contentDiv h4, 
#contentDiv h5, 
#contentDiv h6 {
	font-size:100%;
	padding:10px;
	color:#666666;
	font-weight:normal;
}




















#contentDiv p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
	margin:10px 5px;
	line-height:160%;
	padding:5px 10px;
}

#contentDiv ul, #contentDiv ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
	margin:10px 5px 10px 25px;
	line-height:160%;
	padding:5px 10px;
}

#contentDiv a:link    {color: #336699; text-decoration:underline;}       /* unvisited link  */
#contentDiv a:visited {color: #336699; text-decoration:underline;}       /* visited link    */
#contentDiv a:hover   {color: #ffffff; text-decoration:underline; background-color:#336699;}  /* mouse over link */
#contentDiv a:active  {color: #ffffff; text-decoration:underline; background-color:#336699;}  /* selected link   */

/* MENU RIGHT */

#menuRight {
	float:right;
	width:180px;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* margin-top:50px; */
}

#menuRight p{
	color:#000000;
	line-height:160%;
	padding:5px 10px;
}

#menuRight a:link    {color: #336699; text-decoration:underline;}       /* unvisited link  */
#menuRight a:visited {color: #336699; text-decoration:underline;}       /* visited link    */
#menuRight a:hover   {color: #ffffff; text-decoration:underline; background-color:#336699;}  /* mouse over link */
#menuRight a:active  {color: #ffffff; text-decoration:underline; background-color:#336699;}  /* selected link   */

.menuRightInfo {
	color:#000000;
	line-height:120%;
	padding:5px 10px;
	margin:0px 5px 0px 25px;
}

.boxMenu ul {
	font-size:80%;
	font-weight:bold;
	background-color:#ffffff;
	margin:0;
	padding:0;
	list-style-type:none;
}

.boxMenu ul li {
	margin:0px 0px 0px 0px;
}

.boxMenu ul a {
	display:block;
	padding:9px 0px 9px 15px;
	/* width:204px; */
	width:165px;
	color:#9CB4CF;
	background-color:#9CB4CF;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-left:1px solid #9CB4CF;
	border-right:1px solid #9CB4CF;
	/* font-size:110%; */
	/* font-size:90%; */
}

.boxMenu ul a:hover {
	color:#336699;
	background-color:#DDDDDD;
	text-decoration:none;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;	
}

.boxMenu ul a.active {
	color:#9CB4CF;
	background-color:#336699;
}

.boxMenu ul a:visited {color:#9CB4CF;}       /* visited link    */

.boxMenu ul a.active:hover {

}

/* FOOTER */

#footer		{
				background-color:#336699;
				color:#ffffff;
				text-align:center;
				margin:0px;
				font-size:90%;
}

#footer p	{
				line-height:150%;
}

#footer a:link    {color: #ffffff; text-decoration:none;}       /* unvisited link  */
#footer a:visited {color: #ffffff; text-decoration:none;}       /* visited link    */
#footer a:hover   {color: #ffffff; text-decoration:underline;}       /* mouse over link */
#footer a:active  {color: #ffffff; text-decoration:underline;}  /* selected link   */

/* MENU */

#menu {
	float:left;
	width:180px;
	/* width:219px; */
	/* margin-left:10px; */
	font-size:80%;
	font-weight:bold;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* margin-top:50px; */
}

#menu .top {
	border-top:0px;
}

#menu ul {
	background-color:#ffffff;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li {
	margin:0px 0px 0px 0px;
}

#menu ul a {
	display:block;
	padding:9px 0px 9px 15px;
	/* width:204px; */
	width:165px;
	color:#336699;
	background-color:#9CB4CF;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-left:1px solid #9CB4CF;
	border-right:1px solid #9CB4CF;
	/* font-size:110%; */
	/* font-size:90%; */
}

#menu ul a:hover {
	color:#336699;
	background-color:#DDDDDD;
	text-decoration:none;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;	
}

#menu ul a.active {
	color:#9CB4CF;
	background-color:#336699;
}

#menu ul a.active:hover {

}

/* Second Level Menu */
#menu ul ul {
	padding-top:0px;
	padding-bottom:0px;
	background-color:#E9E9E9;
}

#menu ul ul li {
	margin:0px 0px 0px 0px;
}

#menu ul ul a {
	display:block;
	padding:7px 0px 7px 15px;
	/* width:204px; */
	width:165px;
	color:#666666;
	background-color:#F2F2F2;
	text-decoration: none;
	border-bottom:0px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	/* font-size:100%; */
	font-weight:normal;
}

#menu ul ul a:hover {
	color:#336699;
	background-color:#E9E9E9;
	text-decoration:none;
}

/* Third level Menu */
#menu ul ul ul {
	padding-top:0px;
	padding-bottom:0px
}

#menu ul ul ul li {
	margin:0px 0 0 0;
}

#menu ul ul ul a {
	display:block;
	padding:5px 0px 5px 20px;
	/* width:199px; */
	width:160px;
	color:#666666;
	background-color:#F7F7F7;
	text-decoration: none;
	/* font-size:85%; */
	border-bottom:1px dotted #EAEAEA;
	border-top:0px solid #E1E1E1;
}

#menu ul ul ul a:hover {
	color:#336699;
	background-color:#ffffff;
	text-decoration:none;
}

/* 4th level Menu */
#menu ul ul ul ul {
	padding-top:0px;
	padding-bottom:0px
}

#menu ul ul ul ul li {
	margin:0px 0 0 0;
}

#menu ul ul ul ul a {
	display:block;
	padding:5px 0px 5px 30px;
	/* width:189px; */
	width:150px;
	color:#666666;
	background-color:#ffffff;
	text-decoration: none;
	/* font-size:85%; */
	border-bottom:1px dotted  #EAEAEA;
	border-top:0px solid #E1E1E1;
}

#menu ul ul ul ul a:hover {
	color:#336699;
	background-color:#ffffff;
	text-decoration:none;
}

/* AJAX EFFECT */

.informationBox{
	border:1px solid #EAEAEA;
	background-color:#F2F2F2;
	margin:10px 5px 10px 0px;
	padding:0px;	
	/* margin:5px 0px; */
	/* padding:0px; */
}

.informationBoxContent{
	background-color:#ffffff;
}

.informationBoxContent p{
	margin:0px;
	padding:0px;
}

.smallopenclose{
	font-size:x-small;
}
