
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

img {
    border: none;
}

.header {
	border-color: #CCCCFF #CCCCFF #000000 #CCCCFF;
	margin: 10px auto;
	height: 130px;
    width: 650px;
    margin: auto;
    margin-top: 20px;
}

div.menu_bar {
	height: 30px;
	background-color: #eee;
	border-top: 2px solid #000;
	border-bottom: 4px solid #000;
}


.menu {
	text-align: left; 
	font-family: verdana, sans-serif; 
	position:relative; 
	top: -2px;
	font-size:12px;
	height: 30px; 
	margin: 0px;
	padding: 0px; 
	list-style-type:none;
    width: 960px;
    margin: auto;
}
.menu ul {
	padding:0; 
	margin:0; 
	list-style-type:none;
}
.menu li {
	float:left;
	position:relative;
	color: #2768a2;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 4px;
}
.menu li a, .menu li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; 
	float:left; 
	padding: 0em 0.5em; 
	height:3em; 
	line-height:3em; 
	margin: 0px;
	color:#2768a2; 
}

* html .menu li a, .menu li a:visited {
	width:7em; 
}
.menu li a.drop, .menu li a.drop:visited {
	font-weight:bold;
}
.menu li ul {
	visibility:hidden; 
	position:absolute; 
	top:2.5em; 
	left:0; 
	height:0; 
	overflow:hidden;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a,
.menu li a:hover {
	border:0;
	background-color: #2768a2;
	color: #ffffff;
}
.menu li:hover ul,
.menu li a:hover ul {
	visibility:visible; 
	height:auto;  
	background:#eeeeee; 
	color: #2768a2;
	border:1px solid #ddd; 
	left:0; 
	top:2.5em; 
	overflow:visible;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
	display:block; 
	font-weight:normal;
	background:transparent; 
	text-decoration:none;
	height:auto;
	line-height:1.5em; 
	padding:0.5em; 
	width:9em;
	color: #2768a2; 
}
* html .menu li a:hover ul li a {
	width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
	font-weight:bold;
}
.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0;
	left:9.5em; 
	height:0; 
	overflow:hidden;
}
.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
	background-color: #2768a2;
	color: #ffffff;
}
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
	visibility:visible; 
	background:#eeeeee; 
	color: #2768a2; 
	border:1px solid #ddd; 
	height:auto;
	width:9.5em;
} 

.sidebar {
    float: right;
    margin-top: 30px;
    background: #fff;
}

.sidebar form {
    margin-left: 30px;
    margin-bottom: 25px;
}

.sidebar .ads {
    margin-right: 11px;
    border: 1px solid #ccc;
    padding: 5px 20px;
    text-align: center;
}

.sidebar .ads p {
    font-size: 10px;
    color: #aaa;
    margin: 0px;
    padding: 0px;
}

.sidebar .ads img {
    width: 175px;
    max-height: 200px;
}

.advertisements {
    float: right;
    margin-top: 100px;
    margin-right: 25px;
}

#content {
    padding: 20px;
}

.contactus {
	width: 300px;
	font-weight: bold;
	right: auto;
	left: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCFF;
}

h2.date {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #ccc;
	color: #000;
}

h3 {
    font-size: 13px;
    font-weight: bold;
}

dl, dt, dd{ 
	font-size: 12px;
} 

dl {
    margin-left: 40px;
}

dt { 
	float: left; 
	clear: left; 
	width: 90px; 
	text-align: left; 
    font-size: 10px;
} 

dd { 
	margin-left: 90px; 
	padding-bottom: 0.35em; 
    font-size: 13px;
}

a {text-decoration: none;}