body,
html {
    margin:0;
    padding:0;
    background:#180552 url("images/background.jpg") repeat-x 0% 0%;
    color:#000;
	font-family:Helvetica, Tahoma, Arial, Verdana, sans serif;
	font-size:100%;
    }
body {
    min-width:780px;
    }
#wrapper {
    background:#180556;
    margin:0 auto;
    width:780px; 
    }

#contentwrap{
    background:#180556;
    margin:0 auto;
    width:780px; 
    }

#header {
    background:#FDFF7F url("images/header_background.jpg");
	height:177px;
	margin-bottom:10px;
    }
#header h1 {
    padding:3px;
    margin:0;
	font-size:85%;
    }
#content h1, #content2 h1, #content3 h1{border-bottom:1px solid black;font-size:1.7em;}

p a img, {border:0;margin:0;}
td a img {border:1px solid black;}


	
/*||||||||||||||||||||START OF NAVIGATION|||||||||||||||||||||||||*/
#navigation {
		background:#180556;
		padding: 0;
		height:2em;*/for internet explorer*/
		min-height:2em;*/for decent browsers:)*/
		height:auto;*/for decent browsers:)*/
		width: 760px;
		border:10px solid white;
	}

#menu {
		padding: 0;
		margin:0;
	}

#menu a {
		text-decoration: none;
		margin-top:0px;		
	}

#menu li, #menu li.left { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 5px;
	}

#menu li.left{margin-left:7px;}

#menu li a {
		color: #180556;
		display: block;
		height: 4em;
		width: 102px;
		padding:0;
		font-weight:bold;
		text-align:center;
		background:url(images/menu_background.jpg) repeat-y;
		border-top:1px solid 180556;
		border-bottom:1px solid 180556;
	}

#menu li a:hover{background:url(images/menu_background_hover.jpg) repeat-y;color:#fff;}


table.menu{border:10px solid #fff;margin:auto;}

table.menu a {
width:83px;
border:1px solid #333333;
display: block;
font-weight:bold;
height:1.3em;/*for internet explorer*/
min-height:1.3em;/*for decent browsers:)*/
height:auto;/*for decent browsers:)*/
}

table.menu a.svq {width:58px;}


div.menu a {
color: #333333;
background: url(images/menu_background.jpg) repeat-y;
text-decoration:none;
padding: 2px 5px;
text-align:center;
}

div.menu a:link {
color: #333333;
background:url(images/menu_background.jpg) repeat-y;
}

div.menu a:active {
color: #000000;
background: url(images/menu_background_hover.jpg) repeat-y;
}

div.menu a:visited {
color: #333333;
background: url(images/menu_background.jpg) repeat-y;
}

div.menu a:hover {
color: #eeeeee;
background: url(images/menu_background_hover.jpg) repeat-y;
border:1px solid #000000;
}




/*||||||||||||||||||||END OF NAVIGATION|||||||||||||||||||||||||*/

#content {
    float:left;
    background:#F7F9FA;
    width:546px;
    margin-left:5px;
    margin-top:30px;
    margin-bottom:20px;
    /*overflow:auto;*/
    color:#180556;
    min-height:16em;/*for decent browsers:)*/
    height:auto !important;
    height:18em;/*for internet explorer*/
    border:2px solid #FDFF71;
    }
#content h2 {background:#fff url(images/h2_background.jpg) repeat-y;text-align:center;margin-top:0;}

#content h2, #content h3, #content p {
    padding:0 4px;
    }

#rightcol {/*alternative sidebar*/
    float:left;
    width:220px;
    background:#180556;
    margin-right:0px;
    margin-bottom:10px;
    margin-top:40px;
    }

#rightcol p img.floatleft{border:none;}
#rightcol p img1.floatleft{border:none;}

.clear{
clear:both;
}

.floatleft{
float:left;
margin-left:25px;

}

.floatright{
float:right;
}

.contentfloatleft{
float:left;
margin-left:5px;
width:200px;
margin-top:0;
}

.contentfloatright{
float:right;
margin-left:5px;
width:300px;
margin-top:0;
}

p.blue{color:#023051;}

/*||||||||||||||||||||START FOOTER|||||||||||||||||||||||||*/	

#footer {
    background:#180556;
    clear:both;
    width:780px;
    left:0;
    margin-top:20px;
    height:2.5em;
    min-height:2.5em;
    }

#footer p {
    background:#180556;
	padding:0px;
    margin:0;
    text-align:center;
    color:#fff;
    }

#footer p a img{border:0;}

/*||||||||||||||||||||END FOOTER|||||||||||||||||||||||||*/