/* CSS Document */

BODY{
	background-image:url(images/layout/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	text-align: center; /*to make table align to the centre in I.E. 5.5+... grrrrr!*/
	background-color:#333333;
}
P{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 12px;
	margin-left: 20px;
	margin-right: 20px;
	color:#FFFFFF
}
H2{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 22px;
	color: #EEEEEE;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: 100;
	text-transform: capitalize;
}
H3{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	color: #EEEEEE;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 100;
}
A:link{
	color: #7D94F1;
}
A:active{
	color: #7D94F1;
}
A:visited{
	color: #3E60EA;
}
A:hover{
	color: #9BADF4;
}	
UL{
	/*margin-left: 20px;*/
	margin-right: 20px;
}
LI{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-bottom: 4px;
	margin-left: 20px;
	color:#FFFFFF;
	list-style-image:url(images/general/bullet_white.gif);
	list-style-position:outside;
	list-style-type:disc;
}

/* Layout IDs */
TABLE#maintable{
	border: none;
	margin-left:auto; 
	margin-right:auto;
	width: 760px;
}
TD#left_content{
	background-image:url(images/layout/content_bg_lefttop.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #333333;
}
TD#right_content{
	background-image:url(images/layout/content_bg_rightbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #333333;
}

/* Special classes */
P.newsinfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
	color:#EEEEEE;
}

IMG.right{
	float: right;
	padding: 4px;
	margin: 3px;
	border: 1px #6396CB solid;
}
IMG.left{
	float: left;
	padding: 4px;
	margin: 8px;
	border: 1px #6396CB solid;
	margin-left: 20px;
}
IMG.middle{
	align: center;
	padding: 4px;
	margin: 8px;
	border: 1px #6396CB solid;
	margin-left: 20px;
}
IMG.bullet{
	float: left;
	padding: 4px;
	margin-left: 13px;
	margin-right: 4px;
	vertical-align:middle;
	border: 0px;
}
IMG.tickcross{
	border: none;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
}



.clearright{
	clear: right;
}
.clearleft{
	clear: left;
}
.clearboth{
	clear:both;
}