body {
margin:0;
padding:0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #fffff0;
line-height : 1.7em;
color : #555;
}
#contentlogin {
border:1px solid #909090;
border-radius:6px;
background:#FFFFFF;
padding:2px 2px 2px 2px;
width:450px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
margin-bottom:0;
text-align:center;
box-shadow: 0 0 3px rgba(0,0,0,.3),
			0 0 30px rgba(0,0,0,.1) inset,
			0 15px 10px -10px rgba(0,0,0,.7);
position: relative;
left:12%;
}
			/*TOP BANNER*/
#header {
height : 188px;
margin-top : 0;
padding : 0;
background : #e88d33 url(banner.jpg) top left repeat-x;
color : #FFF;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : left;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #f17327;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 15px;
height : 1px;
}
#col1 {
float : left;
width : 15%;
margin-bottom : 1em;
padding-right : 10px;
}
#col2 {
float:left;
width:79%;
margin-left : 15px;
margin-bottom : 10px;
border-left : 1px dashed #dda875;
padding-right : 5px;
padding-left : 5px;
min-height:500px;
}
			/*LEFT NAVIGATION*/

#navcontainer {
padding: 10px;
width:98%;
border: 1px dashed #CCCCCC;
background: #F2F2F2;
}

#navcontainer ul {
margin : 0;
list-style-type : circle;
color : #666;
padding-left:15px;
}
#navcontainer ul li a {
color : #885835;
text-align : left;
font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #f17327;
}
			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #e88d33 url(banner.jpg) top left repeat-x;
border-top : 5px solid #885835;
color : #FFF;
padding : 0.2em 0 0 0.5em;
text-align : center;
position:relative;
bottom:0;
right:0;
left:0;
}
#footer a {
color : #FFF;
background : inherit;
}
#footer a:hover {
color : #FFF;
background : inherit;
}
			/*TYPOGRAPHY*/
h1.cimem {
font-family: 'Armata', sans-serif;
margin : 0;
padding-top : 55px;
text-align : center;
font-size : 36px;
line-height: 1em;
color : #FFFFFF;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}