/* CSS Document */

body {
	text-align: center;
	min-width: 1040px;
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 30px;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	outline: none;
	}

#wrapper {
	width: 910px;
	margin: 0 auto;
	}

#brand {
	float: left;
	}
	
#nav ul {
	float: right;
	list-style: none;
	}

#nav li {
	display: inline;
	padding-left: 10px;
	color: #FFCC00;
	line-height: 30px;
	}
	
#nav a {
	display: inline;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #E5BB19;
	}
	
#container {
	background-color: #CC99CC;
	clear: both;
	
	}
		
#content {
	width: 910px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #333333;
	clear: both;
	}
	
#primary {
	float: left;
	width: 540px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	}
	
#primary h2 {
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	padding-top: 10px;
}

#primary h3 {
	padding-left: 10px;
	margin-bottom: 0px;
	}

#primary ul {
	margin-top: 5px;
}

#primary li {
	list-style-image: url(
../images/bullet_star_gray.jpg;
	list-style-image: url(../images/bullet_star_gray.jpg);
	line-height: 20px;
}

#primary a {
	text-decoration: none;
	color: #FF6600;
	}
	
#primary a:hover {
	color: #990000;
	}

#primary p {
	line-height: 20px;
	padding-left: 10px;

	}

#secondary {
	float: right;
	width: 285px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 10px;
	}

#secondary p {
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#secondary a {
	color: #E5BB19;
	text-decoration: none;
	}

#secondary a:hover {
	color: #FFFF00;
	}

#boxA {
	background-image: url(../images/stripedBG.gif);
	background-repeat: repeat;
	border: thin solid #2b2b2b;
	margin-bottom: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	width: 274px;
}

#boxA h3 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 2px;
}

#boxA a {
	color: #FFFFFF;
	padding-left: 25px;
	line-height: 20px;
}

#boxA a:hover {
	color: #E7BE0C;
	}


#boxB {
	border: thin solid #2b2b2b;
	background-color: #000000;
	padding-right: 5px;
}

#tertiary {
	clear: both;
	background-color: #131313;
	border: 1px solid #000000;
	}

/* To fix spacing difference in IE */

/*#secondary>#columns {
	margin-top: -40px;
	text-align: left;
	float: left;
	} */

#footer {
	clear: both;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #616060;
	}
#footer a {
	color: #616060;
	text-decoration: none;
	}

#footer a:hover {
	color: #FDCD00;
	}

.necessary {
	clear: both;
}


.b {
	font-weight: bold;
	}

.bi {
	font-style: italic;
	font-weight: bold;
	}

.bigger {
	font-size: 16px;
	line-height: 22px;
	}
	
.here {
	color: #FFCC00;
	margin-left: 10px;
	line-height: 24;
	}
	
#clearBoth {
clear:both;
}
