html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}
a:hover {
	color: #01359b;
}

body {
	background-repeat: repeat;
	background-image: url(images/bg3.jpg);
	background-color: #D1E9F5;
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

p .smalltxt {font-size: 11px}

p{
	padding-bottom: 1.2em;
}

/* extras */
.clearer {clear: both;}

/* structure */
.container {
	background: #fff;
	width: 760px;
	font-size: 1.2em;
	margin: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.container p {    
font-family: arial,helvetica,verdana;
	line-height:18px;
	font-size:13px;
	color:#001722;

	}
	
.container li {    
font-family: arial,helvetica,verdana;
	line-height:18px;
	font-size:13px;
	color:#001722;
	margin-left:33px;

	}
table {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	text-align: left;
	}
.reg {
	color: #FF0000;
}
h3 {
	font-weight: bold;
	font-size:14px;
	color:#000000;
	padding-top:15px;
}
/* header  */
.top {
	/*  ***This is the gif that floats over the background***  background:  url(images/clouds.gif) repeat-x;*/
	padding: 0px 10px 0;
}
/* Header Top */
.header {
	background: #fff;
	height: auto;
	margin: auto;
	width: 760px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* horizontal Menu */
.navigation {
	/*border-color: #DFEEF7;*/
	line-height:5px;
	height: 33px;
	background-color: #FFFFFF;
	background-image: url(images/txtbanner_07.jpg);
	background-repeat: repeat-x;
	padding-bottom:10px;
	
}
.navigation a {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left:10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 14px;
	padding-bottom: 10px;
}
.navigation a:hover {
	color: #d5ecf7;
    
		/*height:13px; background-image:url(images/nav_highlight.jpg);
	background-repeat:repeat-x;*/
}

/* Background */
.main {
	background-color: #aedaf0;
	top:10px;
	height:auto;
} 

/* Side Navigation */

/* Main Content */
.content {
	/* float: left;*/
	background-color: #aedaf0;
	border:#FF00FF;
	margin-right: 15px;
	margin-bottom: 14px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
h2 {
	color: #365f91;
	line-height:18px;
	font-size:15px;
	margin-bottom: 6px;
}


.content p {    
font-family: arial,helvetica,verdana;
	line-height:18px;
	font-size:13px;
	color:#001722;

	}
	
.columnLeft {
	border:#339900;
	width:auto;
	padding:0px;
	margin:0px;
	height:auto;

}

ul {
padding-left:20px;
color: #001722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	list-style-image:url(images/bullet.gif);
}

li {
padding-bottom:10px;
}



/* Bottom Footer */
.footer {
	color: #01359b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 39px;
	text-align: center;
	background-image: none;
	background-repeat: repeat-x;
}
.footer a,.footer a:hover {
color: #01359b;
	padding-left:15px;
	padding-right:10px;
}
