* { padding:0; margin:0; }

BODY {
	margin:0;
	background-color:#e3e3e3;
	background-image:url(images/bg.jpg);
	background-position:center; 
	background-repeat:repeat-y;
	font-family: Arial, Verdana;
	font-size: 9pt;
	text-align:justify;
	color:#687eb7;}

#title {
	background-image:url(images/image.jpg);
	width:800px;
	height:411px;
	z-index:1;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-400px;}

.majorcontent {
	width:730px;
	z-index:3;
	position:absolute;
	left:50%;
	top:310px;
	margin-left:-365px;}

.content {
	text-align:justify;
	background-color:#ebf0f6;
	padding:5px;
	font-family: Arial, Verdana;
	font-size: 9pt;}

select, input, textarea {
	border: solid #F4F4F4 1px;
	background-color: #F4F4F4;
	letter-spacing:0.3px;
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #898989;}

h2 { 
	padding:5px 0;}

.majorcontent h2 { 
	letter-spacing:-1px;
	text-align:left;
	padding-left: 10px;
	background-color:#ebf0f6;
	font-family: Times New Roman, Georgia;
	line-height:0px;
	font-size: 18pt; 
	color: #244592;}


A:link{
	color:#a62721;
	text-decoration:none;
	cursor: default;
	font-weight:bold;} 

A:visited{
	color:#a62721;
	text-decoration:none;
	cursor: default;
	font-weight:bold;} 

A:hover{
	color: #244592;
	text-decoration:none;
	cursor: default;
	font-weight:bold;} 

strong,em,b,i{
	color: #244592;}

ul,ol{
	margin-left:10px;}