/* General Style Sheet */
/* RGB/Hex Codes
	 ----------------------------------
	|  Color   |     RGB     |   Hex   |
	|----------------------------------|
	| Red      | xxx-xxx-xxx | #800000 | 
	| Green    | xxx-xxx-xxx | #337147 |
	| Lt Green | xxx-xxx-xxx | #C1FFC1 |
	| Gray     | 192-192-192 | #C0C0C0 |

	| Dk Brown | 202-129- 62 | #CA813E |
	| Lt Brown | 224-190-156 | #E0BE9C |
	| Yellow   | #FFA824
	| Lt Yellow| #F3E88E
	 ----------------------------------
*/


body{
	color: #C0C0C0;
	font-family: arial, verdana, 'sans serif';
	background-color: #000000;
	font-size:100%;
	margin: 0px 0px 0px 0px;
}

p {
	text-align: justify;
}

a{
	color: #C0C0C0;
}

a:hover{
	color: #C0C0C0;
}

.largeText{
	font-size: 1.5em;
	font-weight: bold;
}

#header{
	padding: 2%;
}

#header img{
    border-color:#000000;
}

#topMenu{
	color: #000000;
	background-color: #800000;
	font-size: 1.5em;
}

#topMenu a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#topMenu a:hover{
	color: #FFFFFF;
}

#leftScreen{
	float: left;
	width: 20%;
	padding: 2%;
}

#leftScreen h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
}

#leftScreen fieldset{
	border-color: #800000;
	border-style: solid;
	padding: 1%;
	width: 100%;
}

#middleScreen{
	padding: 2%;
	float: left;
	color: #F3E8AF;
	width: 70%;
}

#middleScreen h2{
	font-size: 2em;
	font-weight: bold;
	color: #FFA824;
}

#middleScreen  fieldset{
	border-color: #FFA824;
	border-style: solid;
	padding: 1%;
	width: 100%;
}

#resume h1{
	text-align:center;
}

.textCenter{
	text-align:center;
}

.textBold{
	font-weight: bold;
}

.blogDate{
	font-size: 0.5em;
	font-weight: normal;
}

#footer{
	clear: both;
	padding: 2%;
}

#footer p{
	text-align: right;
}

/* 40 CSS Styles */
/*
html,body{
	margin:0;
	padding:0
}

body{
	font: 76% arial,sans-serif
}

p{
	margin:0 10px 10px
}

a{
	display:block;
	color: #981793;
	padding:10px
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B
}

div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%}
div#content{margin: 0 25%}
div#navigation{float:left;width:25%;margin-left:-100%}
div#extra{float:left;width:25%;margin-left:-25%}
div#footer{clear:left;width:100%}*/

/*

h1{
	font-size: 2.5em;
	font-weight: bold;
}

h2{
	font-size: 1em;
}

h3{
	font-size:1.5em;
	font-weight:bold;
	color:#60462D;
}

h4{
	font-weight:bold;
	color:#60462D;
	font-size:1em;
	text-align:left;
}

h5{
	font-size: 1em;
	color: #D30309;
	font-weight:bold;
}

h6{
	font-size: 3em;
	color: #E9F5F5;
	text-align: left;
}

#container{
	position:relative;
	padding: 0px;
	margin: 0 auto;
	width:1000px;
}

#header{
	color:#E9F5F5;
	background-color: #275C5C;
	margin-bottom:20px;
}

#header h1{
	margin-bottom:15px;
}

#header h2{
	padding:1%;
	text-align: left;
}

#header a{
	text-decoration: none;
	color: #E9F5F5;
}

}*/


