/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
}   

.container {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#text {
	color:#666666;
	line-height:18px;
	text-align:justify;
	text-decoration:none;
	padding:15px 15px 15px 15px;
}

#text a:link {
	color:#caa056;
	text-decoration:none;
}

#text a:visited {
	color:#caa056;
	text-decoration:none;
}

#text a:hover{
	color:#000000;
	text-decoration:underline;
}

/********************* Main Menu Code START HERE *****************************/
.nav {
	text-decoration:none;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	background-image:url(../site-images/top-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.nav a:link {
	text-decoration:none;
	color:#000000;
	padding:0px 10px 0px 10px;
}

.nav a:visited {
	text-decoration:none;
	color:#000000;
	padding:0px 10px 0px 10px;
}

.nav a:hover {
	text-decoration:none;
	color:#2f7f97;
	padding:0px 10px 0px 10px;
}

.activelink a:link {
	text-decoration:none;
	color:#2f7f97;
	padding:0px 10px 0px 10px;
}

.activelink a:visited {
	text-decoration:none;
	color:#2f7f97;
}

.activelink a:hover {
	text-decoration:none;
	color:#000000;
}

/**************************** This class for Sublinks *******************************/

.left-header {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#4cbbdd;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	height:25px;
}

.sublink td {
	padding:3px 0px 3px 0px;
}

.sublink a:link {
	text-decoration:none;
	color:#000000;
	padding:0px 0px 0px 0px;
}

.sublink a:visited {
	text-decoration:none;
	color:#000000;
	padding:0px 0px 0px 0px;
}

.sublink a:hover {
	text-decoration:none;
	color:#666666;
	padding:0px 0px 0px 0px;
}

/**************************** This class for Heading *******************************/

.title {
	font-family:Verdana, Arial, Trebuchet MS, Times new roman, serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
	text-transform:uppercase;
}

.title span {
	color:#666666;
}

.subtitle {
	font-family:Verdana, Arial, Times new roman, serif;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color:#000000;
	margin:0px 0px 10px 0px;
}

.img-border {
	border:2px solid #CCCCCC;
	padding:2px 2px 2px 2px;
}

/*************************** This class use for Footer ***********************************/
#footer {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-image:url(../site-images/bottom-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#footer a:link {
	color: #666666;
	text-decoration:none;
}

#footer a:visited {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #999999;
	text-decoration:underline;
}

.successMsg {
	color:green;
	font-weight:bold;
	border:2px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background-color:#FCFFD2;
}

.errorMsg {
	color:red;
	font-weight:bold;
	border:2px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background-color:#FCFFD2;
}