body{
		font: 80% sans-serif;
		color: #838383;
		height: 980px;
		background-image: url('../images/body.jpg');
		background-repeat: repeat-x;
		background-color: white;
		text-align: center;
	}

#page{
		width: 875px;
		text-align: left;
		margin: 0 auto; 
	}
	
#content{
			overflow: auto;
			clear: left;
			background-color: white;
			width: 775px;
			border: 1px solid #8cb4d8;
			border-bottom: none;
			margin-top: 0;
			margin-bottom: 0;			
			padding: 10px 25px 20px 25px;
		}

#searchbox{
		float: right;
		clear: right;
}

#time{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: left;
		color: black;
		height: 20px;
		width: 300px;
}

#header{
		float: left;
		clear: left;	
		width: 775px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

#top-nav-bar{
		margin: 0 0 0 0;
		padding: 0;
}

#navigation{
		padding: 0 25px 0 25px;
		width: 725px;
		float: left;
		height: 33px;
		font-size: 100%;
		background-image: url('../images/small-background.gif');
	}
	
#navigation	ul{
		padding:0;
		margin:0;
		list-style-type:none;
}

#navigation ul a{
		float: left;
		text-decoration:none;
		color: white;
		padding: 0.4em 1.8em 0.5em 1.4em;
}

#navigation li{
		display: inline;
}

#navigation a:hover {
		text-decoration: underline;
}

#navigation img{
		border: none;
		padding: 0em 0.15em 0em 0;
		}

#main-body{
		clear: left;
		float:left;
		width: 530px;		
	}

#right-side{
		float: right;
		width: 205px;
}

#footer{
		background-image: url('../images/footer.jpg');
		background-repeat: repeat-x;
		height: 35px;
		float: left;
		clear: both;
		width: 777px;
		padding: 80px 25px 0px 25px;
		margin-bottom: 50px;
}

h1{
		visibility: hidden;
}

#header{
		background-image: url('../images/header.gif');
		background-repeat: repeat-y;
		width: 500px;
		margin-top:5px;
}

#logo{
		background-image: url('../images/logo.gif');
		float: right;
		clear: right;
		width: 150px;
		height: 50px;
		margin: 0 65px 0 0;
}

#login{
		direction: rtl;
		width: 25px;
		padding: 0;
		margin: 0;
		float: right;
		clear: right;
}

#subfooter{
		float: right;
		clear: both;
}
a.imagelink img{
		border: none;
		height: 20px;
		width: 20px;
}

#subfooter a:link{
		color: blue;
		text-decoration: none;
}

#subfooter a:visited{
		color: blue;
		text-decoration: none;
}

#subfooter a:hover{
		color: blue;
		text-decoration: underline;
}

#subfooter a:active{
		color: blue;
		text-decoration: none;
}

div.break{
		margin: 0 0 0 25px;
		width: 480px;
		height: 2.5px;
		float: left;
		clear: left;
		background-color: #838383;
}

div.right-side-div{
		border: 1px solid #cccccc;
		margin: 1em 0 0 0;
		padding: 0em 1em 0em 1em;
}

div.right-side-header{
		margin: 0.25em 0 0 0;
		background: url('../images/side-header.gif') no-repeat;
		height: 36px;
}

h2.right-header{
		color: white;
		font-size: 120%;
		font-weight: bold;
		padding: 14px 0 0 6px;
		margin: 0 0 0 0;
		font-family: Century Gothic;
}

h2.main-body{
		font-weight: bold;
		padding: 7px 0 5px 0;
		margin: 0 0 0 0;
		font-size: 150%;
		color: #235294;
}

h3.main-body{
		font-weight: bold;
		padding:7px 0 0 0;
		margin: 0 0 0 0;
		font-size: 120%;
		color: #235294;
}

h3.error
{
	color: red
}

h4.main-body{
		font-weight: bold;
		padding:6px 0 0 0;
		margin: 0 0 0 0;
		color: #235294;
		font-size: 105%;
}

a:link {
		color: #235294;
		text-decoration: none;
}

a:visited {
		color: #235294;
		text-decoration: none;
}

a:hover {
		color: #235294;
		text-decoration: underline;
}

a:active {
		color: #235294;
		text-decoration: none;
}

a.link img{
		border: none;
		padding: 0em 0.15em 0em 0;
	}
	
p
{
	line-height: 1.5;
}
