/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
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;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ******************************* */


* {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666;
	line-height: 100%;
	border: 0;

}

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
    }
    
    /* <!-- */
	/* General styles */
    div#wrapper {
        margin:0;
		margin-left: auto;
        margin-right: auto;

        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:800px;
        background:#fff;
    }

a img {
	text-decoration: none;
}

td {
	vertical-align:top;
}

em {
	font-style: italic
}

#left {
	width: 155px;
	padding-right: 13px;
}


#middle {
	padding: 5px;
}

td {

}

#middle {
	padding-right: 15px;
}

#right {
	width: 169px;
	padding-right: 10px;
}



ul#nav {
	border:0;
	padding:0;
	margin:20px 0 auto 20px;
	list-style:none;
}
#nav li {
	padding-top: 3px;
	padding-bottom: 4px;
}
#nav li ul {
	padding-top: 3px;
}

ul#nav > li {
	border: 0;
	margin:0;
	font-size: 93%;
}

#nav li li {
	margin-left: 8px;
}

#nav li li a{
	color: #FFFF00;
}

#nav a {
	display: block;
	text-decoration: none;
	color: white;

}


/*#nav li:hover, #nav li.sfhover {
	color: green;
	background-repeat: repeat-y;
}*/

#nav a:hover, a.sfhover {
	color: #666666;
}





div.padded {
	padding-left: 20px;
	padding-right: 20px;
}


#middle a {
	color: #CC8207;
}

h1, h2, h3 {
	font-weight: bolder;
}

#middle h1, #middle h2, #middle h3 {
	color: #B0B579;
}

#middle h1 {
	font-size: 12pt;
	margin-top:10px;
	margin-bottom: 3px;
}
#middle h2 {
	font-size: 10pt;
	margin-top:10px;
	margin-bottom:3px;
}

#middle h3 {
	font-size: 9pt;
	margin-top:10px;
	margin-bottom:3px;
}

#middle h3 a {
	font-size: 9pt;
}

#middle p{
	margin-top: 5px;
	margin-bottom: 5px;
}

#middle li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.c1 {
	background-color: #CC8207;
}

.c2 {
	background-color: white;
}

.c3 {
	background-color: #CC8207;
	color: white;
}


blockquote {
	border : 2px solid #666;
	background-color: #fff9ec;
	padding: 5px;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 12pt;
}


#grid td, th{
	border: 1px solid #CC8207;
}
#grid th {
	text-align:center;
	background-color: #CC8207;
	border: 1px solid white;
}

#grid {
	border-collapse: collapse;
}

blockquote .quote {
	font-family: Times New Roman,serif;
	font-size: 12pt;
	font-weight: bolder;
}


img.thumbImage {
	float: left;
	border: 1px solid #CC8207;
	margin-right: 5px;
}


input, textarea, select, hr {
	border: 1px solid #CC8207;
	background-color: #fcfcfc;
}

.right_image {
	text-align:center;
	padding-top: 15px;
}
.right_image a {
	text-decoration:none;
	font-weight:bolder;
}

.right_image a:hover {
}

.home_static_left a, .home_static_right a{
	text-decoration: none;
	font-weight:bolder;
}

#middle ul {

}

#middle li {
	list-style-type: disc;	
	margin-left: 20px;
	
}

strong {
	font-weight: bolder;
}