* { padding: 0px; margin: 0px; }

/* --- Basic HTML Elements --- */
body { font-family: verdana; font-size: 12px; /* line-height: 1.2em; */ line-height: auto; background: #F8FBFC; color: #52BFFF; }
a { text-decoration: none; font-weight: bold; color: #000080; }
em { font-size: 16px; color: red; font-style: normal; font-weight: bold; }
h1 { font-family: "Book Antiqua", serif; font-size: 24px; color: #000; margin-bottom: 1ex;}
h2 { font-size: 16px; margin-top: 1em; line-height: 1em;}
h3 { font-family: "Book Antiqua", serif; font-size: 14px; text-indent: 1ex;}
hr { width: 100%; height: 1px; margin: 1ex 0px; color: transparent; background-color: transparent; border: none 0; border-top: 1px dotted #99D9FF; }
img { margin: 1ex; }
p { margin: 1ex; }
ul { margin: 1ex; }
ul li { margin-left: 2em; }

/* --- Forms --- */
form p { text-align: right; }
label { width: 20%; margin-right: 1ex; font-size: 14px; font-style: italic;}
input { width: 75%; }
textarea { width: 100%; height: 10em; }
p#buttons input { width: auto; margin-left: 1ex;}

/* --- Page structure --- */
#container { position: absolute; left: 50%; width: 627px; margin-left: -313px; background: url(images/background.gif); }
#navigation { float: left; width: 176px;}
#main { float: left; width: 400px; margin-left: 15px; color: #000; }
#footer { clear: both; height: 87px; background: url(images/footer.gif) bottom no-repeat; }
#linkList, #footerBlock { border: 1px solid #CDECFB; background: #EBFAFF url(images/gradient.gif) left repeat-y; }

/* --- Header --- */
#intro { background: url(images/header.gif); height: 246px; }
#header { display: none; margin-left: -5000px; }

/* --- Navigation --- */
#navigation a { font-size: 12px; }
#navigation #linkList { margin-left: 36px; width: 140px; border: 1px solid #CDECFB;  }
#navigation ul { margin: 10px 0px;}
#navigation li { margin: 5px 0px 5px 10px; list-style-type: none; }

/* --- Footer --- */
#footer #footerBlock { position: relative; top: 15px; margin: 0px 36px; font-size: 9px; padding: 5px 15px; }
#footer #footerBlock #selfLink { }
#footer #footerBlock #copyrightNotice { font-style: italic; }

/* --- Content --- */
.content { margin: 15px 20px; }