.main_box
{
position			:absolute;
top					:0px;
left				:0px;
width				:800px;
height				:600px;
border-style		:solid;
border-width		:thin;
border-color		:black;
}

.page_header
{
position			:absolute;
top					:25px;
left				:25px;
width				:750px;
height				:75px;
font-style			:normal;
font-weight			:bold;
font-size			:14pt;
font-family			:times,verdana,serif;
text-align			:center;

}

.management
{
position			:absolute;
top					:125px;
left				:100px;
width				:650px;
height				:75px;
font-size			:14pt;
font-family			:times,verdana,serif;
text-align			:left;

}

#man_sub
{
position			:relative;
top					:.5em;

font-size			:12pt;

}

.link1
{
position			:absolute;
top					:225px;
left				:200px;
height				:75px;
width				:200px;
font-size			:12pt;
font-family			:times,verdana,serif;
text-align			:left;
}

.link2
{
position			:absolute;
top					:225px;
left				:500px;
height				:75px;
width				:200px;
font-size			:12pt;
font-family			:times,verdana,serif;
text-align			:left;
}

.link3
{
position			:absolute;
top					:305px;
left				:200px;
height				:75px;
width				:200px;
font-size			:12pt;
font-family			:times,verdana,serif;
text-align			:left;
}

.link4
{
position			:absolute;
top					:305px;
left				:500px;
height				:75px;
width				:200px;
font-size			:12pt;
font-family			:times,verdana,serif;
text-align			:left;
}

.link5
{
position			:absolute;
top					:385px;
left				:200px;
height				:75px;
width				:200px;
font-size			:12pt;
font-family			:times,verdana,serif;
text-align			:left;
}

.button
{
position			:absolute;
top					:10px;
left				:10px;
width				:50px;
hight				:10px;
border-style		:solid;
border-width		:thin;
border-color		:black;
text-align			:center;

}

#text_button
{
text-decoration		:none;
color				:black;
font-weight			:bold;
}
.footer
{
position			:absolute;
top					:500px;
left				:50px;
width				:700px;
height				:20px;
border-style		:solid;
border-width		:thin;
border-color		:black;
font-family			:times,verdana,serif;
font-size			:9pt;
text-align			:center;
}