@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    t@C: template.css
    : ev[gCAEgp
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* a links */
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #317539;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #888822;
}

/* ul li */
ul {
	margin:10px 20px;
}
ul li {
	margin-left:20px;
	list-style-type:disc;
}

table.contentpane ul li, div.nopad ul {
	list-style-image: url(../images/li.png);
}

input.button, .validate  {
	background: #96BA38;
	border: 0;
	font-size: 10px;
	color: #fff;
	padding: 3px 4px;
}

.search input.button {
	text-align: right;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

.inputbox, #email {
	border: 1px solid #96BA38;
	padding: 2px;
}

#Lang {
	float: right;
	width: 242px;
	margin-top:35px;
}
#Lang a {
	float: left;
	margin-right:1px;
}

#search {
	float: right;
	background:url(../images/search.jpg) left top no-repeat;
	width:200px;
	height:55px;
	margin-left:20px;
}

#search div.module div div div form {
	padding: 0;
	margin: 0;
}

#search div.module_menu div div div div.search, #search  div.module div div div div.search {
	text-align: left;
	padding: 0;
	margin: 0;
/*	background: url(../images/search_bg.png) top left no-repeat; */
}

#search div.module_menu div div div div.search1, #search  div.module div div div div.search1 {
	float: right;
	text-align: left;
	padding: 0;
	margin: 14px 0 0;
/*	background: url(../images/search_bg.png) top right no-repeat; */
	border: none;
}

#search div.module_menu div div div div.search1 label,
#search  div.module div div div div.search1 label {
	color:#FFFFFF;
	font-size:92%;
	padding:4px 32px 0;
	display:block;
}

#search div.module_menu div div div div.search1 input,
#search  div.module div div div div.search1 input {
	line-height: 13px;
	font-size: 12px;
	color: #798950;
	margin:	0;
	width: 125px;
	height: 18px;
	margin:2px 32px 0;
	padding: 2px 5px 0 5px;
	border: none;
	text-transform: capitalize;
	background:#FFF;
	border: 1px solid #909090;
}	

#search .search .inputbox {
	line-height: 13px;
	font-size: 12px;
	color: #798950;
	margin:	0;
	width: 130px;
	height: 20px;	
	padding: 5px 0px 0 5px;
	border: none;
	text-transform: capitalize;
	background:none;
}

#search .search .button {
	text-align: center;
	background: transparent url(../images/search_btn_bg.png) top center no-repeat;
	font-size: 11px;
	color: #798950;
	margin: 0 0 0 10px;
	padding:0 0 2px 0;
	width: 65px;
	height: 27px;
	border:none;
	line-height: 26px;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

body.contentpane {
	background: #f8f8f8;
}
#page_bg {
	background: url(../images/page_center_bg.png) top center repeat-y;
	overflow:hidden;
}


/*** Header layout ***/

#topw {
	width: 940px;
	height:68px;
	margin: 0 auto;
	overflow:hidden;
}

#logo {
	float: left;
	margin: 15px auto;
	height: 37px;
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ACCF4D;
	text-decoration: none;
}

/*** Header(Head Image) layout ***/

#header {
	height: 195px;
	background: transparent url(../images/header_long.jpg) top center no-repeat;
	margin: 0 auto;
	width: 939px;
}
#header-short {
	height: 80px;
	background: transparent url(../images/header_short.jpg) top center no-repeat;
	margin: 0 auto;
	width: 940px;
}

#newsflash {
	font-size: 11px;
	width: 437px;	
	height: 150px;
	overflow: hidden;
	color: black;
}

#newsflash div.module_menu div div div, #newsflash div.module div div div {
	text-align: justify;
	margin: 30px 15px 10px 10px;
}

/*** GlobalNavi layout ***/

.pill_m {
	width:940px;
	height: 50px;
	margin:2px auto;
}
#pillmenu {
}
#pillmenu ul {
	margin: 0; padding: 0;
	list-style: none;
}
#pillmenu li {
	float: left;
	margin: 0; padding: 0;
	background:none;
	list-style: none;
}
#pillmenu li:hover {
}
#pillmenu li a#active_menu-nav {
}
#pillmenu li a {
	float: left;
	height: 50px;
	margin:0; padding:0;
	display:block;
	text-indent:-9999px;
}
#pillmenu li a {
	background-image:  url(../images/top_menu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#pillmenu li a:hover {
	background-image: url(../images/top_menu_hover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#pillmenu li.message a, #pillmenu li.message a:hover {
	width: 235px;
	background-position: 0 0;
}
#pillmenu li.introduction a, #pillmenu li.introduction a:hover {
	width: 235px;
	background-position: -235px 0;
}
#pillmenu li.support a, #pillmenu li.support a:hover {
	width: 235px;
	background-position: -470px 0;
}
#pillmenu li.sitemap a, #pillmenu li.sitemap a:hover {
	width: 235px;
	background-position: -705px 0;
}

/*** Content layout ***/

div.center {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 960px;
	text-align: left;
}
div#wrapper {
}
#content {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/*** Pathway layout ***/

div.cpathway {
	margin: 10px 0 12px;
	border:1px solid #DFE1E8;
}
div.cpleft {
	background: url(../images/breadcrumb.gif) 0 0 no-repeat;
	margin:1px;
	padding:3px 10px;
}
div.cpathway span {
	background: url(../images/home.gif) 0 1px no-repeat;
	color: #ffffff;
	padding: 0 18px;
	font-weight:bold;
	font-size: 92%;
}
div.cpathway span a,
div.cpathway span a:link,
div.cpathway span a:visited  {
	color: #ffffff;
	font-weight:bold;
}


div#timedate {
	font-size: 12px;
	font-weight: bold;
	color: #AB4C37;
	text-align: center;
	padding: 0 0 10px 0;	
}

#leftcolumn ,#rightcolumn {
	width: 300px; 
	float: left;
	padding-bottom: 10px;
}

div#maincolumn {
	float: left;
	width: 300px;
	margin-top: 6px;
	margin-bottom: 6px;
}

div#maincolumn_full {
	float: left;
	width: 630px;
	margin-top: 6px;
	margin-left: 10px;
	display:inline;
}

div.nopad {
	overflow: hidden;
}
div.nopad form#jForm p, div.nopad form#jForm  div#navigation {
	padding: 5px 0 0 10px;
}
div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

/*** Footer layout ***/

#footer {
	margin: 0 auto;
	text-align: center;
	width: 980px;
	height: 54px;
	background: url(../images/footer_bg.png) top center no-repeat;
}

#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #666666;
}

/*****************************************/
/*** Top Page contetns elements        ***/
/*****************************************/

div.topnews {
}
div.topnews-body {
	height:240px;
	margin:10px 0;
	overflow:auto;
}
div.topnews table.contentpaneopen {
	margin:0 10px;
}
div.topnews table.contentpaneopen td {
	line-height:1.8;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 0 0 0 10px;
}
table.blog {
	
}
h1 {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-size: 12px;
	vertical-align: middle;
	color: #F9A826;
	text-align: left;
	font-weight: bold;
}
h2.topheading {
	font-size: 142%; /* 17px */
	margin:0;
	padding-left:12px;
	padding-bottom:4px;
	color:#333;
	background:url(../images/topheading.gif) 0 3px no-repeat;
	border-bottom:2px solid #0C5C4D;
	font-weight: normal;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #F9A826;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #999933;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #999933;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #999933;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block ;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #798950;
	border-bottom: solid 1px #798950;
}

a.readon:hover {
	color: #798950;
	text-decoration: none;
	border-bottom: solid 1px #fff;

}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-size: 10px;
}

.ol-captionfont {
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #2EB6F4;
	font-weight: bold;
	font-size: 11px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block ;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block ;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #333;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {
	
}

div.module_menu div div, div.module div div {
	margin: 0 0 15px 0;
	padding: 0;
}

div.module_menu div div{
	padding-bottom: 20px;
	background:url(../images/side_menu_bottom.png) left bottom no-repeat;
}

#newsflash div.module_menu div div, #newsflash div.module div div, #search div.module_menu div div, #search div.module div div  {
	background: none;
	padding: 0;
	margin: 0;
}

div.module_menu div div div, div.module div div div{
	margin: 0;
	text-align: center;
	padding: 0 0 0 0;
}
div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 4px 8px;
	text-align: left;
}

div.module_menu {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
}
div.module_menu ul.menu {
	background-color: #6D9836;
	line-height: 20px;
}

div.module div div div form {
	padding: 4px 0 0 4px;
	margin: 0 auto;
	text-align: left;
}

div.module div div div form table td {
	text-align: left;
}

div.module div div div form ul{
	margin: 10px 0 0;
	padding: 0; 
	list-style: none;
}

div.module_menu ul {
	list-style: none;
	text-align: left;
	padding: 0;
        
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	line-height: 24px;
	text-decoration: none;
	color: #829300;
	font-size: 11px;
}

div.module_text div div div div  {
	margin:0 auto;
	         
}

div.bannergroup_text {
	display:block ;
	width:180px;
	padding: 10px 10px 0 10px;
}
.bannerheader {
	padding: 0 0 0 6px;
}
#leftcolumn div.module table ,#rightcolumn div.module table {
	margin:0 auto;
}

div.module table.poll {
	width: 160px;
	margin:0 auto;
}


#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3#mainmenu, #rightcolumn h3#mainmenu  { 	
	color: #FFFFFF;
	font-size: 125%; /*15px*/
	margin: 0;
	padding: 14px 18px 8px;
	font-weight: normal;
	background: url(../images/side_menu_top.png) top left no-repeat;
}

#leftcolumn h3 {

}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	list-style: none;
	background: url(../images/side_menu_body.png) top left repeat-y;
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	padding: 2px 6px;
}
#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	width:288px;
	margin:0; padding: 0;
	background: url(../images/menu_row.gif) 10px 8px no-repeat;
	list-style:none;
}
#leftcolumn ul.menu li a, #rightcolumn ul.menu li a {
	font-size: 109%; /*13px*/
	font-weight: bold;
	line-height: 1.65;
	margin: 0;
	color: #333333;
	display: block ;
}
#leftcolumn ul.menu li ul li a, #rightcolumn ul.menu li ul li a {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	text-decoration: none;
}
#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	text-decoration: underline;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	text-decoration: underline;
}
#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	text-decoration: underline;
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	text-decoration: none;
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
       
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}
#leftcolumn ul.menu li.parent ul li a {
	text-decoration: none;
}

#leftcolumn ul.menu li#current ul li a:hover {
	text-decoration: underline;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}
#leftcolumn ul.menu li ul li a, #rightcolumn ul.menu li ul li a {
	font-weight: normal;
}
#leftcolumn ul.menu li.parent ul, #leftcolumn ul.menu li#current ul,
#rightcolumn ul.menu li.parent ul, #rightcolumn ul.menu li#current ul {
	margin-left: 6px;
}

/* 2008/11/25 Add Start */
#leftcolumn ul.menu li.active {
	background-image: url(../images/menu_row_hover.gif);
	background-color: #BFD41C;
}

#leftcolumn ul.menu li.active ul li{
	background-color: transparent;
	margin:0;
	width:100%;
}

/* 2008/11/25 Add End */

#leftcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a {
	text-decoration: underline;
}

#leftcolumn ul li#current a span {
	text-decoration: underline;
}
#leftcolumn ul li#current ul a span {
	text-decoration: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 0;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px 8px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 8px 20px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */


/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
/* System Error Messages */
#system-message dd.error ul { 

     color: #999; 


     background: none; 



     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 0;
     margin: 0;
	 list-style: none;
}

/* System Notice Messages */
#system-message dd.notice ul { 
     color: #ECA5A7; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 3px;
     margin: 0 0 5px 0;
	 list-style-image: none;
}

#system-message dd {
     text-indent: 0;
}

#system-message dd ul {
     list-style: none;
     color: #f00; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
	 list-style-image: none;
}

#system-message {
     margin: 5px auto;
	 text-align: center;
	 width: 98%;
}



/* ****************************************************************************** */
/* blue */
input, button {
	border: none;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

.moduletable-front-new ul, .moduletable-front-event ul {
	border: #bbb 1px solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	margin: 0;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.moduletable-front-event ul {
	margin-left: 4px;
}
.moduletable-front-new ul {
	margin-right: 4px;
}

.moduletable-front-new ul li, .moduletable-front-event ul li {
	font-size: 9pt;
}

td.contentheading, div.componentheading {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/contentheading.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom:1px solid #A3B799;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
 	width: 600px;
	color: #404040;
}

td.buttonheading a{
	position: relative;
	left: -20px;
}
table.contentpane {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

ul.latestnews {
	margin: 5px 20px;
}
ul.latestnews li {
	margin-left: 6px;
}

.latestnews {
	background-repeat: no-repeat;
	margin: 5px 0;
}

.table.contentpane h4, div.nopad h4 {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../images/content_sub_heading.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	line-height: 26px;
	width: 520px;
	color: black;
	font-size: 11pt;
	font-weight: bold;
}

#qcontacts {
	padding: 0;
	margin: 0;
}
div#qcontacts p#contact-name {
	color: #f9a826;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/contentheading.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
 	width: 600px;
}

.required {
	font-weight: bold;
	font-color: red;
}

.articlebody {
	margin: 0 20px 0 15px;
}

.contact-other, div#qcontacts form {
	margin-right: 20px;
	margin-left: 15px;
}