body {
	margin:0px;
	/*color:#3c3c3c;*/
	color:#415877;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#ffffff;
	background-image:url(../images/siteimages/mainBG.jpg);
	background-repeat:repeat-x;
}

img
{
	border:0px;
}
h1
{
	color:#213983;
	font-size:22px;
}
h2
{
	color:#1a2e69;
	font-size:20px;
}
h3
{
	color:#1a2e69;
	font-size:18px;
}
h4
{
	color:#1a2e69;
	font-size:14px;
}
a:link
{
	color:#5074a3;
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	color:#5074a3;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#1151a3;
	font-weight:bold;
	text-decoration:underline;
}

a:active
{
	color:#1151a3;
	font-weight:bold;
	text-decoration:none;
}
div#container
{
	margin:auto;
	padding:0px;
	width:768px;
	text-align:left;
	background-color:#fff;
}

/*                Header                 */



/*           Main Navigation            */

div#navWrapper
{
	margin:0px 7px 0px 7px;

}

/*             Content                  */

div#contentWrapper
{
	margin:7px;
	padding:7px;
	border:solid 1px #e2e2e2;
	background-color:#ffffff;
	width:495px;
}

div#content
{
	border:solid 1px #e2e2e2;
	background-color:#fbfbfb;
	background-image:url(../images/siteimages/contentBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;	
	text-align:left;
}
div#contentText
{
	padding:15px;
}

div#content li
{
	color:#335b88;
}

div#contentRightImageWrapper
{
	margin:7px 7px 7px 0px;
	padding:7px;
	border:solid 1px #e2e2e2;
	background-color:#ffffff;

}

div#contentRightImage
{
	border:solid 1px #e2e2e2;
	background-color:#fbfbfb;
	margin:0px;
	padding:0px;
	font-size:0px;
}

div#contentRightComment
{
	margin:0px 7px 0px 7px;
	text-align:center;
}

div#breadcrumbs
{
	margin:7px 7px 0px 7px;
	font-size:11px;

}

.contentTable
{
	margin-left:auto;
	margin-right:auto;
	border-color:#e2e2e2;
    border-width:1px;
    border-style:solid;
    padding:4px;
    background-color:#ffffff;
    font-weight:bold;
    width:450px;
}

.contentTableColor1
{
	background-color:#cdd5e3;
}

.contentTableColor2
{
	background-color:#e4edfb;
	color:#626262;
}

.noTopMargins
{
	margin-top:0px;
	padding-top:0px;	
}
.disclaimer
{
	font-size:10px;
}

/*   ToolBox    */
 
div#toolBox
{
	margin:7px 7px 0px 7px;
	text-align:right;
	font-size:11px;
}

/*              Footer                  */

div#footerWrapper
{
	margin:20px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	text-align:center;
	width:100%;
	
}
div#footer
{
	margin:auto;
	padding:0px;
	color:#bd9760;
	width:768px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
}
div#footer a:link
{
	color:#5074a3;
	font-weight:bold;
	text-decoration:none;
}
div#footer a:visited
{
	color:#5074a3;
	font-weight:bold;
	text-decoration:none;
}
div#footer a:hover
{
	color:#1151a3;
	font-weight:bold;
	text-decoration:underline;
}
div#footer a:active
{
	color:#1151a3;
	text-decoration:none;
	font-weight:bold;
}

/*   Rounded Edges and Dropshadow for Container    */

.containershadow {
   position:relative;
   z-index:0;
}
.containershadow .containershadow-content{
	background:#fff;
	border:1px solid #c9c9c9;
	position:relative;
	z-index:2;
	width: 100%;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.containershadow .x1,
.containershadow .x1a,
.containershadow .x2,
.containershadow .x2a {
   display:block;
   background:url(../images/siteimages/glow2.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.containershadow .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'containershadow' */
   padding:0 10px 10px 0; 
}
.containershadow .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.containershadow .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0px 10px;
}
.containershadow .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}
.videoBoxComment
{
	margin-bottom:30px;	
	font-size: 10px; 
	text-align: center; 
	font-weight: bold;
}
.imageBoxComment
{
	font-size: 10px; 
	text-align: center; 
	font-weight: bold;
}