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

body { margin: 0px;background-color: #AAA9A9;font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #333; }
	
img { border: none;}

#home .bg { background-image: url(../images/home_bg.jpg); background-repeat: repeat-x; background-position: top; }
#mainArea { }
#mainArea .menu { background-image: url(../images/home_bg.jpg); background-repeat: repeat-x; background-position: top; }
#mainArea .sideShadow {background-image: url(../images/layout/layout_12.gif); background-repeat: repeat-y; }
#mainArea .mainAreaGrad { background-image: url(../images/layout/layout_10.jpg); background-repeat: repeat-x; background-position: top; }

#menu a {
	display:block;
	background: transparent url(../images/btn_green.gif) no-repeat 0px 2px;
	padding: 0px 10px 5px 20px;
	text-decoration: none;
	font-size: 90%;
	color: #fff;
	text-align:left;
}
#menu a:hover {
	text-decoration: underline;
	background: transparent url(../images/btn_orange.gif) no-repeat 0px 2px;
}

.nobox a { font-size: 10px; background: none; color:red; }

#content { height: 580px; overflow: auto; padding-left: 10px; padding-right: 15px; }
#content h1 {
	font-size: 140%;
	background: transparent url(../images/h1.gif) no-repeat 0px 2px;
	padding: 0px 0px 20px 30px
}
#content h2 {
	font-size: 110%;
	padding: 0px 0px 0px 0px
}

#content p {
	padding-bottom: 10px;
	text-indent: 0px;
	text-align: justify;
}
#content ul {
	
	padding-left: 20px ;
	padding-top: 0px;
	margin: 0px;
	text-align: justify;
}

#content li {
	padding-bottom: 5px;
	padding-left: 5px;
}

#commonInputForm { border-bottom: 1px solid black; border-right: 1px solid black; }
#commonInputForm td { border-left: 1px solid black; border-top: 1px solid black; }
#commonInputForm th { background-color:#999999; border-left: 1px solid black; border-top: 1px solid black; }
#commonInputForm .footer { background-color:#999999; border-left: 1px solid black; border-top: 1px solid black; }
#commonInputForm input { width: 98%; }
#commonInputForm .odd { background-color: #FFFFFF; }
#commonInputForm .even { background-color: #cccccc; }

#submitions { border-bottom: 1px solid black; border-right: 1px solid black; }
#submitions td { border-left: 1px solid black; border-top: 1px solid black; font-size: 90%; }
#submitions th { background-color:#999999; border-left: 1px solid black; border-top: 1px solid black; }
#submitions .footer { background-color:#999999; border-left: 1px solid black; border-top: 1px solid black; }
#submitions .odd { background-color: #FFFFFF; }
#submitions .even { background-color: #cccccc; }