/* -- GENERAL --------------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-colour.gif);
	background-repeat: repeat-x;
	background-color: #f2c20c;
	font: 12px Arial, Helvetica, sans-serif;
	color: #7c7a7a;
}

a				{outline: none;}
a:link 			{color:#068BCD; text-decoration:underline;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#F3C30A; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

p 				{margin-bottom: 8px;}

h1 				{font-size: 1.45em; line-height: 0.5em; color: #068BCD;}
h2 				{font-size: 1.2em; margin-bottom: 5px; color: #F3C30A;}
h3 				{font-size: 1.15em; margin-bottom: 5px;}
h4 				{font-size: 1em; font-weight: bold; color: #068BCD; margin-bottom: 3px;}
h5 				{font-size: 1em; color: #F3C30A; font-weight: bold; margin-bottom: 3px;}

img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

/*--------------------------------------------------------------------------------------------------*/


/*------------page-------------------*/
#wrapper {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}

/*------------header-------------------*/

#header {
	background-image: url(../images/header-image.gif);
	float: left;
	height: 125px;
	width: 852px;
}


/*------------content-------------------*/
#content-wrapper {
	float: left;
	width: 803px;
	background-color: #FFFFFF;
	margin-left: 24px;
	padding-bottom: 60px;
	background-image: url(../images/footer-image.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*Main content */
#content-main {
	float: left;
	width: 540px;
	min-height: 400px;
	position: relative;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
}
#content-main p {
	line-height: 1.5em;
}

/*side content */
#content-side {
	float: right;
	width: 170px;
	margin-top: 25px;
	background-image: url(../images/dott-line.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 25px;
}
#content-side p {
	margin-bottom: 3px;
	margin-top: 0px;
}
#content-side blockquote {
	margin-left: 0px;
	font-size: 0.95em;
	line-height: 1.6em;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*------------footer-------------------*/
#footer {
	width: 803px;
	margin-left: 24px;
	padding-top: 10px;
	height: 20px;
	clear: both;
	float: left;
}
#footer p {
	color: #FFFFFF;
	font-size: 0.95em;
	text-align: center;
}

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}
