
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
	{
	margin: 0;
	padding: 0;
	//background-color: #035590;
	background:#035590 url(images/backrepeater.png) repeat-x scroll center top;
	text-align: center;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5; 
	}
	
.logo {
	align: right;
	float:right;
	position relative;
//	margin-left: 200px;
	width: 380px;
	height: 70px;
	overflow:auto;
}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0.5em;
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
	width: 74em;				/* <-- use this for a set width */
	background-color: #FFFFFF;
	}
 	
#content
	{
	padding:2em;
	
	}

#content h1
	{
	font-weight: bold;
	font-family: verdana;
	background-color: #fff;
	color: #2D228E;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0.9px;
	line-height: 1.0em;
	font-size: 1.4em;
	}
		
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
.roundcont {
	width: 900px;
	background-color: #035590;
	color: #ffffff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}	

.PrimaryMenu:hover {
color:#666666;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
.TopMenu:hover, .PrimaryMenu:hover {
color:#073771;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#666666;
text-decoration:underline;
}
.PrimaryMenu {
color:#666666;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:0;
}
.TopMenu, .PrimaryMenu {
color:#666666;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
letter-spacing:2px;
text-decoration:none;
}
a {
color:#073771;
text-decoration:none;
}

