body{
background-image: url(../images/bg_image.png);
background-repeat:repeat-x;
text-align:center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 62.5%;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #115098;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0.7em 0 0.2em 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #115098;
	font-size: 1.7em;
	margin: 0.7em 0 0.2em 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.5em;
	color: #115098;
	margin-top:3px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 1px;
	padding-bottom: 2px;
	font-size: 1.2em;
	color: #115098;
	margin-top:3px;
}

p {
	color: #28313F;
	line-height: 1.4em;
	font-size: 1.3em;
	margin-bottom: .9em;
}

a {
	text-decoration:none;
	outline: 0;
}

/*Border styles*/
#outer_container{
width:987px;
margin:auto;
background-image: url(../images/rounded_bg.gif);
}
#outer_top{
width:987px;
height:21px;
margin:auto;
margin-top:5px;
background-image: url(../images/rounded.gif);
}
#outer_bottom{
width:987px;
height:21px;
margin:auto;
margin-bottom:4px;
background-image: url(../images/rounded.gif);
background-position:bottom;
}
#container{
width:947px;
margin:auto;
text-align:left;
} 
/*END Border styles*/

/*Content styles*/
 
#content_head{
	background-image: url(../forum/styles/cnt/theme/images/leaf-tree.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:#D5ECF4;
	padding:0px 5px 0px 5px;
	margin-bottom:2px;
}

#content_head h2{
	color: #DDD;
	clear:both;
	float:right;
	font-size:11px;
	margin-top:147px;
	padding:0;
	margin-bottom:0;
}

/*Content styles*/

/*footer styles*/
#content_footer{
position: relative;
background-color:white;
color:#0D2659;
padding:10px 5px 0px 5px;
text-align:center;
font-size: 1.1em;
border-top: 1px solid #CADCEB;
margin-top:5px;
}
#content_footer p {
margin:0px;
}
#content_footer a {
color:#00359F;
text-decoration:none;
}
#content_footer a:hover {
color:blue;
text-decoration:none;
} 
/* END footer styles*/ 

/* 3col content*/
#content_main{
background-color:white;
color:black;
overflow: hidden;
}
#content_main p {
padding:0px 12px 0px 12px;
}
#content_main h1 {
padding:0px 10px 0px 10px;
}
#content_main h2 {
padding:0px 10px 0px 10px;
}
#content_main h3 {
padding:0px 10px 0px 10px;
}
#content_main h4 {
padding:3px 10px 3px 10px;
}
#content_main ul {
padding:2px 10px 10px 10px;
font-size: 1.2em;
}
#content_main li {
color: #28313F;
font-size: 1em;
padding:2px 20px 2px 20px;
list-style:none;
}

#content_main img {
padding:10px 10px 10px 10px;
list-style:none;
}

#content_main textarea {
margin:10px 10px 10px 10px;
}

#col1{
float:left;
width:600px;
background-color:white;
margin-left:180px;
text-align:justify;
}

#col1 table{
margin:auto;
font-size:1.5em;
line-height:2em;
color: #115098;
}

#col1 table .altcolour{
background-color:#E9EAFF;
}

#col2{
float:left;
width:180px;
background-color:white;
background-image: url(../images/flower-watermark_l.jpg);
background-position:top;
background-repeat:no-repeat;
margin-left: -780px; /*col1 + col2 width negative*/
}

#col3{
float:left;
width:167px;
background-color:white;
background-image: url(../images/flower-watermark_r.jpg);
background-position:top;
background-repeat:no-repeat;
}

#col1, #col2, #col3
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}


/*END 3col content*/

/* Nav Menu */

.cols{
width:937px;
height:60px;
margin :auto;
margin-bottom:2px;
padding: 0px 5px 0px 5px;
text-align:center;/* centers inline-blocks*/
background-color:#e3eaff;
}

.cols div {
display:-moz-inline-box;/* Firefox 2 and under*/
display:inline-block;/* FF3, Opera, Safari */
height:50px;
border-right:1px solid #bdc5cd;
background-image: url(../images/menu_bg.gif);
}

.cols div p{
margin-top:8px;
padding: 0px 8px 0px 8px;
}

.cols div a{
	font-size:13px;
	text-decoration:none;	
	color:#115098;
}

.cols div a:hover{
	font-size:13px;
	text-decoration:none;
	color:#383838;
}

/* END Nav Menu */

/* Page Turn */
.articles{
	width:572px;
	margin:auto;
	padding: 0px 5px 0px 5px;
	line-height:3em;
	font-size:1.2em;
}

.articles p {
	font-size:.8em;
	line-height:0.6em;
	padding: 0px;
}

.articles .turn{
	width:570px;
	margin:auto;
	margin-bottom:5px;
	background-color:#E9EAFF;
	padding: 0px 5px 0px 5px;
	text-align:center;
	line-height:2em;
	font-size:.9em;
}
.artlicles .turn ul{
	list-style:none;
	text-align:center;
	
}	
.articles .turn li {
	display:block;
	float:left;
}
/* END Page Turn */

/* Image positioning*/
.picright {
	text-align: center;
	float: right;
	margin-right:10px;
	margin-top:20px;	
}

.picrightsm {
	text-align: center;
	float: right;
	margin-right:7px;
	margin-top:5px;	
}

.picrighttext {
	text-align: center;
	background-color:#E9EAFF;
	float: right;
	width:200px;
padding: 0px 5px 0px 5px;
margin-top:10px;
margin-left:15px;
margin-right:15px;	
}

.picleft {
	text-align: center;
	float: left;
	margin-left:10px;
	margin-right:5px;
	margin-top:20px;
}
/*END Image positioning*/


/* Side boxes*/
.sidebox{
background-color:#E4E5FF;
opacity:0.8;
padding:0px 5px 0px 5px;
margin-bottom:4px;
}
.sidebox h3 {
color:blue;
}
.sidebox p {
color:black;
}
.sidebox a {
text-decoration:none;
}
.sidebox ul {
margin:5px -15px 0px -15px;
padding:0px 0px 0px 0px;
}
.sidebox li {
font-size:1em;
margin-bottom:10px;
}

.sidebox_g120 {
height:600px;
background-color:white;
padding:0px 10px 0px 5px;
margin-top:-4px;
}
/*END side boxes*/

/*Corner styles*/
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}
span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}
span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}
span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}
span.corners-top {
	background-image: url("../images/corners_left.png");
}
span.corners-top span {
	background-image: url("../images/corners_right.png");
}
span.corners-bottom {
	background-image: url("../images/corners_left.png");
}
span.corners-bottom span {
	background-image: url("../images/corners_right.png");
}
/*END Corner styles*/

/* Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); }

* html .sitelinkbar {
margin-bottom:10px;
}

* html #col1
	{
	display: inline;
	}
* html #col2
	{
	background-image:none;
	}
* html #col3
	{
	background-image:none;
	}
* html #content_footer
	{
	clear:both;
	height:30px;
	}		

/* END Style Sheet Tweaks
-------------------------------------------------*/

