/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }
.clearFloat { clear: both; }
.hidden { display: none; }

body {
	background-color: #dfdede;
}

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}

/**********************************************  FONTS  ***********************************************/

h1 {}
h2 {}
p {}
a {}
	
/**********************************************  HEADER  **********************************************/

#header {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#header .link {
	position: absolute;
	top: 22px;
	left: 32px;
	font-family: arial;
	color: #fff;
	font-size: .6em;
}

/**********************************************  FOOTER  **********************************************/

#footer {
	border-top: 1px #d0d0d0 solid;
	padding: 15px 10px;
	margin: 0 auto;
	background-color:#CCCCCC;
	width: 1100px;
	overflow: hidden;
}

#creditL {float:left;}

#creditR{float:right;}

/***********************************************  MENU  ***********************************************/

#menu {}

/***********************************************  NAV  ************************************************/

#nav {}

/***********************************************  BODY  ***********************************************/

body {}
#wrapper {
	width: 1096px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 0 10px;
}
#main {
	padding: 0 30px;
	overflow: hidden;
	background:white;
}

#profile-experience{
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
}

/*******************************************  PAGE LAYOUT  ********************************************/

#leftCol {
	width: 450px;
	float: left;
	background: white;
}


#rss {
	float: left;
	background:#00adef;
	width: 428px;
	padding:5px
}

#rightCol {
	width: 450px;
	float: right;
	background: white;
}

#credits {
	width:450px;
	float:left;
}

#credits_r {
	width:90px;
	float:right;
}


#linkData {
	width:155px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#727272;
}

.newsitem{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:white;
	margin: 0 0 8px 0;
	clear:left;
	padding:10px;
	line-height:18px;
}

#pdfleft {
	width:210px;
	clear:left;
	float:left;
}
	
#pdfright {
	width:200px;
	float:right;
}

#imgLink{
	width:150px;
	float:left;
	font-size:12px;

}

/********************************************  HOME PAGE  *********************************************/

.blueText{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#29225c;
}

.bullets{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#727272;
}

.bullets2{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000033;
}

.mainTitle{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#29225c;

}

#rightCol p {
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#727272;
	margin: 0 0 1.2em 0;
}
.contentList {
	list-style-type: disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#727272;
	margin: 0 0 0 20px;
	line-height:20px;
}

.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#727272;
	margin: 0 0 0 0;
	line-height:20px;
}
.contentList.green {
	color: #15a41b;
}
.contentList.green .grey {
	color: #727272;;
}

.links{
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#29225c;s
}

.greeText{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#009900;
}

.blueTextLight{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0099CC;
}
/**********************************************  COMMON  **********************************************/
