﻿html, body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.6;
}

body {
	background-image: url('../images/background.gif');
	background-position: center top;
	background-repeat: no-repeat;



}
h1{
font-size:20px;
font-weight:normal;
color:#660033;
}
h2{
font-size:16px;
font-weight:normal;
color:#660033;
}
h3{
font-size:14px;
font-weight:normal;
color:#660033;
}
h4,h5,h6 {
font-size:12px;
font-weight:bold;
color:#660033;
}

a{
color:#660033;
text-decoration:underline;
}
a:hover{
color:blue;
text-decoration:underline;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
background-image: url('../images/background_top.png');
	background-position: center 50px;
	background-repeat: no-repeat;
}
#header {
	/*background-image: url('../images/U-lip-header.jpg');
	background-position: center 50px;
	background-repeat: no-repeat;*/
	min-height: 144px;
}
#logo{
	padding:70px 0 0 30px;
	float: left;
	color: black;
	font-size: 48px;
}
#logo a{
	color: black;
	text-decoration: none;
}
#flags{
	width:200px;
	float:right;
	padding-top:80px;
	padding-right:30px;
}
#flags img{
	border:0px;
}

#navbar {
	/*background-image: url('../images/U-lip-navbar.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	min-height: 44px;
	text-align:center;
}

#navbar p{
	margin:0;
	padding-top:15px;
	color:black;
}
#navbar a{
	margin:0;
	padding:0;
}
#navbar a:hover{
	margin:0;
	padding:0;
	color: #666;
}

#top_divider {
	/*background-image: url('../images/U-lip-top-border.jpg');*/
	min-height: 12px;
background-color: white;
}
#featured {
	background-color: white;
	min-height: 300px;
}
#middle_divider {
	/*background-image: url('../images/U-lip-bottom-border.jpg');*/
	min-height: 12px;
background-color: white;
}
#menu {
	/*background-image: url('../images/U-lip-menu-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	float: left;
	width: 200px;
	min-height: 513px;
	background-color: #f0f0f0;
margin: 0px 0px 0px 30px;
}
#menu ul li{
	color:black;
}
#menu ul {
padding: 0 20px 0 20px;
}

#menu li {
padding: 10px 5px 10px 10px;
cursor: pointer;
font-size: 12px;
list-style-type: none;
background:url('../images/bullet.png');
background-repeat:no-repeat;
background-position: 0 17px;
}

.level1{
border-bottom: 1px dotted #ABABAB;
 font-weight:bold;	
}

#menu a{
	color:black;
	text-decoration:none;
	font-size:12px;
}
#menu a:hover{
		color: gray;
		text-decoration:none;
		font-size:12px;
}

#envelope {
	float: right;
	/*background-image: url('../images/U-lip-content-top-shadow.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	background-color: white;
	min-height: 600px;
	width: 700px;
	margin-right:10px;
}
#article{
	margin:0;
	padding:20px 20px 20px 20px;
	}
	
#form{
	margin:0;
	padding:0px 20px 20px 20px;
	}

#form p{
	padding-top:0px;
	margin-top:0px;
}	
	
#cleaner{
	clear:both;
}
#footer {
	float:right;
	background-image:url('../images/footer.png');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 60px;
	width: 960px;
}

.formLabel { font-weight: bold;	width: 100px; color: #000; }
.formText { width: 200px; border: 1px solid #000; }
.formSubmit { border: 1px solid #000; }
.formRequired { color: #ff6600; font-weight: bold;}
