@import url("reset.css");

body {
	background: #dbb080 url(../images/body_bg.jpg) repeat center top;
	font-family: Arial,Georgia,"Trebuchet MS";
	font-size: 12px;
	color: #5d2f0c;
	text-align: center;
	padding: 50px 0 20px 0;
}

.clear {clear: both;}	

a:link,a:active, a:visited {
	color: #5d7b1c;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}


blockquote {
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-bottom: 10px;
}

h1 {
	color: #698923;
	font-size: 22px;
}

h2 {
	color: #698923;
	font-size: 20px;
}

h3 {
	color: #5d2f0c;
	font-size: 17px;
}

h4 {
	color: #5d2f0c;
	font-size: 14px;
	padding-bottom: 13px;
}

h5 {
	color: #5d2f0c;
	font-size: 13px;
}

h6 {
	color: #5d2f0c;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

#wrapperMain {
	width: 1000px;
	margin: 0 auto;
}

#wrapper {
	width: 792px;	
	margin: 0 auto;	
	text-align: left;
}

#menu  {
	background: url(../images/menu_bg.jpg) no-repeat left top;
	width: 785px;
	height: 23px;
	padding-left: 7px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS";
	
}
 
#menu  ul li {
	float: left;
	padding: 0 28px 0 32px;
}

#menu  ul li a:link,
#menu  ul li a:active,
#menu  ul li a:visited {
	font-family: Georgia;
	font-size: 12px;
	color: #5d7b1c;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
}

#menu  ul li a:hover {
	text-decoration: underline;
}

#container {	
	background: url(../images/repeat_bg.jpg) repeat left top;
	width: 721px;
	padding: 71px 45px 27px 26px;
}

#header {
	height: 173px;
}

#header .logo {
	padding-left: 23px;
}

#header .logo a:link,
#header .logo a:visited,
#header .logo a:active {
	width: 512px;
	height: 171px;
	display: block;
	cursor: pointer;
}

#leftCol {
	width: 155px;
	float: left;
	padding-right: 25px;
}

#leftCol .moduletable {
	width: 155px;
	color: #fff;
	font-size: 12px;
	padding-bottom: 17px;
	margin-bottom: 18px;	
}

#leftCol .moduletable.first {
	background: url(../images/m_bottom_border.jpg) no-repeat left bottom;
	text-align: center;	
}

#leftCol .moduletable.last {
	text-align: center;	
	margin-bottom: 0;
}

#contentCol {
	float: right;
	width: 522px;
}

#contentCol .content {
	font-weight: normal;
}

.contentheading, .componentheading {
	color: #698923;
	font-size:24px;
	font-weight: bold;
	padding-bottom: 25px;
	font-family: Arial, "Trebuchet MS";
}

.small, .createdate, .modifydate {
	color: #333333;
	font-size: x-small;
}

.content ul {
	/*list-style-type: disc;*/
	/*list-style-position: outside;*/
	padding-left: 10px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 40px;
}

.content ul li {
	padding-bottom: 3px;
	background: url(../images/arrow.gif) no-repeat left 2px;
	padding-left: 10px;
}

.content ol li {
	padding-bottom: 3px;
}

#footer {
	height: 100px;
	padding-top: 40px;
		margin: 0 auto;
	text-align: center;
}

#footer  .flogo {
	width: 168px;
	height: 55px;
	margin: 0 auto;

}

#footer .flogo a:link,
#footer .flogo a:visited,
#footer .flogo a:active {
	width: 168px;
	height: 55px;
	display: block;
	cursor: pointer;
}

/*------ inner page -----*/

#innerContainer {
	background: url(../images/inner_container_bg.jpg) repeat-y left top;
	width: 721px;
	padding: 47px 45px 10px 26px;
}

#innerContentcol {
	width: 485px;
	float: right;
	padding-top: 33px;
}

#innerContentcol .content {
	font-weight: normal;
	line-height: 18px;
}
