@charset "utf-8";
@import url("layout_colour.css");
@import url("scrollbar.css");
@import url("font.css");
@import url("expand.css");

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image : url(../images/2060QuestionMark.gif);
	background-position : top;
	background-repeat : no-repeat;
}

img
{  border-style: none;
}

.clear {
	CLEAR: both; FONT-SIZE: 0.1em
}

.bodyimg
{
	border : 5px solid #ececec;
}

.hide
{
	display: none;
}

.oneColFixCtrHdr #mainContent{
	padding: 0px 10px 5px 0px;
	background-color : transparent;
}


.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top : 10px;
	background-color : transparent;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #Content {
	padding: 15px 0px 5px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color : transparent;
}
.oneColFixCtrHdr #ContentHeader {
	padding: 50px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #Content2 {
	padding: 15px 0px 5px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #Content2Header {
	padding: 50px 0px 0 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #Content3 {
	padding: 0px 0px 5px 94px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #Content3Header {
	padding: 50px 0px 0 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}




/*footer images*/

.oneColFixCtrHdr #bottomImages {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: white;
	height : 162px;
}


/*footer address*/

.oneColFixCtrHdr #address {
	padding: 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2a2a86;
	height : 150px;
	width : 240px;
}
.oneColFixCtrHdr #address A {
	color : White;
	text-decoration : none;
}
.oneColFixCtrHdr #address A:hover {
	color : red;
	text-decoration : underline;
}
.oneColFixCtrHdr #addressr p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/**Latest news box*/

div.LatestNewsBoxBelt {
	/*width:180px;*/
	width:270px;
	height: auto;
	clear: both;
	background: #cacae1 url(../images/LatestNewsBox_corner.gif) no-repeat top right;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	position: relative;
	margin-top : 20px;
}
div.LatestNewsBoxBelt div.LatestNewsBox {
	float:none;
	width:180px;
	padding-right:20px;
}


#rightImage{
	padding : 35px 12px 35px 12px;
}

.leftWidth{
	width : 60px;
}
.leftWidth2{
	width : 120px;
}
#topmenu{
}

#homemenu{
}

#footer {
	CLEAR: both;
	border-top-color : Silver;
	border-top-style : dotted;
	border-top-width : 1px;
	margin-top : 5px;
}

#right_col{
	/*background-color : White;*/
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 0px;
	padding-top : 2px;
}

