body,th,div{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
h1{
	font-size: 15px;
	font-weight: bold;
	color: #0057a6;
	text-align: left;
	display: inline;
}
h2{
	font-size: 12px;
	font-weight: normal;
	color: #0057a6;
	text-align: left;
	display: inline;
}


/************ Link Styles ************/
a:link {
  color:#0057a6;
  text-decoration: underline;
}
a:hover, a:visited {
  color:#f57000;
  text-decoration: underline;
}

#header a:link, #header a:visited  {
  color:#000000;
  text-decoration: underline;
  font-weight: normal;
}
#header a:hover {
  color:#000000;
  text-decoration: underline;
  font-weight: normal;
}

#footer a:link, #footer a:visited  {
  color:#000000;
  text-decoration: underline;
  font-weight: normal;
}
#footer a:hover {
  color:#000000;
  text-decoration: underline;
  font-weight: normal;
}

#footerLine a:link, #footerLine a:visited  {
  color:#ffffff;
  text-decoration: underline;
  font-weight: normal;
}
#footerLine a:hover {
  color:#ffffff;
  text-decoration: underline;
  font-weight: normal;
}

/************ Color Styles ************/
.orange{
	color: #f57000;
}
.blue{
	color: #0057a6;
}
.white{
	color: #FFFFFF;
}
.black{
	color: #000000;
}


/************ General Layout Classes ************/
.clear {
	clear: both;
}
img {
	border: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.line {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #0057a6;
}
.cursorPointer{
	cursor: pointer;
}
.center {
	text-align: center;
}
ul {
	list-style: square outside;
	padding: 0px 0px 0px 15px;
}
ol {
	list-style-position: inside;
	padding: 0px 0px 0px 0px;
}

/************ Layout ************/
#mainBackGround {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#container {
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	padding: 15px 25px 15px 25px;
}

.firstPageCategories {
	margin: 0 auto;
	width: 635px;
	text-align: center;
	margin-top: 30px;
}

#categoryDescription {
	padding: 10px 0px 10px 53px;
}

.category {
	width: 200px;
	float: left;
	margin: 5px;
	text-align: left;
}

.link {
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.sponsorLink {
	background-color: #e8f6ff;
	margin-bottom: 8px;
	padding: 10px;
}
.path {
	margin-top: -10px;
	margin-bottom: 20px;
}

#linkCointainer {
	width: 670px;
	float: left;
}

#rightCol {
	width: 200px;
	float: right;
	margin-left: 30px;
}

#siteWide {
	margin-bottom: 20px;
}

#addsCointainer {

}

#header {

}

#headerMeni {
	padding: 22px 0px 0px 0px;
	text-align: right;
}

#headerLine {
	background-image: url('images/topMiddle.jpg');
	background-repeat: repeat-x;
	height: 18px;
	margin: 0px -8px 10px -9px;
}
	#headerLineLeft {
		background-image: url('images/topLeft.jpg');
		height: 18px;
		width: 18px;
		float: left;
	}
	#headerLineRight {
		background-image: url('images/topRight.jpg');
		height: 18px;
		width: 18px;
		float: right;
	}

#footer {

}

#footerLine {
	background-image: url('images/bottomMiddle.jpg');
	background-repeat: repeat-x;
	height: 22px;
	margin: 10px -8px 0px -9px;
	padding-top: 4px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}
	#footerLineLeft {
		background-image: url('images/bottomLeft.jpg');
		height: 26px;
		width: 18px;
		float: left;
		margin-top: -4px;
	}
	#footerLineRight {
		background-image: url('images/bottomRight.jpg');
		height: 26px;
		width: 200px;
		float: right;
		margin-top: -4px;
	}


/************ Forms ************/
form {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
.edit
{
	width: 150px;
	background-color: #ffffff;
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
.edit300
{
	width: 300px;
	background-color: #ffffff;
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
select
{
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    width: 218px;
}
select.small
{
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    width: 70px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #ffffff;
    border: #777777 1px solid;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}
.Submit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: #1e679b 1px solid;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	color : #1e679b;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}
.Submit:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: #777777 1px solid;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	color : #9d1212;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}