* {
	margin: 0 auto 0 auto;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

body {
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica sans-serif;
}

/* Text & Paragraphs ////////////////////////////////////////////////////////// */
p {
	color: #666666;
	font-size: 12px;
	margin: 0 0 8px 0;
	line-height: 125%;
}

p a {
	color: #990000;
	text-decoration: none;
	font-weight: normal;	
}

p a:hover {
	color: #990000;
	text-decoration: underline;
}

em {
	font-weight: normal;
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

hr {
	width: 100%;
	border: 1px solid #cccccc;
	border-style: none none solid;
	margin: 10px auto 10px auto;
}

h1 {
	color: #666666;
	font-size: 25px;
	margin-bottom: 8px;
}

h2 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;	
}

h3 {
	color: #666666;
	letter-spacing: 0px;
	font: 15px;
	margin-bottom: 5px;
}

#form {margin:0px;}
#form p {margin:0px; padding: 0 0 2px 0; font-size: 12px;}
#form span {color: #F00;}
#form h2 {
	font-size: 14px;
	color: #666666;
	padding: 5px;
}
/* Lists //////////////////////////////////////////////////////////////// */

ul { 
	color: #666666;
	font: 12px;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul a {
	color: #669900;
	text-decoration: none;
	font-weight: normal;	
}

ul a:hover {
	color: #669900;
	text-decoration: underline;
}

ol {
	color: #666666;
	font: 12px;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
}

ol a {
	color: #669900;
	text-decoration: none;
	font-weight: normal;	
}

ol a:hover {
	color: #669900;
	text-decoration: underline;
}

/* Application Fields //////////////////////////////////////////////////////////////// */
input {
color: #666666;
border: 1px solid #cccccc;
font: 12px;
padding: 2px;
margin-bottom: 4px;
}

select {
	color: #666666;
	border: 1px solid #cccccc;
	padding: 1px 1px 1px 2px;
	font-size: 12px;	
	margin-bottom: 4px;
}

input[type="image"] {
	border: 0;
}

textarea {
	color: #666666;
	background: #e8e8e8;
	border: 0;
}

#content {
	padding: 15px 0 0 0;
}

#container {
	padding-bottom: 30px;
	vertical-align: top;
}

.side {
	padding: 10px 5px 10px 5px;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.side p {
	color: #666666;
	font-size: 12px;
	margin: 0 0 2px 0;
	line-height: 125%;
	text-align: center;
}

.side ul { 
	color: #666666;
	font: 12px;
	list-style-position: outside;
	margin-left: 20px;
}

.side ul a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;	
}

.side ul a:hover {
	color: #666666;
	text-decoration: none;
}

.side ol {
	color: #666666;
	font: 12px;
	list-style-position: outside;
	margin-left: 20px;
}

.side ol a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;	
}

.side ol a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer {
	height: 60px;
	padding: 10px 15px 20px 15px;
	vertical-align:bottom;
	background-color: #eeeeee;
}

#footer p { color: #666666; font-size: 12px; line-height: 20px; }
#footer p a { color:#666666; text-decoration:none; font-weight: normal; padding: 0 0px 0 30px;}
#footer p a:hover { color:#666666; text-decoration:underline;}
