body,html { margin: 0px; padding: 0px; width: 100%; height: 100%; background: #FFF; }
body *, html * { font-family: Arial !important; font-size: 14px; }
img { border-style: none; }
h1 { margin: 0px; padding: 4px 0px 0px 0px; font-size: 1.3em; color: #360076; }
a, a:link, a:visited, a:active { color: #360076; text-decoration: none; }
a:hover { color: #68686F; text-decoration: underline; }

#divMain { width: 800px; background: #F8EFC9; border: solid 2px #360076; margin: 20px auto; overflow: hidden; position: relative; }

#divHeader { width: 100%; height: 114px; background: #FFF; overflow: hidden; border-bottom: solid 3px #360076; position: relative; }
#imgLogo1 { position: absolute; left: 0px; bottom: 0px; }
#imgLogo2 { position: absolute; right: 0px; bottom: 0px; }

#divNav { width: 100%; height: 24px; border-top: solid 1px #BBBBBB; }
p.nav { padding: 4px 0px 0px 10px; margin: 0px; }
p.nav a { font-weight: bold; }

#divContent { width: 100%; padding: 0px 0px 0px 14px; position: relative; }

#dnn_ContentPane { width: 450px; min-height: 600px; float: left; margin: 0px; padding: 10px 0px; z-index: 100; }
#dnn_SidePane { width: 300px; height: 600px; float: right; margin: 0px; padding: 10px 0px; z-index: 100; }

.DNNEmptyPane { display: none; visibility: hidden; }
