/* Blank Simple */
/* TAG definitionss */

a{text-decoration:none;}
a:link, a:visited{text-decoration:none;color:#f00;}
a:hover, a:active{text-decoration:none;color:#00f;}
a img{text-decoration:none; border:none;}
h1{
	font-size: 140%;
	font-weight: bold;
}
h2{
	font-size: 120%;
	color: #f00;
}
h3{
	font-size: 100%;
	color: #000;
}
p{
	text-align: justify;
}
.imagefirst img{
	margin: 0px;
	padding:0px;
	border-width:1px;
	border-style: solid;
	border-color: #000;

}
.imagefirst img{
	margin: 0px;
	padding:0px;
	border-width:1px;
	border-style: solid;
	border-color: #000;
	text-align: left;

}
/* Containers */
body{
/* background-color: #3300ff; */
background-image: url(../images/backgrnd.jpg);
margin: 0;
padding: 0;
border: 0px;
font-size: 90%;
font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
/* color: #B198C5; */
height: 100%;
width: 100%;
}
.container{
	background-color: #fff;
/*background-image: url(../images/image.gif); */
	position: relative;
	border: 1px none #0F0;
	border-left: 1px solid #CD9FF3;
	border-right: 1px solid #CD9FF3;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 0px;
	width: 770px;
	height: 100%;
}
.MainText{
	background-color: #fff;
	float: right;
	width: 650px;
	margin-top: 10px;
	padding:0px;
	border-width:1px;
	border-style: none;
	border-color: #00f;
}
.footer{
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 1px; T R B L
	border-style: none;
	color: #00f;
	font-size: 80%;
}
/* End of Containers */

/* Navigation */

/* Side Nave bar list with drop-down list, but no image */
.sidenavbar{
	background-image: url(../images/red_5x1.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	width: 100px;
	margin-top: 10px;
	border:1px;
/* 	padding:10px 0px 0px 0px; T R B L */
	padding: 0px;
	text-align: center;
	font-weight: bold;
/*	border-width:1px; */
	border-style: none;
	border-color: #0f0;
}

.sidenavbar ul{margin:0; padding: 0px;}
.sidenavbar li{display: list-item; list-style-type: none; float: both;}
.sidenavbar a:link, .sidenavbar a:visited, .sidenavbar a:hover{text-decoration:none;color:#fff;}
#side1{
	background-color: #f00;
	border-color: #000;
	color: #fff;
/*	height:30px; */
	width: 100px;
	margin:0px 0px 10px 0px; T R B L
	padding:0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
}
#side2{
	background-color: #000;
	border-color: #f00;
	color: #fff;
/*	height:30px; */
	width: 100px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
}
/* end of sidenavbar list */

.nextpage a:link, .nextpage a:visited, .nextpage a:hover{
	text-decoration:none;
	display: block;
	color:#f00;
	font-weight: bold;
	background-color: #fff;
	width: 100%;
	text-align: right;
}
.footerlist{
	height: 40px;
	display: block;
	margin:0px 0px 0px 0px; T R B L
	padding:0px 0px 0px 0px;
	border-width: 5px;
	border-style: none;
	border-color: #f00;
	text-align: center;
}

.footerlist ul{
	margin:0px;
	padding: 5px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	border-color: #0f0;
}
.footerlist li{
	display: inline;
	margin:0px 0px 0px 0px; T R B L
	padding:0px 0px 0px 0px;
	list-style-type: none;
	font-size: 70%;
	background-image: none;
	border-width: 0px 0px 0px 0px; T R B L
	border-style: none;
	border-color: #f0f;
}

/* End of Navigation */

/* Header titles, straplines and  and images */

.title{
/*	background-color: #fbc071; */
	background-image: url(../images/main_logo_200x100.gif);
	background-repeat: no-repeat;
	background-position: center;
/*	color: #3300ff; */
	text-align: center;
	height:100px;
	width: 100%;
	width: 650px;
	float: right;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
	border-color: #0f0;
	cursor: hand;
}
/* End of Header titles, straplines and  and images */

/* Misc definitions */

.blanktext{
display: none;
}

.Clear{
	clear:both;
}

.floatleft{
float: left;
margin: 0px 15px 10px 0px;
}

.floatright{
float: right;
margin: 0px 15px 10px 0px;
}

.imagefirst{
	text-align: center;
	clear: both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width: 1px;
	border-style: none;
	border-color: #f00;
}

.imagesecond{
	margin:0px 0px 0px 50px; T R B L
	padding:0px 0px 0px 0px;
	border-width: 1px;
	border-style: none;
	border-color: #f00;
}
.normmsg{
font-weight: bold;
color: #f00;
}
.counter{
text-align:right;
}