
/*
------------------------------------------------------------
TAG STYLES
------------------------------------------------------------
*/

body
{
	background-color: #0c3d75;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

p
{
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0px;
}

h1
{
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0px;
	color: #1f4c80;
	font-size:20px;
}

h2
{
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0px;
	color: #1f4c80;
	font-size:17px;
}

h3
{
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0px;
	color: #1f4c80;
	font-size:14px;
}

img
{
	border:0px;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

table
{
	font-size:12px;
}

/*
------------------------------------------------------------
BACKGROUND STYLES
------------------------------------------------------------
*/

.bgcopyrightbar 
{
	background-color: #0A3C71;
	background-image: url(images/pex_23.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bgleftofnav 
{
	background-image: url(images/pex_05.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bg_rightofnav 
{
	background-image: url(images/pex_07.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.bg_navcolumn 
{
	background-image: url(images/pex_20.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.bg_main 
{
	background-image: url(images/pex_15.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bg_rightbg 
{
	background-image: url(images/pex_17.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bg_bannerstretch
{
	background-image:url(images/pex_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg_box
{
	background-image:url(images/blocks_02.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	padding-right:15px;
	padding-left:15px;
}

.bg_boxwider
{
	background-image:url(images/blocks_wider_02.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	padding-right:15px;
	padding-left:15px;
}

.bg_boxwidest
{
	background-image:url(images/blocks_widest_02.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	padding-right:15px;
	padding-left:15px;
}

/*
------------------------------------------------------------
OTHER STYLES
------------------------------------------------------------
*/

.maintable
{
	background-color: #d0d9df;
}

.copyright
{
	font-size:10px;
	color: #FFFFFF;
}

.nav a, .nav a:hover, .holder 
{
	display: block;
	text-align: right;
	color:#0c3d75;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.nav a:hover, .holder
{
	color: #0066cc;
	font-style: italic;
	text-decoration: underline;
}

.textjustify
{
	text-align: justify;
}

.textjustifyline13
{
	text-align: justify;
	line-height:1.3;
}




