/*CSS Site layout*/


/*margin-top in body controls table header*/


body {



width:840px;

height:700px;

margin-bottom:100px;

margin-top:auto;



background-repeat:repeat-y;

}

/*
#text
{

}
*/

#text
{
position:absolute;left:60%;top:15px;


}


#menu

{

background-color:#E1EFEF;

border: #CC2A09 dotted 3px;



position:fixed; top:3%; left:1%;

width:177px; height:508px;
clear:none;


}

/*
img.wm{z-index:-1;}
*/

#menulinks{font-size:14pt;}

#menulinks{padding-top: 10px;}



#menulinks

{
position:fixed; top:3%; left:3%;

clear:none;

/*float:right; */

line-height:27px;

z-index:1;




}

/****linking pseudo classes*****/

#menulinks a:link {color:black}

#menulinks a:visited{color:#993333}

#menulinks a:hover

{

background-color:white;

}


#menulinks a:active

{

font-style:oblique;




}

/****end of link pseudos*****/


#content
{





margin-top:auto;

margin-left:auto;

padding-top:50px;

position:absolute; top:150px; left:30%;


clear:none;

width:400px


}




#privacy
{
position:relative; top:385%; left:30%;

clear:both;

text-align:center;


/*border: 4px solid red;*/


width:425px; height:150px;


text-decoration:underline;

}

/**disclosure link styles**/
#dynalink

{
font-style:italic;
font-size: 10pt;
text-align:center;



}

#footer
{

padding-top:15px;

padding-bottom:50px;

padding-left:35%;

margin-bottom:auto;

margin-top:auto;

margin-left:auto;

margin-right:auto;

clear:none;
}

table.one

{

padding-left:300px;

margin-left:210px;



}







/*Created July 8th 2008 by C.J.S.B. Digital Publishing*/ 