
/***** Body and main container *****/

body {
margin:0 auto;
padding:14px;
font:76% Arial,Verdana,Tahoma,sans-serif;
background:#CFDBEE url(img/bg.gif) top repeat-x;
color:#ff00ff;
}


#wrap2 {
background:#EEEEEE;
color:#404040;
margin:0 auto;
width:950px;
border-top: 1px solid #C1C1C1;
border-right: 1px solid #C1C1C1;
border-bottom: 1px solid #C1C1C1;
border-left: 1px solid #C1C1C1;
}


#wrap {
background:#666666;
color:#404040;
margin:0 auto;
width:948px;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
font-size:1.0em;
margin:0 0 1.4em 0;
}

/***** Header *****/

#header {
margin:0px 0 0;
padding:0;
height:113px;
}

#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;
}

#frontphoto {
margin:0;
border:0;
}





/***** Left sidebar *****/

#leftside {
clear:left;
float:left;
width:160px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#DDDDDD;
background-color:inherit;
font-size:1.1em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:0px 0 0px;
padding:7px 5px;
width:156px;
font-size:0.9em;
background-color:#666666;
color:#EEEEEE;
border-left:4px solid #666666;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}


#leftside h2 {
font-size:1.1em;
padding:4px 4px 4px 0px;
margin:20px 20px 10px 10px;
text-decoration: none;
border-bottom:1px dashed #334F95;
}




/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv  /* position, size, and font of  menu */
	{	
	position:relative;	
	top:0px;
	left:0px;
	width: 8em; /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 1.0em;
	text-indent:5px;
	}

#menuv a
	{
	width: 166px;
	display:block;						
	padding-top: 6px; 	/* expands menu box vertically*/
	padding-bottom: 6px;
	border-left:4px solid #444444;  /* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited  /* all menus at rest */
	{
	color: #EEEEEE;
	background-color: #444444;
	text-decoration:none;    /* removes underlines from links */
	font-weight:normal;
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover /* all menus on mouse-over */
	{
	color: #EEEEEE;
	background-color: #666666;
	border-left:4px solid #334F95;
	}
	
#menuv li
	{
	list-style-type:none;  /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 170px;  /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;   /* keeps the menu parts together */
	padding:0;
	width: 8em;  /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}


/***** Main menu *****/

ul.avmenu {
width:160px;
margin:0 0 0 0;
padding:0 0 20px 0;
list-style:none;
}

ul.avmenu li {
width:160px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#444444;
color:#EEEEEE;
font-weight:normal;
width:160px;
float:left;
margin-bottom:0px;
padding:5px 1px 5px 5px;
border-left:4px solid #444444;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#666666;
border-left:4px solid #334F95;
color:#EEEEEE;
}

ul.avmenu ul {
margin:0 0 0 0;
padding:0 0 0px 0px;
font-size:0.8em;
width:130px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:160px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}


/***** Secondary menu *****/

ul.avmenu2 {
width:160px;
margin:0 0 0 0;
padding:0 0 20px 0;
list-style:none;
}

ul.avmenu2 li {
width:160px;
padding:0;
line-height:1em;
display:inline;
}

ul.avmenu2 li a {
background-color:#666666;
color:#EEEEEE;
font-weight:normal;
width:160px;
float:left;
margin-bottom:0px;
padding:5px 1px 5px 5px;
border-left:4px solid #666666;
text-decoration:none;
}

ul.avmenu2 li a:hover,ul.avmenu2 li a.current {
background-color:#999999;
border-left:4px solid #334F95;
color:#EEEEEE;
}

ul.avmenu2 ul {
margin:0 0 0 0;
padding:0 0 0px 0px;
font-size:0.8em;
width:130px;
}

ul.avmenu2 ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:160px;
}

ul.avmenu2 ul ul {
width:113px;
}

ul.avmenu2 ul ul a {
width:100px;
}



/***** Main content *****/



#contentwide {
background:#EEEEEE;
margin:0 0 0 170px;
border-left:1px solid #000000;  
padding:30px 20px 20px 20px;
line-height:1.5em;
}



#contentwide h2 {
font-size:1.3em;
margin:0 0 10px;
text-decoration: none;
border-bottom:1px dashed #334F95;
}

#contentwide h3 {
font-size:1.1em;
margin:0 0 8px;
}

#contentwide img, {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:0px 0;
border-top:0px;
width:948px;
text-align:left;
color:#808080;
background:#EEEEEE;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** 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;
}