body{
	margin: 0px;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #eee;
	}
	
a:link, a:visited{
	color: #32406F;
	text-decoration: underline;
	}
	
a:hover{
	color: #98BAD9;
	text-decoration: none;
	font-weight: 400;
	}
	
.intro{
	color: #313F6E;
	/*letter-spacing: 1px;*/
	font-size: 1.2em;
	font-style:italic;
	font-weight: bolder;
	}

.subintro{
	color: #313F6E;
	font-style:italic;
	}

.brackets{
	display: none;
	}

/* ----------- page container start ----------- */


#container{
	width: 700px;
	background-color: #ccc;
	margin: auto;
	}

/* ----------- banner start ----------- */

#top_banner{
	height: 68px;
	width: 100%;
	background-color: #cccccc;
	z-index: 1;
	}
	
#logo{
	display:none;
	}

#logoprint{
	position: relative;
	width:150px;
	top: 0px;
	left: 0px;
	z-index: 16;
	}

#banner_tag{
	display: none;
	}

/* ----------- banner end ----------- */

/* ----------- top menu start ----------- */

#menu_bar{
	display: none;
	}
	
#menu_holder{
	display: none;
	}	

.menu4 {
	display: none;
    }
	
.menu4 ul {
	display: none;
    }
	
.menu4 li {
    display: none;
    }
	
.menu4 a {
    display: none;
    }
	
.menu4 a:hover {
    display: none;
    }
	
/* ----------- top menu end ----------- */

/* ----------- title section start ----------- */

#title_bar{
	top: 91px;
	left: 0px;
	background-color: #525C6E;
	height: auto;
	width: 700px;
	border-bottom: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	z-index: 8;
	padding-bottom: 10px;
	}
	
#title_text{
	position: relative;
	top: 8px;
	left: 22px;
	height: 24px;
	width: 600px;
	z-index: 11;
	color: #fff;
	font-size: 1.25em;
	letter-spacing: 2px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
/* ----------- title section end ----------- */	

/* ----------- middle content starts ----------- */

#menu_left{
	display: none;
	}
	
#main_content{
	float: left;
	width: 430px;
	padding: 10px;
	text-align: justify;
	background-color: #fff;
	}
	
#main_content2{
	float: left;
	width: 620px;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	}
	
#main_content3{
	float: left;
	width: 620px;
	padding: 10px;
	text-align: justify;
	background-color: #fff;
	}
	
#right_images{
	position: absolute;
	top: 120px;
	right: 0px;	
	}
	
#spacer{
	display: none;
	}
	
/* ----------- middle content ends ----------- */

/* ----------- footer starts ----------- */

#footer {
	display: none;
	}

/* ----------- footer ends ----------- */
	

/* ----------- page container ends ----------- */


	