/* CSS Document */
/* this edits the main properties of the page */
html, 
body { 
	text-align:center;
	margin:50px 0 0 0; 
	padding:0; 
} 

body {
	font-family:Arial, Helvetica, sans-serif; /* default fonts */
	font-size:12px; /* default font size */
	color:#333; 
	background-color:#99CCFF; /* background colour */
	text-align: center;
}

/* These are text formating properties */
p, 
form, 
fieldset, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6{
	margin:0;
	padding:0
}

legend{
	display:none
}

label{
	font-weight:normal;
	cursor:pointer;
	cursor:hand
}

img, 
fieldset{
	border:0
}

/* head of the page settings */
#wrapper {
	text-align:left;
	border:1px solid #8a8e8d;
	margin:5px auto;
	width:768px;
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	height: 409px;
}

#header {
	background-image:url(../images/semagoediv_title.gif);
	background-repeat:no-repeat;
	height:60px;
	margin: 10px 5% 0px 5%;
	text-align:right;
	background-position: left;
}

#pagename {
	display:none;
}

/* navigation buttons settings */
#navcontainer {
	display:block;
	height:18px;
	margin: 0px 5% 0px 5%;
}

#navcontainer ul{
	padding: 0;
	margin: 0;
}

#navcontainer li {
	list-style: none; 
	float: left; 
	margin: 0; 
	padding: 0;
}

#navcontainer li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ffFFFF;
	color: #a9a9a9;
	display: block;
	float: left;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	width: 63px; 

}

#navcontainer li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #646464;
	font-weight: bold;

}
/* page content formating */
#content {
	display:block;
	padding: 0;
	margin: 5% 5% 5% 10%;
}

#content H1{
	font-size:14px;
	color: #999999;
}

#text {
		float:left;
		width:67%;
		background:#fff;
		margin-right:15px;
		padding-bottom:20px;
}
#text a{
	font-size:12px;
	color: #646464;
	font-weight:bold;
	text-decoration:none;
	
}

#text a:hover{
	font-size:12px;
	color: #a9a9a9;
	font-weight:bold;
	text-decoration:none;
}

#image {
	text-align:center;

}

#footer {
	font-size:9px ;
	margin:0;
	padding:0;
}

/* login page */
#login select, 
#login input, 
#login p, 
#login td, 
#login th, 
.submit{
	font-size:91%
}

#login, 
#login td, 
#login th, 
.submit{
	text-align:right
}

p#sigcopys {
	text-align: left; 
	font-size: 85%; 
	float: right; 
	padding: .4em; 
	margin: .6em .4em 1em 0; 
}
#logindiv {
	width: 100%;
}
#email select, 
#email input, 
#email p, 
#email td, 
#email th{
	font-size:91%
}

#email, 
#email td, 
#email th{
	text-align:right
}
