﻿/*
      Template by Tammy Pinarbasi of GraphicSuperSource.com
      Please do not redistribute
	  
*/

/* Basic HTML */

HTML {
    height: 100%;
    margin-bottom: 1px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#4a8dc7;
 background-image:url('images/bg.jpg');
 background-repeat:repeat;
 background-attachment:fixed;
}

hr {
	background-color: #f2f9fe;
	color: #b6a659;
	height: 1px;
	width: 100%;
}

h1 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:20px;
	color: #1f7cc2;
}

h2 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color: #1f7cc2;
}

h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color: #1f7cc2;
}


ul {
    margin-top: 0;
    list-style:circle;
    list-style-position:inside;
}

ol {
	list-style-position:inside;
	list-style-type:georgian;
}

p {
	margin-top: 0;
	padding:2px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #1f7cc2;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #b6a659;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1f7cc2;
}

#wrapper { 
 margin: 0 auto;
 width: 820px;
 background-color:#f2f9fe;
 border-right:2px solid #a1cef1;
 border-left:2px solid #a1cef1;
 border-bottom:2px solid #a1cef1;
 border-top:2px solid #a1cef1;
}

#global {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 15px;
	padding: 5px 30px 0 30px;
}
#header {
 width: 820px;
 text-align: left;
 float: left;
 padding: 0px;
 height: 200px;
 margin: 0px 0px 0px 0px;
 background-color: #f2f9fe;
 background-image:url('images/header.jpg');
 border-bottom:10px solid #4789bf;
}

/* Content */

#content {
	position: relative;
	width: 820px;
	margin:auto;
	color:#1F1F1F;
	background-color: #f2f9fe;
}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding-top:15px;
 padding-left:5px;
 padding-right:5px;
 width: 189px;
 float: left;
 text-align:left;
}

#rightcolumn { 
 margin: 0px 0px 0px 0px;
 padding-top:15px;
 padding-left:5px;
 padding-right:5px;
 width: 609px;
 float: right;
 display: inline;
 text-align:left;
}

#footer { 
 width: 800px;
 height:40px;
 clear: both;
 color: #1F1F1F;
 background: #f2f9fe;
 background-image:url('');
 border-top:10px solid #4789bf;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
}

.spacer {
 width:820px;
 height:20px;
 border-top: 2px solid #a1cef1;
 border-bottom: 2px solid #a1cef1;
 background-color: #f2f9fe;
 background-image:url('');
 background-repeat:repeat-x;
}

/* Side Nav */

#navcontainer { 
	width: 190px;
	text-align:left;
	margin:auto;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	width: 185px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background-color: #1f7cc2;
	border-bottom: 1px solid #fcfcfe;
}

#navlist a:visited {
	color: #f2f9fe;
	text-decoration: none;
}

#navcontainer a:link {
	color: #f2f9fe;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #89b0d3;
	color: #1f7cc2;
	border-bottom:1px;
	border-bottom-color:#e3dbed;
}

#navcontainer2 { 
	width: 190px;
	text-align:left;
	margin:auto;
}

#navcontainer2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer2 a {
	display: block;
	width: 185px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background-color: #f2f9fe;
	border-bottom: 1px solid #f2f9fe;
}

#navlist2 a:visited {
	color: #1f7cc2;
	text-decoration: none;
}

#navcontainer2 a:link {
	color: #1f7cc2;
	text-decoration: none;
}

#navcontainer2 a:hover {
	background-color: #f2f9fe;
	color: #b6a659;
	border-bottom:1px;
	border-bottom-color:#f2f9fe;
}
/* Misc */

#adspace {
	width: 820px;
	background-color:#f2f9fe;
	padding-top:10px;
	padding-bottom:5px;
	text-align: center;}


.img {
border: 0;
}

.imgleft {
	float: left;
	margin-right: 1em;
	border: 1px solid #b6a659;
}
.imgright {
	float: right;
	margin-left: 1em;
	border: 1px solid #b6a659;
}

.style1{
	font-family:Arial, Helvetica, sans-serif;
}

.style2{
	text-align:center;
}

 