/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;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;}
li{list-style:none;}
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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

h1, h2, h3, h4 { font-weight:bold; color: #7F7F7F }
h1 { font-size:1.4em; margin: 10px 0 5px; }
h2 { font-size:1.2em; margin: 15px 0 0px; }
h3 { font-size:1.1em; margin: 0 0 10px;}
h4 { font-size:1.1em; margin: 1em 0 0; color: #7F277E}
a { color: #681668; }
a:hover { text-decoration:none; }
a:visited { color: #9A489A }
.em { font-style:italic }
p { margin-bottom:10px; line-height:1.5em; }
li { padding: 10px 0 0 0px; }
li:first-child { padding-top:0px; }
ol, ul { padding:10px 0 10px 40px; }
ul li { list-style:disc outside; }
ol li { list-style:decimal outside; }
strong { font-weight:bold }
#container { width:950px; margin:10px auto 0; font-size:9pt; font-family: Verdana, Arial;  }
#container #header { float:left; width:100%; }
#header .logo { float:left; margin-left:10px;}
#header .ad { float:right; padding-top:6px; text-align:center; margin-right:10px; }
#header .ad .img { width:60px; text-align:center; float:left; }
#header .ad .detail { float:left; }
#container #navbar { font-size:8pt; float:left; margin-top:10px; line-height:1.4em; font-weight:bold; color: #fff; background: #7F277E; width:100%; }
#navbar ul { margin:2px 0 2px 8px; padding:4px 0; }
#navbar ul li { display: inline; list-style-type: none; padding: 5px 10px; text-align: center; }
#navbar ul li a { text-decoration: none; color: #FFF; }
#navbar ul li a.selected { color:#CCC; }
#navbar ul li a:hover {color:#CCC; }

#container #content { float:left; width:930px; margin: 0 10px;}

#content #main { width:685px; float:left; }
#content #mainwide { width:100%; float:left; }

#main #col1 { width:330px; float:left; }

#main #col2 { width:330px; margin-left:25px; float:left; }
#main #col2 .subsection .img { width:85px; text-align:center; float:left; padding-bottom:10px; }
#main #col2 .subsection .detail { float:left: }

.subsection { float:left; border-bottom:1px dashed #805B73; width:100%; clear:both; margin:10px 0 0; }
.firstsub { border-top:1px dashed #805B73; padding-top:10px; }

#content #sidebar h2 { color:#000; padding:0px; margin: 5px 0 10px; font-size:1.1em; }
#content #sidebar h3 { font-size:1.1em; border-bottom:1px dashed #805B73; padding:0 0 3px; margin: 0 0 5px; color:#000; }
#content #sidebar { width:230px; float:left; margin-left:15px; }
#content #sidebar .subsection { width:208px; padding:0 8px 8px; border: 0px; }
#content #sidebar .subsection .img { width:54px; text-align:center; float:left; }
#content #sidebar .subsection .detail { margin-left:59px; }
#content #sidebar .grey { border:1px solid #ccc; background: #f2f2f2; }
#content #sidebar .purple { border:1px solid #681668; background: #DED1DF; }
#content #sidebar .purple a { color: #000; }
#content #sidebar .purple a:hover { text-decoration:none; }
#content #sidebar .purple a:visited { color: #681668; }
#content #sidebar .green { border:1px solid #1E661E; background: #CFE8CF; }
#content #sidebar .blue { border:1px solid #1F3966; background: #D6DFFF; }
#content #sidebar .subsection p { font-size:.8em }
#content #sidebar .subsection ul { padding:0px; }
#content #sidebar .subsection li { padding: 8px 0 0; font-size:.8em; list-style:none; }
#content #sidebar .subsection li:first-child { padding-top:0px; }
#content #sidebar .subsection li p { font-size:1em; }

#footer { width:100%; border:1px solid #681668; background: #DED1DF; color: #000; float:left; margin:15px 0 }
#footer a { color: #000; }
#footer a:visited { color: #681668; }
#footer div { padding:10px; text-align:center; font-size:.8em }

div.error { margin:0 auto 20px; background: #FFDDDD url(/images/error.gif) left no-repeat; padding:5px 0 5px 25px; border: solid 2px #FF3333; }