body {
	font-family: georgia, times new roman, "serif"; 
	color: #000000; 
   	background-color: #dfc594;
   	background-image: url('../img/bg1.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
   	
 	text-align: center; /* IE hack */  	   	
   	   	
	margin: 0px 0px 0px; 
	padding: 0px;
	border: 0px;
	
}

h1 { color: #d2ac67; font-size: 1.8em; margin: 0px; margin-top: 30px; font-weight: normal; margin-left: 3px; }
h2 { color: black; font-size: 0.9em; margin-top: 15px; margin-bottom: 0px; font-weight: bold; margin-left: 3px; width: 100%; }
h3 { color: black; font-size: 1em; margin-top: 15px; margin-bottom: 10px; font-weight: bold; margin-left: 0px; width: 100%; }
h4 { color: black; font-size: 11px; margin-top: 5px; margin-bottom: 10px; font-weight: bold; margin-left: 0px; width: 100%; font-family: verdana; }
h5 { color: black; font-size: 18px; margin-top: 25px; margin-bottom: 0px; font-weight: bold; margin-left: 0px; font-family: verdana; }

p, ul { font-size: 0.75em; margin: 0px; margin-top: 15px; margin-bottom: 1.2em; line-height: 1.5em; margin-left: 3px; }

input.textinput { width: 360px; color: #000000; background: #f1e4ce; border-style: solid; border-width: 1px; border-color: #c8ac84; margin-bottom: 3px; }
textarea { width: 360px; color: #000000; background: #f1e4ce; border-style: solid; border-width: 1px; border-color: #c8ac84; margin-bottom: 3px; font-family: verdana; font-size: 11px;}
input.browse { width: 360px; color: #000000; background: #f1e4ce; border-style: solid; border-width: 1px; border-color: #c8ac84; margin-bottom: 3px; }
input.submit { color: #000000; background: #f1e4ce; border-style: solid; border-width: 1px; border-color: #c8ac84; margin-bottom: 3px; font-weight: bold; }
.menu {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 40px;
}

#msg_green { margin-bottom: 25px; margin-left: 0px; padding: 0px; padding-bottom: 3px; padding-left: 10px; width: 650px; background: #c6edb2; border-style: solid; border-width: 1px; border-color: #7f7f7f; font-family: verdana; font-size: 12px;}

#msg_green2 { margin-bottom: 25px; margin-left: 150px; padding: 0px; padding-bottom: 3px; padding-left: 10px; width: 350px; background: #c6edb2; border-style: solid; border-width: 1px; border-color: #7f7f7f; font-family: verdana; font-size: 12px;}
#msg_red2 { margin-bottom: 25px; margin-left: 150px; padding: 0px; padding-bottom: 3px; padding-left: 10px; width: 350px; background: #feafbc; border-style: solid; border-width: 1px; border-color: #7f7f7f; font-family: verdana; font-size: 12px;}
#logout { font-size: 11px; margin-left: 580px; }

#fileCategory { width: 360px; color: #000000; background: #f1e4ce; border-style: solid; border-width: 1px; border-color: #c8ac84; margin-bottom: 3px; }


#addDegree {
	cursor:pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 150px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
 }

#saveAttachment {
	cursor:pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

td { 	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

.both { clear: both; }

div.col1 {
	display: block;
	float: left;
	width: 45%;
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 50px;
}

div.col2 {
	display: block;
	float: left;
	width: 45%;
	position: relative;
	top: 0px;
	left: 5%;
}


hr {
    width: 100%;
    text-align: left;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px; 
	border: 0px;
    border-top: 1px dashed black;
    background-color: white; 
}

a { border: 0px; }

img { border: 0px;}

div { display: block; }

div.main {
	background-image: url('../img/main_bg1.png');
    background-repeat: repeat-y;
    background-attachment: scroll;  	
	background-position: 0px 0px; 
	border: 0px solid red;
	vertical-align: top;
}

div#top {
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 188px;
	background-color: #dfc594;
}

div#top .main {
    width: 801px;	
    height: 153px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px;	
	margin-left: -400px;
}

div#top .main img {
	position: absolute;
	top: 32px;
	left: 50%;
	margin: 0px;	
	margin-left: -106px;
}

div#flags {
	position: absolute;
	top: 10px;
	right: 50px;
	text-align: right;
}

div#flags a {
	font-size: 13px;
	letter-spacing: 0.08px;	
	padding: 0px 6px 2px 3px;	
	border-right: 1px dashed black;
}

div#flags a.last {
	border-right: none;
}


div#top #menu {
	position: absolute;
	margin: 0px;
	top: 154px;
	left: 0px;
	width: 100%;
	height: 34px;
	background-color: #d2ac67;
}

div#menu ul {
	width: 726px;
	height: 25px;
	margin: 0 auto;
	padding: 0px;

}

div#menu li {
	float: left; 
	list-style: none;	
}

div#menu a {
	display: block;
	position: relative;
	top: 6px;
	left: 0px; 
	color: black;
	font-size: 18px;
	letter-spacing: 0.08px;
	font-weight: normal;
	padding: 0px 6px 2px 6px;
	border-right: 1px dashed black;
}

div#menu a.last {
	border-right: none;
}

div#menu a.tworow {
	top: 4px;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 8px 2px 8px;
		
}

div#menu span.pdf {
	font-size: 9px;
	color: black;
	position: relative;
	top: 0px;
	left: 1px;
}

div#bottom.main {
	position: absolute;
	top: 189px;
	left: 50%;
	margin: 0px;	
	margin-left: -400px;
	width: 801px;	
}

div#text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	border: 0px solid blue;
	text-align: left;
	margin-left: 70px;
/*	height: 450px; */
 	min-height: 400px; 
}

div#makespace {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	height: 50px;
	border: 0px solid blue;
	text-align: left;
}

div#footerbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	background-color: #d2ac67;
}

div#footerbar p {
	color: white;
	margin: 0;
	position: relative;
	top: 7px;
	left: 0px;
}

.icon {
position: relative;
top: 3px;
}

 a:link { color: #9e814e; }
 a:visited { color: #9e814e; }
 a:active, div#menu a.active { color: black; }
 a:hover { color: black; }

 a.form:link { color: #67bad2; text-decoration: none; }
 a.form:visited { color: #67bad2; text-decoration: none; }
 a.form:active { color: black; }
 a.form:hover { color: black; text-decoration: none; }
 a.form { margin-right: 10px; }

 a.attachment:link { color: #67bad2; text-decoration: none; font-size: 12px; }
 a.attachment:visited { color: #67bad2; text-decoration: none; font-size: 12px; }
 a.attachment:active { color: black; font-size: 12px; }
 a.attachment:hover { color: black; text-decoration: none; font-size: 12px; }

 div#menu a, div#flags a { text-decoration: none; }
 div#menu a:link { color: white; }
 div#menu a:visited { color: white; }
 div#menu a:active, div#menu a.active { color: black; }
 div#menu a:hover { color: black; }

 div#flags a:link { color: #d2ac67; }
 div#flags a:visited { color: #d2ac67; }
 div#flags a:active { color: black; }
 div#flags a:hover { color: black; }

