/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
    background: #fff url(img/bg2.gif); /* Optional */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    text-align: center; /* IE Fix */
    margin: 0;
    color: #666;
}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; }
a:hover { border-bottom: 1px dashed #47297d; color: #47297d; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
    margin: 0 auto;
    width: 800px;
    background: #ADD8E6 url(img/dot_line.gif) repeat-y 25%;
    border: 1px solid #ddd;
    padding: 0 5px;
    text-align: left; /* Cancel IE Fix */
}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
    background: #6c000e;
    border-bottom: 4px solid #ADD8E6;
    border-top: 5px solid #ADD8E6;
    padding: 25px 25px;
}
	
#header h1 { 	
    margin: 0;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: normal;
    cursor: default;
}

#header h2 {
    margin: 0;
    color: #eaeaea;
    font-size: 1.2em;
    padding-left: 1px;
    cursor: default;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav {
    float: left;
    width: 150px;
    position: relative;
    margin-left: 1px;
    line-height: 20px;
    word-spacing: 2px;
    font-size: 0.8em;
}
#nav div { background: #fff url(img/para_bg.jpg) repeat-x; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
    float: left;
    width: 440px;
    position: relative;
    margin-left: 10px;
    line-height: 20px;
    text-align: justify;
    word-spacing: 2px;
}
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
    float: left;
    width: 180px;
    position: relative;
    margin-left: 10px;
    line-height: 20px;
    word-spacing: 2px;
}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
    font-size: 1.1em;
    color: #47297d;
    margin: 0 10px 0 0;
    cursor: default;
}

#content div, #sidebar div {
    padding: 1px 0 10px 0;
    border-top: 1px solid #ddd;
    padding: 10px;
}

#content h4 {
    font-size: 1em;
    color: #47297d;
    margin: 0 10px 0 0;
    cursor: default;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
    background: #6c000e;
    border-bottom: 5px solid #ADD8E6;
    border-top: 10px solid #ADD8E6;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    line-height: 24px;
    clear: both;
}

#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
