@charset "UTF-8";
#container {
	height: auto;
	width: 950px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#header  {
	height: 215px;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/templates/bkflashtemplate/images/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
        padding-top: 25px;
}
#footer ul {
    display: inline; /* Shows each item side-by-side */
    list-style-type: none; /* Gets rid of the bullet points */
}
#footer ul li {
    display: block;
   	float: left;
    padding: 0 1em; /* Provides horizontal separation between menu items */
}
#body {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#links {
	background-image: url(/templates/bkflashtemplate/images/Nav_background.png);
	background-repeat: repeat-both;
	height: auto;
	width: 270px;
	padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
}
#links  ul {
    line-height:200%;
    list-style-type:none;
}
a.links:link {
	color: #003399;
	text-decoration: none;
	line-height: 125%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}
a.links:visited {color: #003399; text-decoration: none; }
a.links:hover {
	color: #009900;
	text-decoration: underline;
}
a.links:active {
	color: #009900;
}
a.links {
	font-size: 20px;
	line-height: 200%;
}
#ad1 {
	height: auto;
	width: 265px;
	padding: 10px;
        margin-top: 10px;
	margin-bottom: 10px;
        background-color: #ffffff;
}
#left {
	float: left;
	width: 250px;
}
#ad2 {
	height: 204px;
	width: 196px;
	font-size: 14px;
	line-height: 145%;
	font-weight: bold;
	padding-top: 15px;
        padding-bottom: 15px;
}
#right {
	float: right;
	width: 550px;
	height: auto;
}
#banner {
	margin-bottom: 10px;
	margin-top: 10px;
}
#article {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 135%;
}
#Article {
        background-color: #FFFFFF;
        padding-bottom: 15px;
}
.articles {
	line-height: 100%;
}
.article_separator {
        margin: -100%;
}
.title1 {
	font-size: 18px;
	font-weight: bold;
}
.title2 {
	font-weight: bold;
}
.tutorialsmalltext {
	font-size: 13px;
        font-color: #ffffff;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}
.rightInfo {
	float: right;
	width: 100px;
}
#pricing {
	padding: 10px;
	float: left;
	width: 240px;
	margin-right: 10px;
        margin-top: 10px;
	border: medium outset #14A1D0;
}
#pricingIncludes {
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	width: 210px;
	font-size: 14px;
	line-height: 125%;
}
#pricingMain {
       margin-bottom: 50px;
}
#pricingBottom {
        clear: both;
}
#title {
	background-color: #14A1D0;
        padding: 3px;
        padding-left: 15px;
        width: auto;
        margin-bottom: 10px;
}
#titleArticle {
	background-color: #C3DFAD;
        padding: 3px;
        width: auto;
        margin-bottom: 10px;
}
.pagenavbar {
	font-size: 13px;
}
.input {
        background-color: #C3DFAD;
        outline: none;
}