﻿body
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 15px;
    color: #000000;
    background: #6A8FAD;
    margin: 0 0 0 0;
}

#header 
{
	background: #CED3CE;
}

#facebookLike
{
	padding-top: 10px;
	padding-right: 5px;
	float: right;
}

#viewLogo img
{
   border: 0;
}
	
#printLogo { display: none; }


/* Primary Menu Start */
#primaryMenu 
{
    padding: 5px 0 0 0;
	height: 28px;
	margin: 0 auto;
	background: #305081;
}

	#primaryMenu ul 
	{
		margin: 0 auto;
		padding: 0;
		list-style: none;
		font-family: Arial, 'Times New Roman' , Times, serif;
		font-size: 13px;
		line-height: 27px;
		color: #fff;
		text-align:center;
		font-weight: bold;
	}
		#primaryMenu li 
		{
            display: -moz-inline-stack;
            display: inline-block;
			zoom: 1;
            *display: inline;
		}
			#primaryMenu li.first 
			{
				
			}
		#primaryMenu ul a 
		{
			display: block;
			text-decoration: none;
			display: inline-block;
			color: #fff;
			padding: 0 15px 3px 15px;
		}
			#primaryMenu ul a:hover 
			{
			    color: #CED3CE;
			}
			#primaryMenu ul li a.selected, #primaryMenu ul li a.hover
			{
			    background: #6A8FAD;
			    color: #fff;
			}
/* Primary Menu End */


/* Body Start */

#bodyDetail 
{
	margin: 20px 5px 20px 5px;
}

.PageTitle { font-size: 25px; font-weight: bold; margin-bottom: 15px; }
.PageError { font-size: 18px; font-weight: bold; }
a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }

/* Body Start */


/* Footer Start */
#footer 
{
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
}
	#footer a 
	{
		color: #fff;
	}
		#footer .content a 
		{
			text-decoration: underline;
		}
	#footerDivider
	{
	    height: 2px;
	    background: #305081;
	    margin: 0 0 5px 0;
	}
	
	#footerText 
    {
	    padding-top: 15px;
	    padding-bottom: 25px;
    }