/* html body tag style */
a, a:hover, a:active, a:visited { color: white; }
a {
text-decoration: none;
}

body {
	font-family: Arial, Sans-serif, sans;
    margin: 0px;
    background-color: #250E66;
	background-image:url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	
}

/* h1 tag style */
h1 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 70%;
    color: #ffffff;
}

h2 {
    font-family: arial;
    font-size: 24px;
	font-weight: 900;
    color: #250E66;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 90%;
	font-style: italic;
    color: #ffffff;
}

h4 {
    
    font-family: arial;
    font-size: 18px;
	font-style: italic;
    color: #000000;
}

/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of
   nested div overlays. */
/* It will also center align the design */
#outer-container {
    width: 1024px;
	margin: 0 auto;
}

/* header CSS Style Rule */
#header {
    width: 1024px;
    height: 124px;
    background-color: #250E66;
}

#logoblock {
	float: left;
	width: 550px;
	height: 124px;
	padding-top: 0px;
	background-image: url(../images/logobackground.jpg);
	background-repeat:no-repeat;
}
	

#infoblock {
	font-family: arial;
    font-size: 125%;
	font-weight: bold; 
    color: #ffffff;
	float:right;
	width: 400px;
	height: 50px;
	margin-top: 19px;
	
	
}

#columntitles {
	width: 975px;
	height: 50px;
	padding-left: 25px;
	
}


#text {
    width: 960px;
    height: 250px;
	margin-left: 75px;
	color: #250E66;
	font-weight: bold;
 }

#slideshow_images {
    width: 100%;
	height: 200px;
	overflow: hidden;
	margin-left:10px;
	}
#slideshow_images2 {
    width: 100%;
	height: 200px;
	overflow: hidden;
	margin-left:10px;
	}
#slideshow_images3 {
    width: 100%;
	height: 200px;
	overflow: hidden;
	margin-left:10px;
	}		

#bluecolumn {
	float: left;
	width: 250px;
	height: 250px;
	background-color: #250E66;
	
}

	
/* footer CSS Style Rule */

#footer {
    width: 1024px;
	height: 35px;
	line-height:35px;
	
    
}
#footerotherpages {
    width: 1024px;
	height: 35px;
	line-height:35px;
	padding-top:250px;
    
}

#fcopy {
	width: 250px;
	height: 15px;
	line-height: 35px;
	float: left;
	margin-left: 400px;
}
	

#contact {
	width: 90px;
	height: 15px;
	line-height: 35px;
	float: right;
	margin-right: 35px;
}


/* Top navigation CSS Style Rule */
#top-Nav {
	background-image:url(../images/buttontile.jpg);
    background-repeat:repeat-x;
    float: left;
	padding-left: 43px;
    width: 980px;
	height: 35px;
    margin: 0px 0px 0px 0px;
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#content-container {
	background-image: url(../images/centerbg.jpg); background-repeat: repeat-x;
	width: 1024px;
    height: 250px;
	padding-top: 25px;
    background-color: white;
	margin: 0px 0px 0px 0px;
}


