/*type*/

html,body {
margin:0;
padding:0;
}

body {
background:url(images/backwrap.gif) repeat-y center top;
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
}


/*structure*/

#container {
width:830px;
border:0;
margin:0 auto;
}

#wrapper, #header {
margin:0 auto;
width:750px;
}

#banner {
display: inline;
width: 750px;
height: 80px;
}

.bannerblock {
margin: 0 5px 0 0;
}

#rightbannerblock {
margin: 0;
}

#content {
margin:10px 0;
padding: 0;
float:right;
width:570px;
min-height:450px;
height:auto !important;
height:450px;
text-align: left;
}

#nav {
float:left;
width:180px;
margin:0 -180px 0 0;
}

.twocolumn {
width: 550px;
}

.left {
float: left;
width: 255px;
padding: 0 10px;
}

.right {
float: right;
width: 255px;
padding: 0 10px;
}

.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#copyright {
margin-top: 20px;
width: 570px;
text-align: center;
}

/*text*/

#content p, #content li {
font-size: 1.2em;
line-height: 1.4em;
color: #000;
margin:1.0em;
}
	
#nav a {
font-size: 1.3em;
}

#copyright p {
font-size:1.0em;
margin:10px 10px 0 10px;
}

.left p, .right p {
margin: 0;
}

h1 {
font-size:1.4em;
font-weight:bold;
color: #69f;
margin:0 0 10px 10px;
}

h2 {
font-size:1.2em;
font-weight:bold;
color:#000;
margin:20px 10px 10px 10px;
}

a {
color:#69f;
text-decoration:none;
}

a:hover {
color:#69f;
text-decoration:underline;
}

.inlineimg, #video {
text-align: center;
}

.bluebox {
margin: 0 10px;
background-color: #4700b8;
border-color: #0099ff;
border-width: 3px;
border-style: solid;
color: white;
}
	