body
{
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	color: #000;
}

#cs-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	color: #000;
}

#cs-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.cs-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 750px;
	min-width:31px;
	min-height:31px;
}

.cs-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0;
	padding-top:0;
	color: #000;
}

.cs-Sheet-tr, .cs-Sheet-tl, .cs-Sheet-br, .cs-Sheet-bl, .cs-Sheet-tc, .cs-Sheet-bc,.cs-Sheet-cr, .cs-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.cs-Sheet-tr, .cs-Sheet-tl, .cs-Sheet-br, .cs-Sheet-bl
{
	width: 50px;
	height: 50px;
	background-image: url('images/Sheet-s.png');
}

.cs-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 25px, 25px, auto);
}

.cs-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 25px, 25px);
}

.cs-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(25px, 25px, auto, auto);
}

.cs-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(25px, auto, auto, 25px);
}

.cs-Sheet-tc, .cs-Sheet-bc
{
	left: 25px;
	right: 25px;
	height: 50px;
	background-image: url('images/Sheet-h.png');
}

.cs-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 25px, auto);
}

.cs-Sheet-bc
{
	bottom: 0;
	clip: rect(25px, auto, auto, auto);
}

.cs-Sheet-cr, .cs-Sheet-cl
{
	top: 25px;
	bottom: 25px;
	width: 50px;
	background-image: url('images/Sheet-v.png');
}

.cs-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 25px);
}

.cs-Sheet-cl
{
	left:0;
	clip: rect(auto, 25px, auto, auto);
}

.cs-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	background-color: #363636;
}


.cs-Sheet
{
	margin-top: 0px !important;
}

#cs-page-background-simple-gradient, #cs-page-background-gradient, #cs-page-background-glare
{
	min-width:750px;
}

/* end Box, Sheet */

/* begin Header */
div.cs-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 750px;
	height: 80px;
}
/* end Header */

/* begin ContentLayout */
.cs-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 750px;
}
/* end ContentLayout */

/* begin Box, Block */
.cs-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:23px;
	min-height:23px;
}

.cs-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.cs-Block-tr, .cs-Block-tl, .cs-Block-br, .cs-Block-bl, .cs-Block-tc, .cs-Block-bc,.cs-Block-cr, .cs-Block-cl
{
	position:absolute;
	z-index:-1;
}

.cs-Block-tr, .cs-Block-tl, .cs-Block-br, .cs-Block-bl
{
	width: 22px;
	height: 22px;
	background-image: url('images/Block-s.png');
}

.cs-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.cs-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.cs-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.cs-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.cs-Block-tc, .cs-Block-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('images/Block-h.png');
}

.cs-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.cs-Block-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.cs-Block-cr, .cs-Block-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('images/Block-v.png');
}

.cs-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.cs-Block-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.cs-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #474747;
}


.cs-Block
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.cs-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 6px;
	margin-bottom: 0px;
}

.cs-BlockHeader .t
{
	height: 30px;
	color: #B5B5B5;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.cs-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.cs-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 6px;
}



.cs-BlockContent-body
{
	color:#CFCFCF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.cs-BlockContent-body a:link
{
	color: #ECA883;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cs-BlockContent-body a:visited, .cs-BlockContent-body a.visited
{
	color: #9E9E9E;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cs-BlockContent-body a:hover, .cs-BlockContent-body a.hover
{
	color: #FBDCA7;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.cs-BlockContent-body ul
{
	list-style-type: none;
	color: #B5B5B5;
	margin:0;
	padding:0;
}

.cs-BlockContent-body li
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.cs-BlockContent-body ul li
{
	padding:0px 0 0px 10px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.cs-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	border: 1px solid #cccccc;
}

.cs-Post-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.cs-Post
{
	margin: 7px 7px 7px 0px;
}

/* start images */
a img
{
	border: 0;
}

.cs-csicle img, img.cs-csicle
{
	border: solid 1px #363636;
	margin: 1em;
}

.cs-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* start tables */

.cs-csicle table, table.cs-csicle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.cs-csicle table, table.cs-csicle .cs-csicle tr, .cs-csicle th, .cs-csicle td
{
	background-color:Transparent;
}

.cs-csicle th, .cs-csicle td
{
	padding: 2px;
	border: solid 1px #696969;
	vertical-align: top;
	text-align:left;
}

.cs-csicle th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.cs-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F4CAB4;
	border-bottom: 2px solid #cccccc;
}

.cs-PostHeaderIcon-wrapper, .cs-PostHeaderIcon-wrapper a, .cs-PostHeaderIcon-wrapper a:link, .cs-PostHeaderIcon-wrapper a:visited, .cs-PostHeaderIcon-wrapper a:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F4CAB4;
}

/* end PostHeaderIcon */

/* begin PostHeader */

.cs-PostHeader a:link
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  color: #061530;
}

.cs-PostHeader a:visited, .cs-PostHeader a.visited
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  color: #061530;
}

.cs-PostHeader a:hover, .cs-PostHeader a.hovered
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  font-size: 16px;
  color: #F6AA28;
}
/* end PostHeader */

/* begin PostIcons */
.cs-PostHeaderIcons
{
	padding:1px;
	text-align: right;
}

.cs-PostHeaderIcons, .cs-PostHeaderIcons a, .cs-PostHeaderIcons a:link, .cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #36373a;
}

.cs-PostHeaderIcons a, .cs-PostHeaderIcons a:link, .cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a:hover
{
	margin:0;
}

.cs-PostHeaderIcons a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #E89568;
}

.cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a.visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #E89568;
}

.cs-PostHeaderIcons a:hover, .cs-PostHeaderIcons a.hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #F8BE59;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.Cs-Postcontent
{
  margin-top:20px;
  margin-bottom:10px;
  margin-left: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #000000;
}

a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #E89568;
}

a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #E89568;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #9E9E9E;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #F6AA28;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #E89568;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  color: #E89568;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #727070;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-align: left;
  color: #C4C4C4;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  color: #C4C4C4;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-align: left;
  color: #C4C4C4;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* start Content list */
ol, ul
{
	color: #534747;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
}

.cs-Post li
{
	padding:0px 0 0px 9px;
	line-height:1.2em;
}

.cs-Post ol li, .cs-Post ul ol li
{
	background: none;
	padding-left:0;
}

.cs-Post ul li, .cs-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:9px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* start blockquote */
blockquote p
{
	color:#FBDAA2;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

blockquote
{
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#595959;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.cs-PostFooterIcons
{
	padding:1px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.cs-PostFooterIcons, .cs-PostFooterIcons a, .cs-PostFooterIcons a:link, .cs-PostFooterIcons a:visited, .cs-PostFooterIcons a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	color: #534747;
}

.cs-PostFooterIcons a, .cs-PostFooterIcons a:link, .cs-PostFooterIcons a:visited, .cs-PostFooterIcons a:hover
{
	margin:0;
	color: #003399;
}

.cs-PostFooterIcons a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}

.cs-PostFooterIcons a:visited, .cs-PostFooterIcons a.visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #003399;
}

.cs-PostFooterIcons a:hover, .cs-PostFooterIcons a.hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #ff9933;
}
/* end PostIcons */

/* begin Button */
.cs-button-wrapper .cs-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:24px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.cs-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 24px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.cs-button-wrapper .cs-button
{
	display:block;
	height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 9px !important;
	line-height: 24px;
	text-decoration: none !important;
	color: #FBECE4 !important;
}

input, select
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.cs-button-wrapper.hover .cs-button, .cs-button:hover
{
	color: #242424 !important;
	text-decoration: none !important;
}

.cs-button-wrapper.active .cs-button
{
	color: #F0F0F0 !important;
}

.cs-button-wrapper .l, .cs-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 72px;
	background-image: url('images/Button.png');
}

.cs-button-wrapper .l
{
	left:0;
	right:7px;
}

.cs-button-wrapper .r
{
	width:407px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.cs-button-wrapper.hover .l, .cs-button-wrapper.hover .r
{
	top: -24px;
}

.cs-button-wrapper.active .l, .cs-button-wrapper.active .r
{
	top: -48px;
}


/* end Button */

/* begin Footer */
.cs-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 750px;
	margin: 5px auto 0px auto;
}

.cs-Footer .cs-Footer-inner
{
	height:25px;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
	vertical-align:middle;
}

.cs-Footer .cs-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 750px;
	height: 150px;
	bottom:0;
	left:0;
}


.cs-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 30px;
}




.cs-Footer .cs-Footer-text p
{
	margin: 0;
}

.cs-Footer .cs-Footer-text
{
	display:inline-block;
	color:#C4C4C4;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
}

.cs-Footer .cs-Footer-text a:link
{
	text-decoration: none;
	color: #EA9B71;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cs-Footer .cs-Footer-text a:visited
{
	text-decoration: none;
	color: #9E9E9E;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cs-Footer .cs-Footer-text a:hover
{
	text-decoration: none;
	color: #F6AE31;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.cs-page-footer, .cs-page-footer a, .cs-page-footer a:link, .cs-page-footer a:visited, .cs-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#E37C45;
	
}

.cs-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#EEEEEE;
}
/* end PageFooter */

/* begin LayoutCell */
.cs-contentLayout .cs-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;	
}
.cs-content
{
	float: left;
	width: 550px;
}
.cs-contentLayout .cs-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.cs-contentLayout .cs-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 570px;
}
.cs-contentLayout .cs-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 750px;
}
/* end LayoutCell */

/* begin LayoutCell */
.cs-contentLayout .cs-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 175px;
}
/* end LayoutCell */

/* begin LayoutCell */
.cs-contentLayout .cs-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 175px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
	margin: 0;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .cs-csicle .aligncenter img, .aligncenter img.cs-csicle, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.p10 {
	font-size:10px;
}

.comboldfont {
	font-weight: bold;
	font-size:12px;
	color: #586c93;
}

img {
	border:0;
}

#searchbox {
	background-color: #9cf;
	padding-bottom: 10px;
}

.searchinput {
	border: #b9c8c8 thin solid;
	vertical-align: middle;
	width: 108px;color: #300;
	height: 18px;
}

#head {
	margin: 0 auto;
	width: 750px;
	font-size: 12px;
}
.valignMid{vertical-align: middle;}
.valignTop{vertical-align: top;}
.alignCenter{text-align: center;}
.alignRight{text-align: right;}

a:link{color: #003399;text-decoration: underline;}
a:visited{color: #996633;text-decoration: underline}
a:hover{color: #ff9933;text-decoration: underline}


h1,h2,h3{margin:0;padding:0;}
h3{font:1.4em/180% arial;}

.colright{float:right;position:relative;width:175px;position:relative;font-size:12px;z-index:2;left:0px!important;margin-top:7px;FILTER:none;}

.win {clear:both;margin-bottom:11px;}
.win h3 {padding:5px 10px;font:bold 1.1em tahoma;margin-left:2px;}
.win h4 {font-size:1em;color:#888;border-bottom:1px dotted #ccc;margin:0 -12px;padding:0 12px;}
.win .box {padding:4px 11px;}
.win .winRight {float:right;margin:8px 8px 0 0;font:0.8em verdana;}

.win.BoxB {padding-bottom:0;width:100%;background:#C0D6E5 url(images/sprites_homeWin.gif) no-repeat 0 -120px;}
.win.BoxB h3 {background:#C0D6E5 url(images/sprites_homeWin.gif) no-repeat 100% -80px;color:#081B39;font-weight:bold;}
.win.BoxB .box {border:1px solid #9BBDD3;background:#fff;FONT-SIZE:11px;LINE-HEIGHT:16px;padding-left:5px;PADDING-TOP:2px;FONT-FAMILY:verdana;}
.win.BoxB .titleLinkB {color:#081B39;}
.win.BoxB .textdiv {margin-top:5px;BACKGROUND:#fff;}
.win.BoxB UL{margin-bottom: 0;margin-left:0;}

.win.BoxC h3 {margin:0;border:1px solid #BACBE0;border-bottom:none;color:#081B39}
.win.BoxC .box {border:1px solid #BACBE0;border-top:none;LINE-HEIGHT:16px;FONT-SIZE:11px;BACKGROUND:#fff;PADDING-BOTTOM:10px;padding-left:5px;PADDING-TOP:2px;FONT-FAMILY:verdana;}
.win.BoxC .textdiv {margin-top:5px;BACKGROUND:#fff;}
.win.BoxC UL{margin-bottom: 0;margin-left:0;}

.win.BoxD {background:#FFD58D url(images/sprites_homeWin.gif) no-repeat 0 0;}
.win.BoxD h3 {border-bottom:1px solid #FF8F27;color:#7B2E00;background:#FFD58D url(images/sprites_homeWin.gif) no-repeat 100% 0; zoom:1;}
.win.BoxD h3 .remark{color:#7B2E00;}
.win.BoxD .box {border:1px solid #FFB64B;border-top:none;background-color:#FFFBEF;}
.win.BoxD .titleLinkB {color:#7B2E00;}
.win.BoxD UL{margin-bottom:0;margin-left:0;}

.win.BoxE {margin:0;border:1px solid #BACBE0;border-bottom:none;}
.win.BoxE .box {border:1px solid #BACBE0;border-top:none;}
.win.BoxE UL{margin-bottom: 0;margin-left:0;}

