/* Redefined HTML tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/background_title.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

a, a:visited {
	color: #82b4ff;
	text-decoration: none;
}

a:hover {
	color: #82b4ff;
}

h5 {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
}
.white-text {
	color: #FFFFFF;
}


h2 {
	color: #ffd00e;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
p {
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}
p a {
	border-bottom: 1px dotted #415a80;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px dotted #82B4FF;
}



/* Unique ids */
#header {
	margin-top: 18px;
	margin-bottom: 25px;
}

#body-container {
	width: 760px;
	margin: auto;
}
#left-col {
	width: 360px;
	float: left;
}
#right-col {
	width: 360px;
	float: right;
}
#download-header {
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/download_header.jpg);
	background-repeat: no-repeat;
	background-color: #373737;
	height: 78px;
}
#download-body {
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/download_background.jpg);
	background-repeat: no-repeat;
}
#download-body p {
	line-height: 14px;
	
}
#footer {
	background-color: #363636;
}


#footer h3{
	margin: 0px;
}
#footer p{
	margin: 0px;
	font-size: 11px;
}
#footer #left {
	width: 360px;
	float: left;
	padding: 7px 10px 10px;
}
#footer #right {
	width: 340px;
	float: right;
	padding: 7px 10px 10px;
}
#footer #copyright {
	padding: 8px 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
	clear: both;
}
form {
	border: 1px solid #444444;
	background-color: #222222;
	margin-top: 16px;
	margin-bottom: 2px;
}

/* Custom classes */

.clearboth {
	clear: both;
}
.vert-space {
	height: 10px;
}
