/*The following is from the Yahoo User Interface resource*/
/*reset.css*/body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px Tahoma,Verdana,Arial,Helvetica,sans-serif;*font-size:small;*font:x-small;}table{font-size:inherit;font:100%;}select, input, textarea {font:99% Tahoma,Verdana,Arial,Helvetica,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/*Custom CSS begins*/

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #f2f9fd;
	margin: 0;
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 130%;
}

h1 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 140%; font-weight: bold; color: #75c028}
h2 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bold; color: #16a5e1}
.subh1 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 130%; font-weight: bold; color: #969594; margin:4px 0 0 0;}

a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-decoration: none }
a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold; 
	text-decoration: underline;
	background-color: #e7f3b8;
}
a:active {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-decoration: underline}
a:visited {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; text-decoration: none}

.menu {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 80% }
ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-position: outside;
	color: #333333;
	font-style: normal;
	line-height: 130%;}
ol {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	line-height: 130%;
	list-style-position: outside;
	font-style: normal;
	color: #333333;
	line-height: 130%;
}
#yui-main li {margin: 5px 0 5px 0;}

.comment {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #d4e9ae;
	border: 1px solid #b0da71;
	padding: 8px;
	margin: 5px;
	text-align:center;
}

.advisor {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #ebf7fb;
	border: 1px solid #73c3f2;
	padding: 8px;
	text-align:center;
}

.tip {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #d4e9ae;
	border: 1px solid #b0da71;
	padding: 8px;
	margin: 5px;
	text-align:center;
}

.wombat {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ebf7fb;
	border: 1px solid #73c3f2;
	padding: 7px;
	margin: 5px;
	text-align:center;
}

.caption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #777777;
	position: relative; top: -5px;
}

.youarehere {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;}
	
.footerline {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	text-align: right;}

/*The following menu bar code is by Stu Nicholls www.cssplay.co.uk*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add ... a relative position with a high z-index to make it appear over any element below */
#menu_container {position:relative; width:750px; height:25px; z-index:100; background:#b0da71; text-align: center;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; float:right;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; width:105px; font-size:11px; color:#000; line-height:25px; font-weight: normal; text-decoration:none; border:1px solid #fff; border-width:0;} /* text-indent:5px;  */

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#b0da71;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#75c028; color:#000000;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:76px; padding:10px 30px 30px 30px; background:transparent url(images/spacer.gif); width:105px;}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {left:-31px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#75c028; color:#000000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#75c028; color:#000000;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#b0da71 url(images/fly.gif) no-repeat right center;}



/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:74px; padding:10px 30px 30px 30px; background:transparent url(images/spacer.gif); text-align:center;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; left:-30px; top:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:74px;
}

/*The following is from the Yahoo User Interface resource. 2nd line was *width:56.3em; */

/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.2em;min-width:750px;background-color:#ffffff;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;padding:5px;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
img{padding:0;margin:0;}
#hd{padding:0;margin:0;text-align:center;border:0;}
#ft{background-image: url(images/Footer.gif);background-repeat: no-repeat;}