/* CSS Document */
/*Document Specific Styles*/
#swrap{width:980px; background:url(images/s-r.png) right top repeat-y; margin:0 auto;}
#wrap{width:962px; background:url(bgwrap/rotate.php) top left no-repeat;}
#nav{width:556px; margin:0 0 0 406px; background:#a874a0; height:44px; clear:right;}
#prognav{width:506px; margin:0 0 0 406px; padding:0 0 0 50px; background:url(images/prognav.png) left bottom no-repeat; height:25px; clear:right;}
#content{
	width:496px;
	background:url(images/contentbg.png);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -2px;
	margin-left: 406px;
	padding-top: 37px;
	padding-right: 40px;
	padding-bottom: 90px;
	padding-left: 20px;
}
#inset{
	width:520px;
}
#insetPR{width:485px;}




/* Inherited Text Styles*/
#prognav strong{color:#a874a0;}
#prognav ul{padding:2px 0 2px 0; display:block;}
#prognav li{display:block; float:left; list-style:none; padding:2px 2px 2px 12px; letter-spacing:1px; font:normal 12px/16px Georgia, "Times New Roman", Times, serif; color:#a874a0;}
#prognav a{color:#a874a0; text-decoration:none;}

#nav ul{padding:10px 0 10px 0; display:block;}
#nav li{display:block; float:left; list-style:none; padding:7px 7px 7px 12px; letter-spacing:1px; font:normal 11px/17px Georgia, "Times New Roman", Times, serif;}
#nav a{color:#fff; text-decoration:none;}
#nav a:hover{text-decoration:underline;}

#content p{font:normal .6875em/1.5em Georgia, "Times New Roman", Times, serif; letter-spacing:.0625em; margin:0 0 10px 0;}
#content a{color:#A874A0; background:url(images/underline.jpg) repeat-x bottom; text-decoration:none;}
#content a:hover{color:#339999; background:url(images/underline-ro.jpg) repeat-x bottom;}

#content h1{font:bold .9375em/1.5em Georgia, "Times New Roman", Times, serif; letter-spacing:.0625em; color:#A874A0;}
#content h2{font:italic .8125em/1.5em Georgia, "Times New Roman", Times, serif; letter-spacing:.0625em; color:#688C9C;}
#content h3{font:bold italic .6875em/1.5em Georgia, "Times New Roman", Times, serif; letter-spacing:.0625em; color:#A874A0;}

#content ul{padding:0 0 0 8px; margin:0 0 0 8px; font-size:1em;}
#content li{list-style:bullet; font:italic .6875em/1.5em Georgia, "Times New Roman", Times, serif; letter-spacing:.0625em; padding:0 0 0 0; margin:0 0 8px 10px; color:#666666;}
/*inherited styles*/
strong{color:#688C9C;}

/*Classes*/
.dropcap{color:#688C9C; font:normal 3.545em/.845em Georgia, "Times New Roman", Times, serif; float:left; display:block;}
.LYlogo{padding:86px 0 0 22px; float:left;}

.b1{background:url(images/b1.png) left no-repeat;}
.b2{background:url(images/b2.png) left no-repeat;}
.b3{background:url(images/b3.png) left no-repeat;}
.b4{background:url(images/b4.png) left no-repeat;}
.b5{background:url(images/b5.png) left no-repeat;}


/* Global Defaults */
html{font-size:100%;}
html, body {margin: 0px; padding: 0px;  border: 0px;}
body {font-size:1em;}

/* Headlines */
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {margin: 0;  padding: 0;}
blockquote {margin: 1.25em;padding: 1.25em}
acronym, abbr {cursor: help; border-bottom: 1px dashed;}

/* Links and Images */
img {border: none; display:block;}

/* Tables */
table {margin: 0; padding: 0; border: none;}

/* Forms */
form {margin: 0; padding: 0; display: inline;}

/* Common Classes */
.none{display:none;}		
.inline{display:inline;}
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
