/* Site Tags */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* Layout Tags */
.skip {
	font-size: xx-small;
	font-weight: lighter;
	text-align: left;
	clear: both;
	width: 100%;
	color: #FFFFFF;
}
#logo {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 212px;
}
#header {
	background-color: #d4dcff;
	text-align: left;
	clear: none;
	height: 200px;
}
#menu a {
	color: #FF9900;
}
#qlinks {
}

#menu {
	text-align: center;
	clear: none;
	float: left;
	width: 90%;
	background-color: #000099;
	height: auto;
}
#adsense {
	text-align: right;
	height: auto;
	width: 25%;
	float: right;
}
#blogs {
	clear: both;
	float: left;
	height: auto;
	width: 212px;
	padding-top: 10px;
	background-color: #d4dcff;
	text-align: left;
	font-size: medium;
}
#content {
	text-align: left;
	clear: none;
	float: left;
	height: auto;
	width: 65%;
	padding-top: 10px;
	padding-bottom: 20px;
}
#qlinks {
	background-color: #000099;
	clear: both;
	width: 90%;
	text-align: center;
	color: #FF9900;
}
#footer {
	clear: both;
	height: auto;
	width: 90%;
	background-color: #d4dcff;
	text-align: center;
}

/* Text Tags */
#header h1 {
	font-size: 52px;
	color: #000099;
	margin-left: 10px;
	margin-top: 30px;
}
#header h2 {
	font-size: 17px;
	color: #000099;
	text-align: left;
	margin-left: 10px;
}
#content h2,h3 {
	font-size: x-large;
	color: #000099;
	text-indent: 5px;
}
#menu span {
	color: #FFFFFF;
	font-size: small;
}
#blogs li {
	font-size: small;
	list-style-image: url(SupportPages/logoicon.jpg);
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#qlinks span {
	font-size: small;
	color: #FFFFFF;
}
#ptitle {
	font-size: large;
	color: #000099;
	padding-top: 10px;
}
#content p {
	font-size: medium;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-indent: 10px;
	margin-left: 10px;
}
#footer p {
	font-size: x-small;
	text-align: center;
	font-weight: lighter;
}
#blogs p {
	font-weight: bold;
	padding-bottom: 10px;
}
/* Other Tags */
#footer a {
	font-size: x-small;
	color: #000099;
}
