/*------------------------------------
	TIPS Resources 303.470.3977
------------------------------------*/

/*------------------------------------
	GENERAL
------------------------------------*/
body{font-family: Verdana, Geneva, sans-serif; color: #009;}

a:link {
	font-family:Verdana, Geneva, sans-serif;
	margin:10px;
    text-align:Left;
	font-size:14px;
	line-height:14pt;
	text-decoration: none;}

a:visited {
	font-family:Verdana, Geneva, sans-serif;
	margin:10px;
    text-align:Left;
	font-size:14px;
	line-height:14pt;
	text-decoration: none;}

/*------------------------------------
	HEADER
------------------------------------*/
.Header{
	position: relative;
	margin: 0 auto 0 auto;
	padding-top:2px;
	clear: both;
	width: 648px;
	height: 85px;
	border:3px;
	border-style: outset;
	background-image: url(images/Logo.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height:15pt;
	font-size:14px; 
	font-variant:small-caps;}
	
/*------------------------------------
	NAVIGATION
------------------------------------*/
.Navigation {
	margin: 0 auto 0 auto;
	height: auto;
	background-repeat: repeat;
	height: 24px;
	width: 654px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url(images/MenuBar.gif);
	text-align:center;
	font-size:12px;
	line-height:16pt;}
	
/*------------------------------------
	MainPage
------------------------------------*/
.MainPgBk {
	position:relative;
	margin: 0 auto 0 auto;
	height: 390px;
	width: 654px;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border: 3px double #ffffff;*/
	clear: both;}

.MainPage {
	position: relative;
	margin:0 auto 0 auto;
	text-align:left;
	padding:1px;
	height: 380px;
	width: 558px;
	top: -390px;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border: 3px double #ffffff;*/
}
.MainPgBk2 {
	position:relative;
	margin: 0 auto 0 auto;
	height: 600px;
	width: 654px;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border: 3px double #ffffff;*/
	clear: both;}

.MainPage2 {
	position: relative;
	margin:0 auto 0 auto;
	text-align:left;
	padding:5px;
	height: 590px;
	width: 558px;
	top: -600px;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border: 3px double #ffffff;*/
}
	
/*------------------------------------
	PAGE CONTENT
------------------------------------*/
.Content{
	font-size: 12px;
	color: #7a7a7a;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 40px;
	clear: both;}

.Content:after{
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;}

.Content img {
	margin: 3px;
	padding: 2px;}
	
/*------------------------------------
	FOOTER
------------------------------------*/
.Footer{
	position:relative;
	margin: 0 auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:20px;
	height: 24px;
	width: 654px;
	top: -390px;
	clear: both;}
	
.Footer2{
	position:relative;
	margin: 0 auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:20px;
	height: 24px;
	width: 654px;
	top: -600px;
	clear: both;}

