body {
	
margin: 0;
	background:#FFFFFF url(../userfiles/image/bg.jpg);
}

td 
{
   	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5A5A5A;
}

.mainTable {
	background: #FFFFFF;
}

.whiteBG {
	background:#FFFFFF url(../userfiles/image/white1x1.jpg) repeat-x;
}

.greyBG {
	background: #D5D5D5 url(../userfiles/image/grey1x1.jpg) repeat-x;
}

.geryWhiteBG {
	background:url(../userfiles/image/grey-white-bg.jpg) repeat-x;
}

.blueBG {
	background: #0077AC url(../userfiles/image/blue-bg.jpg) repeat-x;
}

.contentLeftBG {
	background: #E0E7EB url(../userfiles/image/content-left-bg.jpg) no-repeat;
}

.contentRightBG {
	background: #E0E7EB url(../userfiles/image/content-right-bg.jpg) no-repeat;
}

.contentLeftSubpageBG {
	background: #EEEEEE url(../userfiles/image/content-left-bg-subpage.jpg) no-repeat;
}

.contentRightSubpageBG {
	background: #EEEEEE url(../userfiles/image/content-right-bg-subpage.jpg) no-repeat;
}

.contentBG {
	background: #EEEEEE url(../userfiles/image/content-bg.jpg);
}

.contentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0077AC;
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5A5A5A;
	text-align: justify;
}

.sidemenuBG {
	background: #E4E4E4 url(../userfiles/image/side-menu-topbg.jpg) no-repeat;
}

.homeImage {
	float: right;
	margin-bottom: 15px;
	margin-left: 14px;	
}

.titleBG {
	background-color: #DCDCDC;
}

.titleStyleBG {
    background:url(../userfiles/image/title-bg-subpage.jpg);
}

.titleText {
	font-family:"Century Gothic", Arial, Tahoma;
	font-size: 16px;
	color: #464646;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A0A0;
}

/** Side Menu Start **/
#sidemenu {
	width:152px;
	padding-top: 1px;
}

#menulist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:"Century Gothic", Georgia, Verdana;
	font-size: 11px;
	text-transform:uppercase;
}

#menulist li {
	margin: 0;
	padding: 0;
	display: block;
	height: 19px;
	
}

#menulist a {
	margin: 0;
	width:100%;
	background-color: #DCDCDC;
	color: #1580BF;
	text-decoration: none;
	padding-left: 19px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #7BC7E9;
}

#menulist a:hover {
	margin: 0;
	width:100%;
	background-color: #DCDCDC;
	color: #009C34;
	text-decoration: none;
	padding-left: 19px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #009C34;
}

#active a:link, #active a:visited, #active a:hover
{
	margin: 0;
	width:100%;
	background-color: #DCDCDC;
	color: #009C34;
	text-decoration: none;
	padding-left: 19px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #009C34;
}
/** Side Menu End **/

a.siteLink:link, a.siteLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1580BF;
	text-decoration: none;	
}

a.siteLink:hover, a.siteLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009C34;
	text-decoration: none;	
}

a.footerLink:link, a.footerLink:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#A0A0A0;
	text-decoration: none;	
}

a.footerLink:hover, a.footerLink:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color:#A0A0A0;
	text-decoration:underline;	
}
.button_link {
	font-weight: bold;
	color: #003399;
	background:#dddddd;
	border-top:solid 1px   #abc ; 
	border-left: solid 1px  #abc ; 
	border-right: solid 1px  #abc ; 
	border-bottom:solid 1px  #abc ; 
	padding: 3px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
    height: 20px;
	vertical-align: top;
	font-size: 10px;
	font-family: Verdana, Geneva, ms sans serif;
	text-decoration: none;
	
	}
	.tableRows
	{
		border:solid 1;
		background-color:#f7f6f6;
		padding-left:6px;
	
	
	}
	
.SMParent {
	background-color:#DCDCDC;
	font-family:"Century Gothic", Georgia, Verdana;
	font-size: 11px;
	text-transform:uppercase;	

	text-align:left;
	cursor: pointer;
	width: 152px;
	
	color: #1580BF;
	padding-left: 19px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #7BC7E9;

	padding-top: 2px;
	height: 18px;
}

.SMParentOver {
	background-color:#DCDCDC;
	font-family:"Century Gothic", Georgia, Verdana;
	font-size: 11px;
	text-transform:uppercase;	

	text-align:left;
	cursor: pointer;
	width: 152px;
	
	color: #1580BF;
	padding-left: 19px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #009C34;

	padding-top: 2px;
	height: 18px;
}

.SMChild {
    margin-left: 4px;
	background-color:#DCDCDC;
	/*cursor:pointer;*/
	font-family:"Century Gothic", Georgia, Verdana;
	font-size: 10px;
	text-transform:uppercase;
	vertical-align: middle;
	
	color: #1580BF;
	padding-left: 20px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #7BC7E9;
	
	width: 137px;
}

.SMChildOver {
    margin-left: 4px;
	background-color:#DCDCDC;
	/*cursor:pointer;*/
	font-family:"Century Gothic", Georgia, Verdana;
	font-size: 10px;
	text-transform:uppercase;
	vertical-align: middle;
	
	color: #1580BF;
	padding-left: 20px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 4px solid #009C34;
	width: 137px;
}

a.slidingMenuLink {
    color: #1580BF;
	text-decoration: none;
}
a.slidingMenuLink_small {
    color: #005c9c;
	text-decoration: none;
}
a.slidingMenuLink_small:hover {
    color: #009C34;
	text-decoration: none;
}
a.slidingMenuLink:hover {
    color: #009C34;
	text-decoration: none;
}	
	
div.SMChild
 {
	width: 148px;
	font-size: 10px;
	
}

div.SMChildOver {
	width: 148px;
	font-size: 10px;
	
}
	