/* CSS Document */
@import url(global.css);

#Header { }
#Body { }
#Body #Menu { float: left; width: 213px; }
#Body #Content { float: left; width: 440px; padding: 15px; background-color: #32556B; }
#Footer { }

body {
	background-color: #3A5D73;
	color: #DEDFF4;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: White;
}
a:link,a:visited {

}
a:hover,a:active {
	color: #FF9900;
}
h1,h2,h3,p { margin-bottom: 15px; }
h3 { font-size: 16px; color: #FF9900; }

ul.List li { display: list-item; list-style-image: url(../images/arrow.gif); margin-left: 20px; margin-bottom: 10px; }
ul.Floaters li { float: left; width: auto; margin-right: 10px; margin-bottom: 10px; }
.hr { width: 430px; height: 15px; margin-right: auto; margin-left: auto; background-image: url(../images/line_hor.jpg); background-repeat: no-repeat;}
.TxtSmall { font-size: 11px; font-weight: normal; }
.Accent { font-size: 15px; color: #FF9900; }

body#Projects {
	font-weight: normal;
	font-size: 11px;
}

body#Projects h3 {
	font-size: 12px;
}

#PrjBox {
	float: right;
	width: 200px;
	padding: 5px;
	margin: 5px;
	background-color: #3A5D73;
}

