body{
text-align: center;
font:.85em/1.3 Arial, Verdana, Helvetica, sans-serif;
color:#333;
background-color: #fff;
}

a:focus{
outline:1px dotted;
}
hr{
background-color: #ccc;
height:2px;
clear:both;
}
p,dl,ol,ul,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
margin-bottom: .25em;
}

blockquote {
margin:1.35em;
padding:1.35em 1.35em 0 1.35em;
}

small {
font-size:0.7em;
}

strong {
font-weight:bold;
}

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;
}
/***** Headings *****/
h1 {
font-size: 2.8em;
font-weight: bold;
}

h2 {
font-size: 2em;
font-weight: bold;
padding: 0px 0px 3px 0px;
}

h3 {
font-size:1.6em;
font-weight: bold;
margin: 2px 0 1px 0;
}

h4 {
font-size:1.3em;
font-weight:bold;
}

h5 {
font-size: 1.1em;
font-weight:bold;
}

h6 {
	font-size: 1em;
	font-weight:normal;
	margin: 0px 0 5px 0;
	color: #2c57d1;
}

/***** Links *****/
a,
a:link,
a:visited {
color: #902800;
text-decoration:none;
}

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

/***** Forms *****/
form {
display:inline;
}

input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}

textarea {
width:100%;
line-height:1.35;
}

/***** Tables *****/

table {
margin:0 0 1.35em 0;
}

table tr td {
padding:2px;
}

/***** header *****/
#header {
	background: #ffcaca;
}
/***** container *****/
#container {
	background: #7fff00;
}

/***** footer *****/

#footer { 
	background: #feff79;
} 

/***** Global Classes *****/
p {
	margin: 0 0 .7em 0;
}
.align-right {
	text-align: right;
}
.border-right {
	border-right:1px solid #ccc;
	padding-right: 1em;
	margin-right:1em;
}

.caption {
	font-size: .8em;
	margin: 0px 0 5px 0;
}

.clearboth 	`		{clear:both;}

.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.indent ul {
	margin: -.5em 0 -1em 0em;
	font-size: inherit;
	list-style:none;
}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 0px 0; }
.img-right     { float:right;margin:4px 0 2px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** 960 containers *****/
.container_12 {
background-color: #ccc;
margin-bottom: 0px;
}

.container_16 {
background-color: #ccc;
margin-bottom: 0px;
}

.container_24 {
background-color: #ccc;
margin-bottom: 0px;
}