/* CSS Document */

/*--- Style ---*/

body{
	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #D0D0D0;
}

p {
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #F15A2D;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F15D2F;
	margin: 0px;
	padding-bottom: 2px;
}

h2 {
	font: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #006BB6;
	margin: 0px;
	padding-bottom: 2px;
}

/*--- Tables ---*/

#IndexTable {
	width: 720px; 
	align: center;
	vertical-align: top;
	align: center;
	padding: 5px;
}

#TopTable {
	height: 50px; 
	background-image: url(../images/top.gif);	
	background-color: #E9BF95;	
	padding: 5px;
}

#SupportTable_horz {
	height: 3px; 
}

#SupportTable_vert {
	width: 10px; 
}

#SupportTable_vert_sm {
	width: 5px; 
	background-color: white;
}


#ContentTopLeft {
	height: 200px;
	width: 355px; 
	background-image: url(../images/main.gif);	
	background-color: #DFDFDF;
	padding: 5px;
	border-top: 1px solid #F15D2F;
	border-right: 1px solid #F15D2F;
}

#ContentTopMiddle {
	height: 200px;
	width: 150px;
	vertical-align: top; 
	background-color: #DFDFDF;
	background-image: url(../images/backgr-top.gif);	
	padding: 5px;
	border-bottom: 1px solid #006BB6;
	border-right: 1px solid #006BB6;
}

#ContentTopRight {
	height: 200px;
	width: 150px;
	vertical-align: top;	 
	background-color: #DFDFDF;
	background-image: url(../images/backgr-top.gif);	
	padding: 5px;
	border-bottom: 1px solid #006BB6;
	border-right: 1px solid #006BB6;	
}

#ContentLeft {
	height: 125px;
	width: 355px; 
	background-image: url(../images/backgr.gif);
	padding: 10px;
	border-top: 1px solid #F15D2F;
	border-right: 1px solid #F15D2F;	
}

#ContentRight {
	height: 125px;
	width: 355px;	 
	background-image: url(../images/backgr.gif);
	padding: 10px;
	border-top: 1px solid #F15D2F;
	border-right: 1px solid #F15D2F;
}

/*--- Images ---*/

.rightimage {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}