* {
	margin:0px;
	padding:0px;
}

ul {
	margin: 5px 10px 20px 30px;
	list-style-image: url("../images/arrow.jpg");
}

li {
	margin: 0px 0px 2px 0px;
}

dl {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

dt {
	padding:10px 0px 5px 0px;
	font-weight: bold;
	font-size: 125%;
	color:#528cb7;
	text-transform: uppercase;
}

dd {

}

#container {
	font-size:small;
	font-family:'Lucida Grande', 'Tahoma';
	width:100%;
	border-top:5px solid #0054a5;

}

h1, h2 {
	font-size:225%;
	font-family:'Georgia';
	font-weight:normal;
}

h2 {
	font-size:225%;
	margin:10px 0px 10px 0px;
}

h3 {
	margin:15px 0px 10px 0px;
		color:#528cb7;
	text-transform: uppercase;

}

h6 {
background:#f0f0f0;
padding:5px;
font-size:100%;
}

.tip {
display:none; background-color:white; border:1px solid #ccc;
}

p {
margin:0px 0px 20px 0px;
line-height:1.6em;
}

p.intro {
font-size:150%;
text-align: center;
margin: 20px 10px;
}

#content img {
text-align: center;
border: 10px solid #f2f2f2;
margin-bottom:10px;
}

#content table img {
border:0px;
}

hr {
	margin: 10px 0px;
	height:1px;
	background: none;
	border-top:1px solid #ccc;
} 

table {
	width:100%;
	border-collapse: collapse;
	background: #f0f0f0;
	margin:0px 0px 20px 0px;
}

td, th {
	padding:10px;
}

th {
	text-align: right;
}

td p {
	margin:0px;
}

form {
padding:10px;
background:#fcfcfc;
border:5px solid #ddd;
}

label {
display:block;
margin:0px 5px 3px 0px;
clear:left;
width:200px;
text-align:left;

}

blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
line-height:24px;
padding:10px 20px;
font-style:italic;
}

blockquote .author {
text-align:right;
font-size:14px;
line-height:15px;
color:#333333;
}

input.text, textarea {
display:block;
margin:0px 0px 10px 0px;
width:300px;
border:1px solid #ccc;
padding:3px;
clear:left;
}

.submit {
clear:both;
}
 
.left {
float:left;
margin:0px 10px 10px 0px;
}

.right {
	float:right;
	margin:0px 0px 20px 20px;
}

#content .noborder {
border:0px; !important
}

form {
	margin:0px;
}

form input {
}

.note {
border: 10px solid #f2f2f2;
margin:0px 0px 20px 0px;
}

.note ul {
	margin:10px 10px 10px 30px;
}

body {
text-align:center;
}

#headercontainer {
	/*background:url('../images/headerbg.jpg') bottom left repeat-x;	*/
}

#headercontainer, #showcasecontainer, #contentcontainer {
	width:100%;
}

#header, #showcase, #content {
	width:770px;
	margin:0px auto;
}

#header {
	text-align:right;
}

#header ul {
	text-align:right;
	margin: 0px 0px 0px auto;
	width:600px;
	padding:110px 0px 10px 0px;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;
}

#header ul li {
display:inline;
}

#header a {
text-decoration:none;
padding:5px 5px 10px 5px;
color:#222;
}

#header a:hover {
	background-color:#0077e8;
	color:white;
}

#header a.clean {
padding:0px;
border:none;
}

#header a.clean:hover {
	background-color:none;
	color:none;
}

#header a.active {
	background-	color:#0077e8;
		color:white;

}

#showcasecontainer {
	background:url(../images/showcasebg.jpg) top left repeat-x;
	background-color: #0054a5;
}

#showcasecontainer.home {
		min-height:200px;
}

#showcase {

color:white;
}

#showcase p {
font-size:250%;
padding:35px 0px 0px 0px;
margin:0px;
}

#showcase h2, #showcase h1 {
	margin:0px; 
	padding:20px 0px 20px;
	text-align:left;
}
showcase p {
	margin: 0px;
}

#showcase img {
	float:right;
	padding:7px;
	background-color:white;
	margin:20px 0px 20px 10px;
border:1px solid #ccc;
	
}

#contentcontainer {
		background:url(../images/contentbg.jpg) top left repeat-x;
}

#content {
	text-align:left;
			padding:20px 0px 0px 0px;
}

#main {
	float:left;
	width:510px;
}

.index p {
border-top:1px solid #f0f0f0;
padding-top:10px;
clear:left;
}


#sidebar {
	float:right;
	width:200px;
}