/* CSS Reset */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td { 
	margin : 0;
	padding : 0;
}

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

img, a img { 
	border : 0;
}

ul {
	list-style-type : circle;
}
ol {
	list-style-type : decimal;
}

caption, th {
	text-align : left;
}

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

abbr,acronym {
	border : 0;
}

a:focus {
	outline : none;
}

#content ul, #content ol {
	list-style-position: inside; 
}

.break,
.clear {
	clear : both;
}
.uppercase {
	text-transform : uppercase;
}
.required {
	color : #b90000;
	font-weight : bold;
}

/* Main */

body {
	font-size: 76%; /* Global font-size */
	font-family : 'Arial', 'Helvetica', sans-serif;
	background-color : #333;
	color : #ccc;
	text-align : left;
}
a:link {
	color : #72b200;
	text-decoration : none;
}
a:visited {
	color : #72b200;
	text-decoration : none;
}
a:hover {
	color : #cc0000;
	text-decoration : none;
}
h1 {
	color : #72b200;
	font-size : 5.0em;
	margin : 10px 0 20px 0;
}
h2 {
	font-weight : normal;
	font-size : 1.0em;
	margin-top : 20px;
	margin-bottom : 10px;
}
h3 {
	font-size : 0.9em;
	color : #717171;
}
hr {
	clear : both;
	padding : 10px 0px;
	border : none;
}
p {
	font-family : 'Arial', 'Helvetica', sans-serif;
	font-size : 1.4em;
	margin-bottom : 20px;
}
ul {
	font-size : 0.9em;
	float : left;
}
li {
	list-style-type : none;
}

#content {
	/*position : absolute;*/
	left : 20px;
	width : 970px;
	display : block;
	margin : 0 auto;
	padding-top : 50px;
}

.credit {
	font-size : 1.0em;
}

/* Footer  */

#footer {
	width : 970px;
	display : block;
	margin : 0 auto;
}
#footer,
#footer p,
#footer a {
	color : #999;
	font-size : 1.0em;
	text-decoration : none;
	margin-bottom : 0;
}
#footer a:hover {
	color : #333;
}
#footer p {
	padding : 10px 0;
}
#footer p.right {
	float : right;
}
#footer p.right span {
	margin-left : 10px;
}