/*
Dark Blue = #1c1e6b;
Light Blue = #acacfa;
*/

* { margin: 0; padding: 0; }

body { background-color: #1c1e6b; color: #1c1e6b; font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; margin: 0; padding: 0; }

* html body { font-size: 76%; }

a { color: #1c1e6b; }

a:hover { background-color: #1c1e6b; color: white; }

img { border: none; }

.lft { float: left; }

.rght { float: right; }

.clr { clear: both; line-height: 0; display: hidden; }

#container { width: 960px; height: 600px; margin: 0 auto; text-align: center; padding: 0; background-color: #acacfa; position: relative; border-right: 2px solid #808080; border-bottom: 2px solid #808080; }

#leftcolumn { background-color: white; color: #1c1e6b; position: absolute; top: 0; left: 0; width: 277px; height: 100%; border-right: 5px solid #0505fd; }

#rightcolumn { position: absolute; top: 0; right: 0; width: 673px; height: 100%; border-left: 5px solid #fe0000; }

#header { width: 222px; height: 196px; position: absolute; top: 20px; left: 25px; background-color: white; }

#content { width: 633px; position: absolute; bottom: 20px; right: 20px; border-top: 2px solid #808080; border-left: 2px solid #808080; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; color: white; }

#content a { color: white; }

#content a:hover { background-color: white; color: #1c1e6b; }

#contactinfo { position: absolute; top: 20px; right: 50px; width: 470px; height: 55px; background-color: white; border-top: 2px solid #808080; border-left: 2px solid #808080; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; padding: 1em 4em; }

#contactinfo p { font-weight: bold; font-size: 12px; }

#navigation { position: absolute; top: 230px; left: 15px; }

#navigation ul { list-style: none; text-align: left; }

#navigation ul li { font-size: 18px; line-height: 25px; }

#navigation ul li.there { color: red; }

#navigation ul li a { color: #1c1e6b; text-decoration: none; }

#navigation ul li a:hover { background-color: white; color:  #acacfa; }

#navigation ul li ul { display: none; }

#logos { position: absolute; bottom: 20px; left: 20px; }

#logos img { vertical-align: middle; }

#logos a:hover { background-color: transparent; }

#footer { font-size: .9em; margin-top: 1.5em; color: white; }

#footer a { color: white; }