body {
	background-color: #fff;
	font-size: 12px;
	font-family: "Verdana", "Rotis Sans", "Gill Sans";
	line-height: 1.5 em;
	color: #000;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #1372b2;
	text-decoration: none;
}
	
a:visited {
	color: #577592;
	text-decoration: none;
}
	
a:hover { 
	background-color: #ffe293;
	color:#000000;
	text-decoration: none;
} 
a:hover img {
	background-color: #fff;
}
	
img {
	border: none;
	background-color:none;
}
	
h1 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
}

h2 {
	color: #000;
	font-size: 1.1em;
	padding-left: 5px;
	margin: 0px;
}
h3 {
	color: #000;
	font-size: 1em;
	padding-left: 5px;
	margin: 5px;
}

/* ----------container to center the layout-------- */
#container {
	width: 750px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 

/* ----------upper nav----------------- */
#abstract {
	float: none;
	text-align: right;
	background-color: #ffffff;
}

/* ----------banner menu-------------- */
#banner {
	text-align: left;
	font-size: 11px;
	padding: 0px;
	margin: 0px; 
	background-image: url(img/nav-bar-bgnd.png);
	background-position: 65px 32px;
	background-repeat: no-repeat;
}

#banner img {
	padding: 2px 2px 0px 5px;
	float: left;
}

/* ----------flash-------------- */
#swfobject {
	text-align:center;
	margin-top: 32px;
	position:relative;
}
#swfobject img {
	float: none;
}
#swftitle {
	margin-top:10px;
	text-align:center;
}

/* ----------outer and inner----------------- */

#outer{ 
	border-left: solid 200px #ffffff; /* color of the left column */ 
	border-right: solid 200px #ffffff; /* color of the right column */ 
	background-color: #ffffff; /* color of the content column */
}

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right nav------------- */
#left {
	width:200px; 
	float:left; 
	position:relative; 
	margin-left:-200px; 
	margin-right:1px;
}
#right {
	width:200px;
	float:right;
	position:relative; 
	margin-right:-200px; 
	margin-left:1px;
}

/* -----------------content--------------------- */ 
#content{ 
	position: relative; 
	margin: 0px 10px 0px 10px; 
}
p {
	padding: 5px 10px;
	margin:0px; 
}

pre{
	font-size: 12px;
	padding: 5px 10px;
	margin:0px;
}
h2.margin25{
	color: #000;
	font-size: 1.1em;
	padding-left: 5px;
	margin: 25px 0px 0px 0px;
}


/* ----------------footer---------------------- */ 
#footer {
	clear:both;
	padding-top:25px;
	margin:0px;
	text-align: left;
	font-size: 10px;
}
/* ----------------header image 200px & 330px------------- */
.hImage200 {
	background-image:url(img/header-200px.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 10px 10px;
	margin: 0px;
}
.hImage330 {
	background-image:url(img/header-330px.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 10px 10px;
	margin: 0px;
}
/*----------------div block style 200px----------------- */
div.block200 {
	width:100%;
	padding-top: 10px;
	background-image:url(img/borders-200px.gif);
	background-position:0px 30px;
	background-repeat:no-repeat;
}
div.blockBase200 {
	background-image:url(img/base-200px.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 10px;

}
/*----------------div block style 330px----------------- */
div.block330 {
	padding-top: 10px;
	background-image:url(img/borders-330px.gif);
	background-position:0px 30px;
	background-repeat:no-repeat;
}
div.blockBase330 {
	background-image:url(img/base-330px.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 10px;

}
/*---------------link list --------------*/
ul.linkList {
	list-style:none;
	margin:5px;
	padding:5px;
	font-size: 10px;
}
ul.linkList li{
	margin-top:5px;
	padding:0px;
}
ul.linkList a {
	display: block;
}
/*----------List with 10px room---------*/
ul.list10 {
	margin:15px 30px 15px 30px;
	padding:5px;
}
ul.list10 li{
	margin-top:10px;
	padding:0px;
}
/* -------------seperator----------------*/
div.sp {
	border-bottom: 1px solid #98a6b1;
	margin:5px 0px 5px 0px;
	position:relative;
}
/*-----------center column centered image--------*/
img.center330 {
	padding: 5px 0px 5px 15px;
}
