/* CSS Document */
body{
background:url(images/bg.jpg) left top repeat-x;
background-color:#000000;
padding:0px;
margin:0px;
}
.content_bg{
background:url(images/content_bg.jpg) left top repeat-x;
background-color:#3F3F3F;
}
.sub_heading_bg{
background:url(images/sub_heading_bg.jpg) left top repeat-x;
height:31px;
}
.right_box_top_heading_bg{
background:url(images/right_box_top_heading_bg.jpg) left top no-repeat;
height:43px;
}
.contact_box_bg{
background:url(images/contact_box_bg.jpg) left top repeat-x;
background-color:#424242;
}
.qualification_box_bg{
background:url(images/qualification_box_bg.jpg) left top repeat-x;
background-color:#242424;
}
.title_text {
	font-family: "Trajan Pro";
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}
.content_heading_text {
	font-family:Arial;
	font-size:20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}
.sub_heading_text {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	padding-left:10px;
	text-align:left;
	text-decoration: none;
}
.content_text {
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}
.right_box_bold_text {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color: #CBCBCB;
	text-align:left;
	text-decoration: none;
}
.right_box_text {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #CBCBCB;
	text-align:left;
	text-decoration: none;
}
.footer_text {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #CBCBCB;
	text-align:center;
	text-decoration: none;
}
ul{
padding:0px;
margin:0px;
}
li{
background:url(images/bullet.gif) left top no-repeat;
height:12px;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	margin-top:5px;
		padding-left:15px;
	text-decoration: none;
	list-style-type:none;
}a {  color: #FFFFCC}
