html{min-height: 100%; margin-bottom: 1px;}

body{
	background-color: #FDFDFB;
	background-image: url(../images/layout/bg_grey.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table.header{
	background-color: #FFF;
	height: 190px;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666; 
}

td.content{
	padding: 10px;
}

td.frame_head_top{
	background-image: url(../images/layout/frame_head_top.gif);
	background-repeat: repeat-x;
}

td.frame_head_bottom{
	background-image: url(../images/layout/frame_head_bottom.gif);
	background-repeat: repeat-x;
}

td.frame_top{
	background-image: url(../images/layout/frame_top.gif);
	background-repeat: repeat-x;
}

td.frame_bottom{
	background-image: url(../images/layout/frame_bottom.gif);
	background-repeat: repeat-x;
}

td.frame_left{
	background-image: url(../images/layout/frame_left.gif);
	background-repeat: repeat-y;
}

td.frame_right{
	background-image: url(../images/layout/frame_right.gif);
	background-repeat: repeat-y;
}

td.frame_or_top{
	border-top: 1px solid #FF6B55;
}

td.frame_or_bottom{
	border-bottom: 1px solid #FF6B55;
}

td.frame_or_left{
	border-left: 1px solid #FF6B55;
}

td.frame_or_right{
	border-right: 1px solid #FF6B55;
}

h1,h2,h3,h4,h5{
	color: #666;
	margin-bottom: 0px;
}

h3{
	background-image: url(../images/layout/section_right.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20;
	color: #E45F5A;
	text-decoration: underline;
	font-size: small;
		font-size: 1.3em;
}

h4{
	background-image: url(../images/layout/subsection_right.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	height: 15px;
	text-decoration: underline;
	font-size: 1.2em;
}

h5{
font-size:1 em;
}

a,a:hover{	
	text-decoration: underline;
	color: #666;
}

a.more, a.more:hover{
	text-decoration: none;
}

a.more:hover{
	text-decoration: underline;
}

a.legal{
	color: #FF6B55;
	text-decoration: none;
}

a.legal:hover{
	text-decoration: underline;
}

hr{
	border: none 0;
	border-top: 1px solid #000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

ul{
	list-style: disc;
}

ul.home{
	margin-left: 10;
	padding-left: 10;
	line-height: 20px;
}

li.spaced{
	margin-bottom: 10px;
}

dl{
	line-height: 20px;
}

img{
	border: none;
	margin: 0px;
}

img.centered{
	vertical-align: middle;
}

.h100{
	height: 100%;
}

.h20{
	height: 20px;
}

.h15{
	height: 15px;
}

.pad15{
	padding: 15px;
}

.pad10{
	padding: 10px;
}

.pad5{
	padding: 5px;
}

.pad20left{
	padding-left: 20px;
}

.pad25left{
	padding-left: 25px;
}

.padtop2{
	padding-top: 3px;
}

.white{
	background-color: #FFF;
}

.color3{
	color: #E45F5A;
}

/* Navigation */

#navlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 216px;
	height: 290px;
	background-image: url(../images/layout/nav_bg.gif);
	background-repeat: no-repeat;
}

#navlist1{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 216px;
	/*height: 188px;*/
	background-image: url(../images/layout/nav_bg_1.gif);
	background-repeat: no-repeat;
}

#navlist2{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 216px;
	/*height: 88px;*/
	background-image: url(../images/layout/nav_bg_2.gif);
	background-repeat: no-repeat;
}

#navlist a, #navlist a:visited, #navlist1 a, #navlist1 a:visited, #navlist2 a, #navlist2 a:visited{
	display: block;
	padding: 8 0 8 50;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	height: 13px;
}

#navlist a:hover, #navlist1 a:hover, #navlist2 a:hover{
	background-image: url(../images/layout/nav_over.gif);
	color: #FFF;
}

#preload{
	background-image: url(../images/layout/nav_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

a.subnav{
	padding-left: 10px;
	text-decoration: none;
}

/*forms*/

form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
}

textarea{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 345px;
}

textarea.textfriend{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 300px;
}

input.box150{
	color: #000000;
	font-size: 1.2em;
	width: 150px;
	height: 21px;
}

input.box100{
	color: #000000;
	width: 100px;
	height: 21px;
}

input.button{
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	background-color: #CCC;
	cursor: pointer; 
}

.check{
	vertical-align: top;
}
	
/* classes for validator */
.tfvHighlight{
	padding: 5px;
	color: red;
}

.tfvNormal{
	padding: 5px;
	font-weight: normal;
}
