/*<group=General Styles>*/

body {
	color: #666666;
	padding: 0px;
	font: 0.75em verdana, helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.7em;
	margin: 0;
	background: #000000 none;
	text-align: left;
	}

p {

	}

b, strong {

	}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #373737;
	}

img {
	border-style: none;
	}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	}

/*</group>*/

/*<group=Layout>*/

#container {
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	margin-bottom: 0;
	border-right: none;
	}

.clearer {
	clear: both;
	}

#pageHeader {
	background: url(images/wom780x150.png)  transparent;
	height: 150px;
	position: relative;
	}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
	}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	padding: 30px 20px 0px 20px;
	letter-spacing: 2px;
	font-size: 2.2em;
	}

#pageHeader h2 {
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.5em;
	}

#contentContainer {
	background: no-repeat;
	padding: 0px;
	margin: 0px 220px 15px 0px;
	}

#contentContainer #content {
	padding: 20px;
	color: #000000;
	text-align: left;
	}

#sidebarContainer {
	float: right;
	width: 160px;
	background: transparent;
	margin: 0 0 15px;
	position: relative;
	padding: 10px;
	}

#sidebarContainer #sidebar {
	line-height: 1.6em;
	padding: 10px 0;
	}

#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: normal;
	font-size: 1.2em;
	color: #ff9900;
	text-align: center;
	}

#footer {
	height: 25px;
	background: url(images/bluegrad35.png) repeat-x;
	text-align: center;
	vertical-align: middle;
	}

#footer p {
	color: #cccccc;
	padding-top: 3px;
	}

#footer a:link, #footer a:visited {
	color: #cccccc;
	}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	padding: 15px 0px 5px;
	}

#breadcrumbcontainer ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	}

#breadcrumbcontainer li {
	display: inline;
	}

#breadcrumbcontainer a {
	padding: 0px 0px 0px 20px;
	color: #666666;
	}

#breadcrumbcontainer a:hover {

	}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	background: transparent;
	line-height: 2.0em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	font-size: .9em;
	border-top: 1px solid #666666;
	padding-bottom: 20px;
	}

#navcontainer #current {
	color: #ff9900;
	font-weight: bold;
	}

#navcontainer #current:hover {

	}

#navcontainer .currentAncestor {
	font-weight: bold;
	background: transparent;
	}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navcontainer li {

	}

#navcontainer a {
	display: block;
	color: #cccccc;
	height: 25px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
	}

#navcontainer a:hover {
	background: #663333;
	color: #cccccc;
	}

#navcontainer a:active {

	}

/* Child - Level 1 */

#navcontainer ul ul {

	}

#navcontainer ul ul li {
	list-style: disc inside;
	}

#navcontainer ul ul a {
	color: #c3c3c3;
	padding: 0px 0px 0px 20px;
	}

#navcontainer ul ul a:hover {

	}

#navcontainer ul ul #current {
	font-weight: bold;
	}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	background: #f9f9f9;
	}

/* Child - Level 2 */

#navcontainer ul ul ul {

	}

#navcontainer ul ul ul li {

	}

#navcontainer ul ul ul a {
	padding: 0px 0px 0px 50px;
	color: #808080;
	}

#navcontainer ul ul ul a:hover {

	}

#navcontainer ul ul ul #current {
	font-weight: bold;
	background: #fdfdfd;
	}

#navcontainer ul ul ul .currentAncestor {
	font-weight: bold;
	}

/* Child Level 3 */

#navcontainer ul ul ul ul {

	}

#navcontainer ul ul ul ul li {

	}

#navcontainer ul ul ul ul a {
	color: #999999;
	padding: 0px 0px 0px 70px;
	}

#navcontainer ul ul ul ul a:hover {

	}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {

	}

#navcontainer ul ul ul ul ul li {

	}

#navcontainer ul ul ul ul ul a {
	color: #b3b3b3;
	padding: 0px 0px 0px 90px;
	}

#navcontainer ul ul ul ul ul a:hover {

	}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {

	}

#navcontainer ul ul ul ul ul ul li {

	}

#navcontainer ul ul ul ul ul ul a {
	color: #cccccc;
	padding: 0px 0px 0px 110px;
	}

#navcontainer ul ul ul ul ul ul a:hover {

	}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	font-style: italic;
	color: #666666;
	}

h1 {
	color: #990000;
	font-size: 1.6em;
	margin-bottom: 20px;
	}

h2 {
	font-size: 1.2em;
	}

h3 {

	}

h4 {

	}

.imageStyle {

	}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

	}

.blog-archive-headings-wrapper {
	margin: 0px auto 10px;
	/* Right And Left Margin Widths To Auto */	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	padding: 10px;
	background: #333333;
	}

.blog-archive-entries-wrapper {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	}

.blog-archive-entries-wrapper .blog-entry {

	}

.blog-archive-month {
	font-size: 1.7em;
	color: #ffffff;
	}

.blog-archive-link {

	}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

/*</group>*/

.blog-entry {
	margin-bottom: 40px;
	}

.blog-entry-title {
	color: #990000;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
	}

.blog-entry-date {
	color: #cccccc;
	letter-spacing: 2px;
	}

.blog-entry-body {

	}

.blog-entry-comments {

	}

.blog-entry-category {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	}

.blog-category-link-enabled {

	}

.blog-category-link-disabled {

	}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
	}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
	}

.filesharing-item-title a:link {
	font-weight: bold;
	}

.filesharing-item-title a:hover {
	font-weight: bold;
	}

.filesharing-item-title a:visited {
	font-weight: bold;
	}

.filesharing-item-description {

	}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	}

.album-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
	}

.thumbnail-table {
	width: 99%;
	}

.thumbnail-frame {

	}

.thumbnail-frame:hover {

	}

.thumbnail-frame a {

	}

.thumbnail-frame a:hover {

	}

.thumbnail-frame img {
	border: solid 1px #cccccc;
	padding: 1px;
	}

.thumbnail-caption {
	font-size: 0.95em;
	}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	margin: 10px;
	}

.photo-navigation {
	background: #333333;
	margin-bottom: 10px;
	padding: 5px;
	}

.photo-links {
	margin: 0;
	padding: 0;
	}

.photo-navigation a:link, .photo-navigation a:visited {

	}

.photo-navigation a:hover {
	color: #ffffff;
	}

.photo-frame {
	background: #333333;
	padding: 5px;
	}

.photo-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

	}

/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	}

.movie-page-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
	}

.movie-thumbnail-frame {
	width: 132px;
	display: inline-table;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	border: Solid 1px #cccccc;
	font-size: 0.9em;
	}

.movie-thumbnail-frame:hover {

	}

.movie-thumbnail-caption {

	}

/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {

	}

.movie-title {
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 2px;
	}

.movie-frame {

	}

/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text {

	}

.required-text {

	}

.form-input-field {

	}

.form-input-button {

	}

/*</group>*/

/*<group=@My Styles>*/

table.collage {
	border-collapse: collapse;
	border-bottom: 1px solid #990000;
	width: 550px;
	}

td.collage {
	padding-left: 20px;
	border-top: 1px solid #990000;
	}

#wmquotes {
	border: 1px solid #996633;
	color: #804C1A;
	background: url(images/newlotus.jpg) bottom  no-repeat;
	min-height: 200px;
	overflow: hidden;
	height: expression( this.scrollHeight < 200? "200px" : "auto" );
	font: italic 1.4em/1.3em "Times New Roman", Times, serif;
	position: relative;
	width: 210px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	}

#wmlinebrn {
	border-bottom: 2px solid #996633;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#wmlinered {
	border-bottom: 1px solid #990000;
	margin-bottom: 10px;
	margin-top: 20px;
	}

em.sidebar {
	color: #cc9999;
	}

img.sidebar {

	}

.leftimg {
	float: left;
	margin: 5px 15px 15px 0;
}
.centerimg {
	margin: 10px 0 10px 0;
	}

.rightimg {
	float: right;
	margin: 5px 0 15px 15px;
	}

/*</group>*/
