@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
}

h1 {
	font-size: 20px;
	font-weight:bold;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color:#000080;
	margin-bottom:-10px;
}
h3 {
	font-size: 14px;
	color:#000080;
	font-weight:bold;
	margin-bottom:-5px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #EE0000;
}
a:active {
	color: #000080;
}

table tr td	{
	text-align:center;
}

hr	{
	color:#000080;
	width:1000px;
	height:2px;
}


/* Special Elements */


.ctr	{
	text-align:center;
}

.subtie	{
	font-size:14px;
	color:#EE0000;
	text-align:center;
	font-weight:bold;
	margin-bottom:0;
}




/* Div Tags */

#title {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:250px;
	z-index:3;
}
#navbar {
	position:absolute;
	left:0px;
	top:201px;
	width:1000px;
	height:75px;
	z-index:4;
}
#leftside {
	position:absolute;
	left:8px;
	top:300px;
	width:159px;
	height:1103px;
	z-index:7;
}
#add {
	position:absolute;
	left:764px;
	top:274px;
	width:236px;
	height:25px;
	z-index:8;
}
#rightside {
	position:absolute;
	left:865px;
	top:350px;
	width:135px;
	height:962px;
	z-index:9;
}

