/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /*Optional */
	font-family: Georgia;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 0px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	/*background: #fff url(img/dot_line.gif) repeat-y 25%; */	
	background: #fff url(img/dot_line.gif) repeat-y 537px; 
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	/*background: #49515C url() no-repeat 100% 0;*/
	background: #49515C url(img/03-header.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 103px;
	list-style-type: none;
	text-decoration: none;
/*	padding: 28px 30px;*/
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 200px;
	/*position: relative;*/
	line-height: 17px; 
	word-spacing: 0px;	
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/


/*#sidebar h3, { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}*/
	
	
#content h3 { 
	font-size: 1.2em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#contentfull h3 { 
	font-size: 1.2em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div
	{ 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  	padding: 10px;
	}
#contentfull div 
	{ 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  	padding: 10px;
	}	
#sidebar div 
	{ 
	/*font-size: 1.1em;
	font-style: bold;
	padding: 10px;  			*/
	border-top: 1px solid #ddd; 
    padding: 1px 0 10px 10px;
	}
#title div
	{ 
	font-size: 1.8em;
	font-style: bold;
	padding: 1px 0 2px 0;  
	border-top: 1px solid #ddd; 
    padding: 10px;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 525px;
	position: relative;
	/*margin-left: 15px;*/
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff url(img/para_bg2.jpg) repeat-x; }	

#contentfull {
	float: left;
	width: 740px;
	position: relative;
	/*margin-left: 15px;*/
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 0px;	
	}	
#contentfull div { background: #fff url(img/para_bg2.jpg) repeat-x; }

#title {
	float: left;
	width: 740px;
	position: relative;
	/*margin-left: 15px;*/
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 0px;
	}	
#title div { background: #fff url(img/title_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 0px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

/*------------------------------------------------------------*
**  Table CSS
**------------------------------------------------------------*/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 300px; /*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
height: 1%;
}

.cssform label{
/*font-weight: bold;*/
float: left;
margin-left: -300px; /*width of left column*/
width: 275px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 50px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.pinkexpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C0F;
	font-weight: normal;
}

