/* CSS Document */

body, html {
	background-color: #D7FFD7;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}

a {
	color:#333333;
}

.error {
	color:#FF0000;
	border: solid 1px #ff0000;
	margin-bottom:9px;
	margin-top:9px;
	padding:6px;
}

.question {
	font-weight:bolder;
	margin-bottom:9px;
	margin-top:10px;
}

.answer {
	font-style:italic;
}

#footer {
	background-color:#425d6b;
	color:#fff;
	font-size:0.6em;
	text-align:center;
	padding:6px;
	border-top:solid 3px #828284;
	height:50px;
}

#footer a {
	color:#fff;
}

#wrapper {
	width:768px;
}

.related {
	border:solid 1px #666666;
	padding:5px;
}

#header {
	background-color:#000;
	color:#fff;
	height:72px;
}

#logo {
	border-bottom:solid 1px #828284;
}

#portrait {
    background: #425D6B url("../img/portrait_bg.jpg") no-repeat 0 -26px;
}

#title {
	font-size:1.1em;
	font-weight:bolder;
	font-family:Lucida Sans, Arial, sans-serif;
	text-transform:uppercase;
	padding-left:10px;
	border-bottom:solid 1px #828284;
}

#rightnav {
	width:250px;
	background-color:#425d6b;
}


.breadcrumbs {
	color:#425d6b;
	font-style:italic;
}

cite {
	font-family: Tahoma, Arial, sans-serif;
	font-style:normal;
	font-size:13px;
	padding:5px;
	display:block;
}

.contentDivider {
	padding:3px;
	color:#fff;
	background-color:#425d6b;
	margin-top:5px;
}

.togglable {
	display:none;
}

#nav_cell {
	background-color:#425d6b;
	border-right: solid 1px #828284;
	border-left: solid 1px #828284;
}

#nav1 {
	width:170px;
	background-color:#425d6b;
}

#content {
	width:378px;
	color:#333333;
	font-size:0.8em;
	background-color: #fff;
}

#slogan {
	color:#7baeb5;
	background-color:#425d6b;
	font-size:1.2em;
	font-family:Verdana, Arial, sans-serif;
	padding:3px 0px 3px 10px;
	border-bottom:solid 1px #828284;
}

#homeCell {
	border-bottom:solid 1px #828284;
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	/*padding-left:16px;*/
}

#homeCell a {
	color:#fff;
}

/* Yahoo Tree UI WIdget Styles */

/* first or middle sibling, no children */
.ygtvtn { background: url(../img/menu/expandon.gif) 0 6px no-repeat; width:1em; height:20px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url(../img/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(../img/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url(../img/menu/expandon.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(../img/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url(../img/menu/expandon.gif) 0 6px no-repeat; width:1em; height:20px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(../img/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(../img/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url(../img/menu/expandon.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(../img/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(../img/menu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { width:1em; height:20px; }

.ygtvblankdepthcell { width:1em; height:20px; }

/* the style of the div around each node */
.ygtvitem {border: solid 1px #425d6b; background-color:#425d6b} 

.blah {
	background-color:#ff0000;
} 

.ygtvsubitem { border-bottom: 0px; background-color:#cccccc}  

/* the style of the div around each node's collection of children */
.ygtvchildren { background-color:#425d6b; }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited { 
	
	text-decoration: none;
	border: solid 1px #425d6b;
	color:#fff;
	font-size: 13px;
	font-family:Lucida Sans, Verdana, Arial, sans-serif;
}

.ygtvlabel:hover {
	color:#000;
	font-size: 13px;
	font-family:Lucida Sans, Verdana, Arial, sans-serif;
}

.rightBlock {
	/*background-color:#21797b;*/
	color:#d6d7de;
	padding:5px;
}

.rightTitle {
	color:#333333;
	background-color:#a5aaad;
	font-size:13px;
}




