/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:85%/1.5em Arial, Helvetica, sans-serif;
color:#222;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}
 
h1 {
padding:10px 0 5px 0;
letter-spacing:-1px;
font-size:2.4em;
}
 
h2 {
	padding:5px 0;
	font-size:3.1em;
	line-height:1.2em;
	color:#662D91;
}
 
h3 {
	font-size:1.6em;
	line-height:1.25em;
	margin-bottom:5px;
	color:#662D91;
}

h4 {
font-size:1.2em;
line-height:1.25em;
margin-bottom:5px;
}

h5 {
font-size:12px;
font-weight:bold;
text-transform:none;
color:#333;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 .75em 0;
}

p.lead {
	font-size:1.5em;
	line-height:1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
}
 
ul, ol {
padding:0 0 1.25em;
list-style:none;
}

li {
padding:0 0 15px 35px;
background:url(images/bullet.png) 0 0 no-repeat;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited {
	text-decoration:none;
	color:#009344;
}
 
:focus {
	outline: 0;
}

/***** Forms *****/
 
form {
margin:0;
padding:0;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
table tr td {
padding:2px;
}


/***** Site specific styles *****/
body {
background:#f2ecf6 url(images/bg.jpg) center 40px no-repeat;
}
 
#container {
	width:760px;
	margin:10px auto;
}

#header {
	text-align: center;
}


#content {
}

#sidebar {
	width:150px;
	padding:10px;
	float:right;
	clear:none;
	margin-left:15px;
	background:url(images/bg.png) repeat;
	text-align: center;
}


#footer {
clear:both;
}
