html, body {
	/*background:#F3F3F3 url(/themes/default/images/body_background.png) repeat-x;*/
	background: #ffffff;
	font-family: Calibri, Arial, Verdana;
	font-size: 12px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}
a {
	color: rgb(100,120,140);
	text-decoration: none;
}
a:hover {
	color: rgb(140,160,180);
	text-decoration: underline;
}
img {
	border: 0px;
}
.Wrapper {
	margin: 0px auto;
	width: 982px;
}
.Header {
}
.HeaderLeft {
	float: left;
	padding: 12px 6px;
}
.HeaderRight {
	float: right;
	margin-right: 2px;
}
.Menu {
	background: url(/themes/default/images/menu_bg.png) top center repeat-x;
	height: 28px;
	line-height: 29px;
	margin: 0px 2px;
}
.Menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.Menu li {
	float: left;
	padding: 0px 4px;
	width: 75px;
}
.Menu a {
	color: rgb(204,231,23);
}
.Menu .ActiveLink {
	background: url(/themes/default/images/menu_link_active_bg.png) center no-repeat;
	line-height: 28px;
}
.Menu .ActiveLink a {
	color: rgb(15,143,185);
	font-weight: bold;
	text-transform: uppercase;
}
.Menu .LeftCorner {
	background: url(/themes/default/images/menu_top_left_corner.png) top left no-repeat;
	float: left;
	height: 28px;
	line-height: 28px;
	width: 12px;
}
.Menu .RightCorner {
	background: url(/themes/default/images/menu_top_right_corner.png) top right no-repeat;
	float: right;
	height: 28px;
	line-height: 28px;
}
.SubMenu {
	background: url(/themes/default/images/sub_menu_bg.png) center repeat-x;
	border: 1px solid rgb(13,225,248);
	color: rgb(18,161,177);
	font-weight: bold;
	height: 21px;
	line-height: 22px;
	margin: 0px 2px;
	margin-top: -1px;
	padding: 0px 4px;
	text-align: right;
	text-transform: uppercase;
}
.InputText2 {
	font-family: Arial, Verdana;
	font-size: 9px;
	height: 16px;
	vertical-align: text-bottom;
}
.InputButton2 {
	background: url(/themes/default/images/input_button_bg.png) center repeat-x;
	border: 1px solid rgb(29,193,211);
	color: rgb(255,255,255);
	font-family: Calibri, Arial, Verdana;
	font-size: 11px;
	height: 16px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	text-transform: uppercase;
}
.Sep {
	height: 7px;
	line-height: 7px;
}
.BodyHeader {
	background: url(/themes/default/images/body_header_bg.png) center no-repeat;
	color: rgb(224,251,43);
	height: 118px;
	padding: 20px 20px 20px 764px;
	text-align: left;
}
.BodyHeader span {
	color: rgb(28,128,0);
	font-size: 12px;
}
.BodyHeader a {
	color: rgb(68,168,40);
	text-decoration: none;
}
.BodyHeader a:hover {
	text-decoration: underline;
}
.Body {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #FAFAFA;
}

.BodyWrapper {
	background: #FAFAFA;
	height: 100%;
}

.Body li {
	float: left;
	padding-left: 2px;
	background: #FAFAFA;;
}
.Body ol, .Body ul {
	margin: 0px 0px 0px 24px;
	padding: 0px;
	background: url(". $Dir . "/themes/default/images/box_bg.gif) repeat 100%;
}
.Body ol li, .Body ul li {
	float: none;
	background: url(". $Dir . "/themes/default/images/box_bg.gif) repeat 100%;
}
.Body .BulletsList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.BulletsList li {
	background: url(/themes/default/images/bullet.png) left center no-repeat;
	padding: 1px 0px 1px 18px;
}
.BodyLeft {
	width: 202px;
	background: url(/themes/default/images/box_bg.gif) repeat 100%;
	bottom: 1px;
	height: 100%;
}
.BodyMiddle {
	width: 571px;
	margin: 0px auto;
	background: #F8F8F8;
	height: 100%;
}
.BodyRight {
	width: 202px;
	background: url(/themes/default/images/box_bg.gif) repeat;
}
.Box {
	padding-bottom: 15px;
}
.BoxHeader {
	background: #ffffff url(/themes/default/images/box_header_bg.png) bottom center no-repeat;
	color: rgb(53,222,234);
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 34px;
	text-align: left;
	text-indent: 40px;
	text-transform: uppercase;
}
.BoxHeader span {
	color: rgb(255,255,255);
}
.BoxBody {
	background: url(/themes/default/images/box_bg.gif) repeat;
	border-left: 1px solid rgb(225,225,225);
	border-right: 1px solid rgb(225,225,225);
	padding: 4px;
	text-align: left;
}
.BoxFooter {
	background: url(/themes/default/images/box_footer_bg.png) top center no-repeat;
	height: 18px;
	line-height: 18px;
}
.Content {
	padding-bottom: 15px;
}
.ContentHeader {
	background: #FFFFFF url(/themes/default/images/content_header_bg.png) bottom center no-repeat;
	color: rgb(53,222,234);
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 34px;
	text-align: left;
	text-indent: 10px;
	text-transform: uppercase;
}
.ContentHeader span {
	color: rgb(255,255,255);
}
.ContentHeader span a {
	color: rgb(255,255,255);
}
.ContentBody {
	border-left: 1px solid rgb(225,225,225);
	border-right: 1px solid rgb(225,225,225);
	padding: 6px;
	text-align: left;
}
.ContentTitle {
	color: rgb(100,173,17);
	font-size: 20px;
	font-variant: small-caps;
	padding: 4px 0px;
}
.ItemBox {
	border: 1px solid rgb(58,176,186);
	margin-bottom: 10px;
}
.ItemBoxHeader {
	background: url(/themes/default/images/sub_menu_bg.png) center repeat-x;
	border: 1px solid rgb(255,255,255);
	color: rgb(18,161,177);
	font-weight: bold;
	height: 21px;
	line-height: 22px;
	padding: 0px 4px;
}
.ItemBoxHeader a {
	color: rgb(13,112,124);
}
.ItemBoxHeader a:hover {
	color: rgb(13,112,124);
}
.ItemBoxBody {
	border-top: 1px solid rgb(58,176,186);
	padding: 6px;
	background: #FAFAFA;
}
.ItemIcon {
	border: 1px dashed rgb(50,139,144);
	float: left;
	height: 40px;
	margin-right: 6px;
	padding: 2px;
	width: 40px;
}
.ItemContent {
	float: left;
	width: 490px;
}
.ItemBoxFooter {
	background-color: rgb(98,216,226);
	border-bottom: 1px solid rgb(78,196,206);
	border-top: 1px solid rgb(118,236,246);
	height: 1px;
	line-height: 1px;
}
.ContentFooter {
	background: url(/themes/default/images/content_footer_bg.png) top center no-repeat;
	height: 18px;
	line-height: 18px;
}
.Footer {
	background: url(/themes/default/images/footer_bg.png) top center no-repeat;
	color: rgb(204,231,23);
	height: 45px;
	padding: 8px;
}
.Footer a {
	color: rgb(204,231,23);
	text-decoration: none;
	text-transform: uppercase;
}
.Footer a:hover {
	text-decoration: underline;
}
.Footer span a {
	text-transform: none;
}

.CommentBox {
	margin: 5px;
	background-color: #F2F2F2;
	width: 547px;
	word-wrap: break-word;
	max-width: 547px;
}

.CommentBox div.Header {
	background: #A0D71D;
	padding: 5px;
}

.CommentBox div.Body {
	padding: 5px;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 15; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input, .cssform select, .cssform textarea 
{
	padding:5px;
	background:#fbfbfb;
	border:0;
	color:#666666;
	border:1px solid #ddd;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}