body {
	background: #4B254B url(images/bodybg.png) repeat-x scroll top left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	border-top: 5px solid #4B254B;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 3px 3px;
}

/*<!--th {
	color: #fff;
	border-top: 1px solid #4B254B;
	background-color: #6F516F;
}
-->*/
td {
	background: #fff;
	border-bottom: 0px solid #d0d0d0;
}

code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
bl
ockquote {
	border-left: 5px solid #6F516F;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #6F516F;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 5px;
}

a {
	color: #4B254B;
}

a:hover {
	color: #6F516F;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #e0e0e0;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #222;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

fieldset form input, fieldset form select, fieldset form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
}

form input.formbutton {
	margin-left: 150px;
	border: none;
	border: 1px solid #4B254B;
	background-color: #6F516F;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

h1 {
	color: #999;
	font-size: 35px;
}

h2 {
	color: #4B254B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #6F516F;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #555555;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #666666;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
}

#header {
	padding: 40px 15px;
}

#header h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -3px;
}

#navigation {
	background: transparent url('images/nav.png') no-repeat scroll top left;
	height: 35px;
}

#navigation ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding:0;
}

#navigation ul li {
	float: left;
	padding: 0;
	display: block;
}

#navigation ul li a {
	float: left;
	display: block;
	color: #ffffff;
	padding: 11px 15px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #8E678E;
	border-left: 1px solid #533C53;
}

#navigation ul li.item-left a {
	border-left: none;
}
#navigation ul li.item-right a {
	border-right: none;
}

#navigation ul li.selected a, #navigation ul li.selected a:hover {
	background-color: #ffffff;
	color: #6F516F;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#body {
	background: #fff;
	padding: 10px; 
}
.style2 {

	font-size: 14px;
	
}

#content {
	float: left;
	width: 660px;
	padding-right: 10px;
	border-right: 2px solid #ddd;
	
}

#sidebar {
	float: right;
	width: 258px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	border-top: 1px solid #D1D1D1;
}

#sidebar li ul {
	margin-bottom: 20px;
}

#sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 15px;
	color: #777;
}

#sidebar li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: underline;
}

#sidebar li ul li a:hover {
	color: #222;
}

#sidebar h4 {
	background:#dddddd;
	border-top: 1px solid #EBEBEB;
	font-size: 12px;
	color:#666666;
	letter-spacing:0px;
	margin: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	display: block;
}

.clear {
	clear: both;
}

#body-end {
	background: transparent url('images/body-end.png') no-repeat scroll top left;
	height: 30px;
}

#footer p {
	text-align: center;
	margin-top: 1px;
	color: #fff;
	font-size: 11px;
}

#footer p a {
	color:#666666;
}