/* BASIC ELEMENTS */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	margin : 0 0;
	text-align: center;
	background-image : url(../images/pix_backgroundblue.gif);
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link,
a:visited
{
	color: #266393;
}

p {
	text-align: justify;
}

b
{
	color:black;
}

input,
select,
textarea
{
	border: 1px solid #266393;
	background-color : #A0C6E0;
}


h1 {
	color: #266393;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: thin dotted;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 45px;
	color:#266393;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 35px;
	color:#266393;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 4px;
	color:#266393;
	border-bottom: 1px solid;
}

/* Other elements */

#DocumentBanner {
	width: 755px;
}

#DocumentContent {
	width: 755px;
	background-image : url(../images/pix_leftblue.gif);
}

#LeftColumn {
	width: 212px;
	float: left;
	text-align: left;
	background-image : url(../images/pix_leftblue.gif);
}

#LeftMenuContent
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	color: white;
}

#LeftMenuContent A:link,
#LeftMenuContent A:visited
{
	color: white;
	text-decoration: none;
}

#LeftMenuContent A:hover
{
	color: #93B6CE;
	text-decoration: none;
}

#Content {
	width: 543px;
	float: right;
	background-image: url(../images/design_contentbackground.jpg);
	clear : right;
	background-repeat : no-repeat;
	background-position : bottom;
	background-color : #93B6CE;
	
}

#ContentText
{
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
}

#ContentText td
{font-size: 11px;}


#DocumentFooter {
	clear: both;
	width: 755px;	
}

#FooterLine {
	background-color: black;	
}

#FooterWebDesign {
	font-size: 9px;
	color: white;
	text-align: right;
}

#FooterWebDesign A:link,
#FooterWebDesign A:visited
{
	color:white;
	text-decoration: none;
}

#FooterWebDesign A:hover
{
	color:white;
	text-decoration: underline;
}



