/* @group reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }

ol, ul { list-style-type : none; }

table { border-collapse : collapse; border-spacing : 0; }

caption, th { text-align : left; }

fieldset, img { border : 0; }

dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }

q:before, q:after { content :''; }

:focus {
	outline: 0;
}
/* @end */

/* @group layout */

body {  
  background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000;
}

#flashcontent {
	position : relative;
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#header {
  height: 70px;
}

#sidebar {
  float: left;
  margin: 0 10px;
  padding: 5px;
  width: 210px;
	display: inline;          /* IE BUG FIX */
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

#content {
	float: right;
	width: 620px;
	margin-right: 20px;
	display: inline;          /* IE BUG FIX */
}

#footer {
  position: relative;
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999;
}

/* @end */

/* @group typography */

a {
  text-decoration: none;
  color: #C00;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.8em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 1.6em; margin-bottom: 0.1em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.4em; line-height: 1.25; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: normal; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* @end */

/* @group header */
  
  #header h1 {
    margin-top: 15px;
    font-weight: bold;
    font-style: italic;
    background: transparent url(../images/logo.gif) no-repeat;
  }
  
  #header h1 a {
  	display: block;
  	height: 55px;
  	width: 700px;
  	text-indent: -9999px;
  }

/* @end */

/* @group sidebar */

  #sidebar h3 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1.3em;
  	font-weight: bold;
  	letter-spacing: 4px;
  	color: #FFFFFF;
  	margin: 0px;
  	padding: 3px;
  	background-color: #C00;
  	text-align: center;
  }

  #sidebar p {
  	font-weight: bold;
  	margin: 5px 0 0 10px;
  	font-size: 1.2em;
  }

/* @end */

/* @group content */

  #content {
    color: #333;
    font-size: 1.1em;
  }
  
  #content h2 {
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #f0f0f0;
  	border: 1px solid #ccc;
    color: #333;
    padding: 5px;
    margin-bottom: 10px;
  }
  
  #content h2 span.small {
    font-size: 0.8em;
  }
  
  #content h3 {
    color: #000;
    font-weight: bold;
  }
  
  #content p.alert {
    color: #c00;
    font-weight: bold;
  }
  
  #content p.flashplayer {
    font-size: 1em;
    text-align: center;
  }
  
  #content address {
    clear: both;
    margin: 10px 0;
    padding: 5px;
    background-color: #f0f0f0;
  	border: 1px dashed #CCCCCC;
  	font-size: 1em;
  	text-align: center;
  }
  
  #content div.illustration {
    width: 210px;
    float: right;
    margin: 0 10px 10px 10px;
  }
  

/* @end */

/* @group footer */

  #footer a {
    color: #666;
  }

/* @end */

