/* A free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

35acde

Version: 2.5 (Jan 11, 2007)

Screen layout:

Colors:
black -> #000000
green -> #99cc33
blue  -> #33ccff

*/

/***** Body and main container *****/

body, td {
margin:0 auto;
padding:0;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 12px;
/*background:#ff0000 url(img/bg.gif) top center repeat-y;*/
color:#404040;
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:760px;
text-align:left;
}

#wrap p.banner{
text-align:center;
}



/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#286ea0; /* 33ccff 286ea0 */
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

p.p_heading1 {
margin: 0 0 .5em 0;
font-weight:bold;
text-align: justify;
}

p.table_heading {
font-weight:bold;
text-align:center;
}

#mytable {
width: 395px;
padding: 0;
margin: 0;
font-size: 12px;
}

#mytable th {
font-weight: bold;
color: #000000;
text-transform: uppercase;
text-align: center;
padding: 0px 0px 0px 0px;
background-color:#cccccc;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
}

#mytable td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px 3px 3px 6px;
}

#mytable2 {
width: 400px;
padding: 0;
margin: 0;
font-size: 12px;
}

#mytable2 td {
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

#mytable3 {
	width: 575px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	border-collapse: collapse;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#mytable3 td{
	border-collapse: collapse;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

/***** Member Organizations & Partners page*****/

.membersdiv {
width: 100%;
margin-top:20px;
}

.membersdiv .floatbox {
float: left;
width: 75px;
}

* html .membersdiv p { /* IE 3px jog hack*/
height: 1%;
}

.membersdiv p {
margin:0px 0px 25px 0px;
margin-left: 125px;
}

/* Clears divisions so floats don't overlap and cause problems */
div.clearer {
clear: left;
line-height: 0;
height: 0;
}



/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2em;
float:left;
}

#header h1 a {
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#banner {
margin:0px 0px 0px 0px;
border:0;
background: #000000;
}



/***** Left sidebar *****/

#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

#leftside div.announce p.announce_centered {
text-align:center;
margin-bottom: 4px;
}



/***** Main menu *****/

ul.avmenu {
width:140px;
margin:0px 0px 0px 0px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0px 0px 5px 0px;
line-height:1.0em; /* line-height:1.4em; */
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:135px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #35acde; /* color of menu edge */
color:#505050;
text-decoration:none;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

#submenu { /***** Hides submenus until selected *****/
display: none;
}



/***** Right sidebar *****/

#extras {
float:right;
width:160px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
text-align:center;
}

#extras p, #extras ul {
margin:0 0 2px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}

#extras h4 {
color:#505050;
background-color:inherit;
font-size:1.0em;
margin:0 0 8px;
padding:0;
}



/***** Main content *****/

#content {
margin:0 165px 5px 152px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.5em;
}

#content h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content h5 {
font-size:1.3em;
margin:15px 0px 4px 0px;
}

#content img {
background:#ffffff;
}

#content img a {
text-decoration:none;
}

#content ul, #content ol {
margin:0 0 16px 20px;
padding:0;
}

#content li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #content ol ol {
margin:0 0 0 16px;
padding:0;
}


#content2 ul, #content ol {
margin:0 0 16px 20px;
padding:0;
}

#content2 li {
margin:0;
padding:0 0 0 5px;
}

#content2 ul ul, #content2 ol ol {
margin:0 0 0 16px;
padding:0;
}

#content2 {
margin:0 0px 5px 152px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.5em;
}

#content2 h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content2 h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content2 h5 {
font-size:1.3em;
margin:15px 0px 4px 0px;
}

#content2 img {
background:#ffffff;
}

#content2 img a {
text-decoration:none;
}



/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:3px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
}

#footer p {
margin:0px 0px 6px 0px;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:none;
color:#404040;
}



/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}
