* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242d36;
	background-color: #252525;
	text-align: center;
	margin: 0px;
}
form {
	margin: 0px;
}
input {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
select {
	font-size: 11px;
}
a, a:link {
	color: #242d36;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}



.pagestyle {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	width: 980px;
	margin: 30px 0 0 0;
}
.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 291px;
	display: block;
	float: left;
}

.header .menu {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 23px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	height: 33px;
}
.header .menu .left {
	background-image: url(images/menu_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 33px;
	float: left;
}
.header .menu .center {
	background-image: url(images/menu_center.gif);
	background-repeat: repeat-x;
	width: auto;
	float: left;
	padding-top: 10px;
	height: 23px;
}
.header .menu .center a, .header .menu .center a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
}
.header .menu .center a:hover {
	color: #FF9900;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
}


.header .menu .search   {
	background-image: url(images/menu_center.gif);
	background-repeat: repeat-x;
	float: left;
	height: 33px;
	width: auto;
	padding-top: 8px;
	padding-left: 6px;
}
.header .menu .search .form {
	margin: 0px;
	padding: 0px;
	float: left;
}
.header .menu .search .form .keyword {
	background-image: url(images/search_input.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 106px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	padding-top: 1px;
	*padding-top: 0px;
}
.header .menu .search .form .input {
	height: 12px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	background-image: url(images/search_input_bg.gif);
	background-repeat: repeat-x;
}


.header .menu .right {
	background-image: url(images/menu_right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 6px;
}
.banner {
	height: auto;
	width: 980px;
}
.content {
	width: 978px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	float: left;
}
.content .shadow {
	background-image: url(images/title_shadow.gif);
	background-repeat: repeat-x;
	height: 7px;
}
.content .text {
	padding: 5px;
	line-height: 180%;
	word-break : keep-all;
}


.content .left {
	float: left;
	width: 217px;
}
.content .left .parentTitle {
	background-image: url(images/title_left_bg.gif);
	background-repeat: repeat-x;
	height: 19px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	font-variant: small-caps;
	text-transform: uppercase;
}

.content .left .parentClass {
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	height: 18px;
	padding-left: 20px;
	padding-top: 5px;
}
.content .left .subClass {
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	height: 18px;
	padding-left: 35px;
	padding-top: 5px;
}
.content .right {
	float: left;
	width: 760px;
	margin-left: 1px;
}
.content .right .title {
	background-image: url(images/title_right_bg.gif);
	background-repeat: repeat-x;
	height: 19px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: uppercase;
}
.content .right .title a, .content .right .title a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: uppercase;
}

.content .right .item {
	margin-right: 5px;
	margin-left: 5px;
}
.content  .right  .item  .left {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242d36;
	float: left;
	width: 150px;
	height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.content  .right  .item  .right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	float: left;
	width: 579px;
	height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
}



.copyright {
	background-image: url(images/split.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #303030;
	padding-top: 22px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright a, .copyright a:link {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}
.copyright a:hover {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}


.floatclear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.imgBorder {
	border: 1px solid #DEDEDE;
}
.signin {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}

