/*Three column css*/
* {
	margin: 0;
    padding: 0;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
    font-size: 80%;
	color: #02298C;
}

#header {
	background-image: url(/images/header_menu.jpg);
	background-repeat: repeat-x;
	height: 199px;
	border-bottom: 2px solid #006BA8;
}


#header h1{
	color: #739AFD;
	font-size: 3.5em;
	padding-top: 50px;
	text-align: center;
}

p.slogan{
	color: #A7AAB3;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	text-transform: uppercase;
}

#header_menu{
	/*background-image: url(/images/middle.jpg);
	background-repeat: repeat-x;*/
	text-align: right;
	height: 73px;
	margin-top: 40px;
	padding-top: 7px;
	padding-right: 5px;
	text-transform:uppercase;
}

#header_menu a{
	font-size: 85%;
	color: #006BA8;
	text-decoration: none;
}

#header_menu a:hover{
	color: #515E75;
	border-bottom: 1px dotted;
}

#container {
	font-size: 1.3em;
}

#left{
	float: left;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-top: 52px;
	width: 20%;
}

#right {
	float: right;
	width: 18%;
	margin-right: 5px;
	padding-top: 52px;
	padding-bottom: 8px;
    padding-right: 12px;
}

#content {
	margin-right: 23%;
	margin-left: 23%;
	padding-top: 60px;

}

#content p{
	padding-bottom: 12px;
}

#content h4 {
	height: 35px;
	width: auto;
	padding: 0;
}

.navcontainer1{
	background: #2A304E;
	margin: 15px;
}

#footer {
	clear: both;
	height: auto;
	text-align: center;
	font-size: .9em;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #2A304E;
}

.push{
		height: 100px; /* .push must be the same height as .footer */
		border-bottom: 0px solid #000; /*Whenever u need, add this division like just this <div id="push"></div>*/
}

img{
	border:none
}

h1{}

h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(/images/menu_tab.jpg);
	height: 31px;
	width: 165px;
	padding-top: 5px;
	padding-left: 15px;
}

.beta{
	font-size: 10px;
	color: #888;
	padding-left: 15px;
}

.images_left {float: left;
    margin: 5px;
}

.thumbs {border: 1px solid gray;
    margin: 5px;
	padding: 1px;
}

a:link {color: #739AFD; 	text-decoration: none;}     /* unvisited link */
a:hover {color: #515E75; border-bottom: 0px;}   /* mouse over link */
a:visited {color: #739AFD; text-decoration: none;}   /* Visited link */

/***********************************'   Left side Menu  *******************************/

#navlist, #navlist1, #navlist2
{
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 8px;
	font-size: 0.9em;
}

#navlist li, #navlist1 li, #navlist2 li 
{
	list-style: none;
	margin: 0.3em;
	padding: 2px;
	padding-top: 8px;
	border-bottom: 1px dotted #C2C2CA;
}

#navlist li a,#navlist1 li a,#navlist2 li a
{
	text-decoration: none;
}


/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style: none;
	padding-right: 20px;
	padding-top: 8px;
	font-weight: bold;
}

/******************************************************************/
p.first{
		padding-left:50px;
}
p.second{
		padding-left:70px;
}
p.third{
		padding-left:100px;
}
p.quicklink{
		text-align: center;
}
/*******************************************************************/
#prev {
	float: left;
	text-align: left;
	font-size:80%;
	font-weight: bold;
	width: 25px;
	height:auto;
}

#next{
	
	float: right;
	font-size:80%;
	text-align: right;
	font-weight: bold;
}

#tandc{/* used in tandc.php */
	margin-left: 50px;
	margin-right: 10px;
}

.help{
	width: 20px;
	font-size: 17px;
	font-weight: bold
}

