/* ###### global style starts here ###### */
body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding: 2px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	/* Hide from IE-Mac \*/
	font-size: 70%;
	/* End hide */
}
body img {
	border: 0;
}
#bodyDiv {
	position: relative;
	/*border: 1px solid Green;*/
}
/* top div starts */

/*#topDiv {
	border: 1px solid Green;
	position: relative;
}*/

/* to div ends */

/* top logo div starts */
#logoDiv {
	/*border: 1px solid Fuchsia;*/
	background-color: #FF3333;
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: 61px;
	/*text-align: left;*/
}
#logoDiv .logo {
	/*border: 1px solid Blue;*/
	background-image: url(../images/logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	width: 164px;
	height: 61px;
}
#logoDiv .logo a {
	/*border: 1px solid Blue;*/
	float: left;
	width: 164px;
	height: 61px;
}
#logoDiv .topRtCorner {
	/*border: 1px solid Aqua;*/
	background-image: url(../images/toprt_corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 6x;
	height: 61px;
}
/* top logo div ends */

/* content div area starts */
#contentDiv {
	/*border: 1px solid Green;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border-left: 1px solid #FF3333;
	border-right: 1px solid #FF3333;
	background-image: url(../images/grey_strip.gif);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	left: 0%;
	top: 0%; 
	padding-bottom: 10%;
}
/* content div area ends */

/* page title starts */
#pageTitle  {
	width: 360px;
	color: #FF3333;
	font-size: 175%;
	font-weight: bold;
	position: relative;
	left: 22%;
	top: 0%;
	padding-top: 2%;
}
/* page title ends */

/* body copy starts */
#bodyCopy {
	width: 360px;
	position: relative;
	left: 22%;
	top: 1%;
	padding-bottom:14%;
}
/* body copy ends */

/* advert starts */
#advertCopy {
	width: 152px;
	height: 330px; 
	position: absolute;
	top: 2%;
	left: 76%;
	background-color: #E4A30E;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
	color: Black; 
	padding: 1%;
}
#advertCopy span {
	color: white; 
}
/* advert ends */

/* links starts */
#copyLinks {
	/*border: 1px solid Gray;*/
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
}
/* links ends */
/* ###### global style ends here ###### */

/* ### all types of navigations starts here ### */
/* primary Navs starts */
#bodyDiv .primaryNav  {
	/*border: 1px solid Green;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FF3333;
	height: 18px;
	width: 752px;
}
#bodyDiv .primaryNav ul {
	margin: 0px;
	padding: 0px;
	font: bold 90% Verdana, sans-serif;
	color: Black;
} 
#bodyDiv .primaryNav ul li {
	list-style: none;
	display: inline;
}
#bodyDiv .primaryNav ul li a {
	margin-left: 3px;
	border: 1px solid White;
	border-bottom: none;
	background: White;
	text-decoration: none;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 3px;
}
#bodyDiv .primaryNav li a:link {
	color: Black;
}
#bodyDiv .primaryNav li a:visited {
	color: Black;
}
#bodyDiv .primaryNav li a:hover {
	color: White;
	background: Black;
	border-color: Black;
}
#bodyDiv .primaryNav li span {
	padding-left: 154px;
}
/* primary Navs ends */

/* secondary navs starts */
#bodyDiv .secondaryNav {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	height: 17px;
	width: 750px;
	font-size: 90%;
	background-color: White;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 2px;
}
#bodyDiv .secondaryNav ul {
	margin: 0px;
	padding: 0px;
	font: bold 100% Verdana, sans-serif;
	color: Black;
} 
#bodyDiv .secondaryNav ul li {
	display: inline;
}
a.secNav:link {
	text-decoration: none;
	color: Black;
}
a.secNav:visited {
	text-decoration: none;
	color: Black;
}
a.secNav:hover {
	text-decoration: none;
} 
/* secondary navs ends */

/* bottom navs starts */
#bodyDiv .bottomNav  {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FF3333;
	height: 18px;
	width: 752px;
	color: White;
	font-size: 90%;
	position: relative;
	top: 0%;
	left: 0%;
}
#bodyDiv .bottomNav ul {
	list-style-type: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 5px;
	position: relative;
	top: 2px;
}
#bodyDiv .bottomNav ul li {
	display: inline;
}
a.botNav:link {
	text-decoration: none;
	color: White;
}
a.botNav:visited {
	text-decoration: none;
	color: White;
}
a.botNav:hover {
	text-decoration: none;
	color: White;
}
/* bottom navs ends */

/* subbottom navs starts */
#subBottomNavDiv  {
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: 18px;
	text-align: center;
	color: Gray;
	font-size: 90%;
	position: relative;
	top: 0%;
	left: 0%;
}
#subBottomNavDiv  ul {
	list-style-type: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 5px;
	top: 2px;
}
#subBottomNavDiv ul li {
	display: inline;
}
#subBottomNavDiv ul li a:link {
	text-decoration: none;
	color: Gray;
}
#subBottomNavDiv ul li a:visited {
	text-decoration: none;
	color: Gray;
}
#subBottomNavDiv ul li a:hover {
	text-decoration: none;
	color: Gray;
}
/* subbottom navs ends */

/* ### all types of navigations ends here ### */

/* fonts starts */
p strong {
color: #FF3333;
font-weight: bold
}
/* fonts ends */
