﻿/*----------------------------------
General attributes
-----------------------------------*/
p
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}
p2
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 50px;
}
body
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}
h1
{
	font-family: Verdana;
	font-size: 20px;
	color: #6BA0D6;
}
.divpage
{
	width: 720px;
	background-color: White;
	padding: 25px 30px 25px 30px;
}
.divcontainer
{
	width: 100%;
	background-color: White;
}
a:link
{
	text-decoration: underline;
	color: #26496D;
}
a:visited
{
	text-decoration: underline;
	color: #6BA0D6;
}






/*----------------------------------
Master Page attributes
-----------------------------------*/
.masterBody
{
	margin: 0px;
	text-align: center;
}
.masterPageLayout
{
	width: 780px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
}
.masterPageHeader
{
	height: 99px;
	font-size: 12px;
}
.content
{
	float: left;
	background-color: white;
	min-height: 400px;
	width: 100%;
}
.footer
{
	font-size: 10px;
	clear: both;
	background-color: #6BA0D6;
	width: 100%;
	height: 20px;
	margin-bottom: 0;
	text-align: center;
	color: White;
}
.menu a
{
	font-size: 12px;
	text-decoration: none;
	color: #26496D;
}
.menu_selected a
{
	font-size: 12px;
	color: White;	
}




/*----------------------------------
Home Page attributes
-----------------------------------*/
.seperator
{
	width: 1px;
	float:left;
	padding-top: 15px
}
.mainleft
{
	font-size: 12px;
	border-right: solid 1px white;
	border-top: solid 1px white;
	padding: 25px 30px 25px 30px;
	float: left;
	height: 206px;
	width: 200px;
	background-color: #E0E9F5;
	text-align: justify;
	color: #26496D;
	line-height: 25px;
}
.mainimage
{
	border-top: solid 1px white
}
.mainbottom
{
	width:209px;
	float:left;
	padding: 0px 25px 15px 25px;
	color: #6ba0d6;
}
