/* ### SITE LAYOUT ####

+------------------------------+
| 01 header                    |
+------------------------------+
| 02 wrpContent                |
|                              |
| +---------+----------------+ |
| | a) menu | b) content     | |
| +---------+----------------+ |
|                              |
+------------------------------+

*/
* { margin:0;padding:0; }

body { background:#E1F3FF url('/_includes/img/background.jpg') repeat-y 0 0;font-family:Verdana,Arial,sans-serif;font-size:85%;line-height:1.3em; }

a:link,a:visited,a:hover,a:active { color:#1594ff;text-decoration:none; }
a:hover { text-decoration:underline; }

p { margin-bottom:15px; }

li { padding:3px;text-align:left; }
h1,h2,h3,h4,h5,h6 { margin-bottom:20px; }
h1 { font-size:1.5em; }
h2 { font-size:1.1em;margin-top:20px; }
h3,h4,h5,h6 { margin-top:20px;font-size:1.1em; }


/* ###   01 HEADER   ### */
#header { width:1024px;height:198px;overflow:hidden;background:transparent url('/_includes/img/top_bar.gif') no-repeat 0 0; }

/* ###   02 WRPCONTENT   ### */
#wrpContent { width:960px;overflow:hidden; }

/* ---   a) menu   --- */
#menu { font-size:0.95em;margin-left:13px; }
#menu ul { list-style:none; }
#menu li { padding:13px; }
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active { color:#000;text-decoration:none;font-weight:bold; }
#menu a:hover { color:#1594ff; }
#menu a.act:link,
#menu a.act:visited,
#menu a.act:hover,
#menu a.act:active { color:#1594ff;text-decoration:none;font-weight:bold; }
#menu a.act:hover { text-decoration:underline; }

/* ---   b) content   --- */
#content { width:570px;margin-left:30px;padding-top:13px;overflow:hidden; }

/* ###   99 DEFAULT STYLES   ### */

.fl { float:left; }
.fr { float:right; }
.fc { clear:both; }