html, body		{ padding:0; margin:0; font-family:verdana; color:black; font-size:12px; }
body			{ background:url(images/menu_bg.gif) repeat-x 0 60px; }
h1				{ font-family:trebuchet ms;font-size:24px}
h2				{ font-size:13px;font-weight:bold;color:#012873; }
hr				{ border:0; border-top:1px solid silver; }

#container		{ width:1000px; margin:0 auto; position:relative; }
#logo			{ background:url(images/logo.gif); width:272px; height:35px; position:relative; top:15px; left:20px; }
#menu			{ height:85px; color:white; font-size:11px; position:relative; top:32px; word-spacing:4px; font-weight:bold; padding-left:20px; }
#box_1			{ width:267px; height:178px; background:url(images/box_small.jpg); position:absolute; left:50px; }
#box_2			{ width:316px; height:216px; background:url(images/box_big.jpg); position:absolute; left:340px; }
#box_3			{ width:267px; height:178px; background:url(images/box_small.jpg); position:absolute; left:680px; }
#box_4			{ width:267px; height:178px; background:url(images/box_small.jpg); position:absolute; left:340px; }
#box_5			{ width:267px; height:178px; background:url(images/box_small.jpg); position:absolute; left:630px; }
#home_text		{ margin:0 20px; position:absolute; top:275px; padding:20px;text-align:justify; }
#sub_content	{ width:920px; margin:0 20px; background:url(images/text_bg.jpg) repeat-x; position:absolute; top:125px; padding:20px; }
#form_content	{  background:url(images/text_bg.jpg) repeat-x; position:absolute; top:125px;width:500px; }
#bottom_content	{ width:920px; margin:0 20px;  padding:20px; }
#footer			{ margin-top:70px; border-top:1px solid silver; padding-top:5px; font-size:11px; text-align:center; }
#footer2			{ position:relative;top:30px;margin-top:100px; border-top:1px solid silver; padding-top:5px; font-size:11px; text-align:center; }

a				{ color:#012873;}

#menu a			{ color:#E6EBF0; }
#menu a:hover	{ text-decoration:none; }

label			{ font-weight:bold; }
input			{ width:250px; }
input.tom			{ width:70px;text-align:center; }
input.tom2			{ width:150px;text-align:left; }

fieldset		{ padding:5px; }


