
* {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 14px;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: titlecase;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 16px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, li, ul, blockquote {
	line-height: 18px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #EC5600;
}


img {
	border: none;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}


table td.menu {
	border-right: medium solid  #F6F6F6;
	width: 130px;
	text-align: center;
	padding: 2px 0 2px 0;
;
}

table td.menu_noborder {
	width: 130px;
	text-align: center;
	padding: 2px 0 2px 0;
}

table td.menuselected {
	border-right: medium solid  #F6F6F6;
	width: 130px;
	background: #F6F6F6;
	text-align: center;
	padding: 2px 0 2px 0px;
}

table td.submenu {
	border-right: thin solid  #ffffff;
	width: 180px;
	background: #F6F6F6;
	text-align: center;
	padding: 1px 0 1px 0px;
;
}
table td.submenurightmost {
	width: 180px;
	background: #F6F6F6;
	text-align: center;
	padding: 1px 0 1px 0;
}

table td.submenuleftpadding {
	width: 180px;
	background: #FFFFFF;
	text-align: center;
	padding: 1px 0 1px 0;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}

/* Posted */

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted li {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}

/* Header */

#header {
	width: 917px;
	height: 75px;
	margin: 0 auto;
	padding: 0 0 0 0;	
	background: url(images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 75px;
	width: 225px;	
	padding: 0 0 0 0;	
	background: url(images/img_logo2.gif) no-repeat left center;

}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#langmenu {
	float: right;
	height: 75px;
	padding: 0px px 0px 0px;
	background: url(images/img32.gif) no-repeat right top;
}

#langmenu ul {
	margin: 30px;
	padding: 0px 20px 0px 0px;
	list-style: none;
}

#langmenu a {
	padding: 0 0px 0 10px;
}

#menu {
	float: center;
	height: 40px;
	padding: 0px 0px 2px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	border-left: thick #ABABAB;
}

#menu a {
	max-width: 120px	
	padding: 0 5px 0 5px;
	text-transform: titlecase;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #3B3B3B;
}
#menu td.menuselected a{
	color: #A98FB7;
}

#menu a:hover {
	color: #A98FB7; 
	text-decoration:underline;}
}


#menu .first a {
	border: none;
}

#submenu a {
	max-width: 140px	
	padding: 0 5px 0 5px;
	text-transform: titlecase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #A98FB7;
}


/* Splash */

#splash {
	width: 877px;
	height: 165px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: url(images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 879px;
	margin: 0 auto;
	padding: 0px 19px 0 19px;
	background: #FFFFFF url(images/img8.gif) no-repeat left bottom;
}

#content h1 {
	float: center;
	padding: 10px 15px 8px 15px;
	font-size: 18px;
	color: #B98FB7;	
	border: none;
}

#content h2 {
	float: center;
	padding: 5px 15px 5px 15px;
	text-transform: titlecase;
	font-size: 16px;
	color: #B98FB7;	
	border: none;
}

#content p {
	padding: 0px 15px 0px 15px;
	border: none;
}

#content form {
	padding: 0px 15px 0px 15px;
	border: none;
	font-size: 14px;
}


#returnform input {
	margin:0 0px 0 10px; padding:0 ; font-size:85%; color:#B98FB7;
}

#content ul {
	padding: 0px 15px 0px 30px;
	border: none;
}

#content li {
	padding: 0px 0px 0px 5px;
	list-style-type: disc;	
	list-style-position: outside;
	margin-bottom: 7px;
	border: none;
}

.btt {
	margin: -18px 80px 0px 15px;
	width: 23px;
	height: 11px;
	float: right;
}

.strong {
	margin: 3px 30px 3px 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #B98FB7;		
}

.caption {
	margin: 30px 0px 10px 0px;
	width: 817px;
	text-align: center;	
	float: left;
}

.image {
	margin: 0px 0px 0px 0px;
	text-align: center;	
	float: center;
}


.imageleft {
	margin: 0px 0px 0px 0px;
	text-align: center;	
	float: left;
}

.imageright {
	margin: 0px 0px 0px 0px;
	text-align: center;	
	float: right;
}

#colOne {
	float: left;
	width: 820px;
}


/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}