/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Lists */
ul, ol {
	margin-left: 40px;
	padding-left: 1em;
	text-indent: -1em;
	}
	
li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 120%;
	margin: 0 0 8px 0;
	}

/* Formatted Text */
pre {}
p, h1, h2, h3, h4, h5, h6 {margin: 0 0 8px 0;}
	
/*body {
	background-image: url(images/bkgrd_img.jpg);
	background-repeat: repeat-x;
	background-color: #325eac;
}*/
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;

}

em {
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
	margin-top: 5px;
}
/* Headings */
h1 {
	font-size: 160%;
	color: #e51c29;
	font-weight: bold;
	line-height: 130%;
	padding-bottom: 5px;
	padding-top: 10px;

}

h2 {
	font-size: 140%;
	color: #333;
	padding-bottom: 5px;
	padding-top: 10px;

}

h3 {
	font-size: 130%;
	color: #333;
	padding-bottom: 5px;
	padding-top: 10px;

}

h4 {
	font-size: 120%;
	color: #333;
	padding-bottom: 5px;
	padding-top: 5px;

}

h5 {
	font-size: 110%;
	color: #325eac;
	padding-bottom: 5px;
	padding-top: 5px;

}
h6{
	font-size: 100%;
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;

}


/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #e51c29;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #e51c29;
}

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #e51c29;
}
a{ outline: none;}
.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

#Form1 {
	padding: 20px;
}

table #board{
	border: none;
}
tr #board{
	border: 2px solid #999;
}
td #board{
	margin:0px 15px 0px 20px;
}
