@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

body a{
	color:#000;
}

#header {
	background-image:url(images/header_bg.png);
	height:10.938em; /* 10.938 * 16 = 175px */
	background-repeat:repeat-x;
	width:100%;
}

#header_title {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:3.44em; /* 3.438 * 16 = 55px */
	font-weight:400;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:14.34em; /* 14.34 * 55 = 789px */
	padding-top:0.364em; /* 0.364 * 55 = 20px */
}

#header_motto {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:2.25em; /* 2.375 * 16 = 38px */
	font-style:italic;
	font-weight:400;
	color:#6664A9;
	margin-left:auto;
	margin-right:auto;
	width:15em;
	text-align:center;
	padding-top:0.526em; /* 0.526 * 38 = 20px */
}

#container_header {
	width:42.563em; /* 42.563 * 16 = 681px */
	height:0.75em; /* 0.75 * 16 = 10px */
	margin-left:auto;
	margin-right:auto;
	margin-top:1.4em; /* 1.188 * 16 = 19px */
	background-color:#FFFFFF;
}

#container {
	width:43.563em; /* 43.563 * 16 = 697px */
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1em; /* 0.625 * 16 = 10px */
	background-image:url(images/container_bg.png);
}

#container h1 {
	font-size:1.125em; /* 1.125 * 16 = 18px */
	font-family:Arial, Helvetica, sans-serif;
	color:#1D1C38;
	font-weight:700;
	line-height:1.5em;
	margin-left:1.667em; /* 0.556 * 18 = 30 */
	margin-right:1.667em; /* 0.556 * 18 = 30 */
	padding:0.278em 0 0.222em 0; /* 0.288 * 18 = 5px */  /* 0.222 * 18 = 4px */  /* padding format: top right bottom left */
}

#container h2 {
	font-size:1em; /* 1 * 16 = 16px */
	font-family:Arial, Helvetica, sans-serif;
	color:#1D1C38;
	font-weight:600;
	line-height:1.5em;
	margin-left:1.875em; /* 1.875 * 16 = 30 */
	margin-right:1.875em; /* 1.875 * 16 = 30 */
	padding:0.25em 0 0.25em 0; /* 0.25 * 16 = 4px */  /* padding format: top right bottom left */
}

#container p {
	font-size:0.75em; /* 0.75 * 16 = 12px */
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:400;
	margin-left:2.5em; /* 2.5 * 12 = 30px */
	margin-right:2.5em; /* 2.5 * 12 = 30px */
	padding:0.333em 0 0.333em 0; /* 0.333 * 12 = 4px */  /* padding format: top right bottom left */
}

#container blockquote {
    text-indent:-0.25em;
	font-size:0.75em; /* 0.75 * 16 = 12px */
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:400;
	margin-left:2.5em; /* 2.5 * 12 = 30px */
	margin-right:2.5em; /* 2.5 * 12 = 30px */
	padding:0.333em 0 0.333em 0; /* 0.333 * 12 = 4px */  /* padding format: top right bottom left */
}

ul {
	font-size:0.75em; /* 0.75 * 16 = 12px */
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:400;
	width:55.083em; /* 55.083 * 12 = 661px (This gives a 10px border each side of the text) */
	margin-left:auto;
	margin-right:auto;
	padding:0.333em 0 0.333em 2em; /* 0.333 * 12 = 4px */  /* padding format: top right bottom left */  /* 2em (24px) brings the bullet points in */
}

#profile_img {
	width:10.813em; /* 10.813 * 16 = 173px */
	height:14.375em; /* 14.375 * 16 = 230px */
	padding-top:0.25em; /* 0.25 * 16 = 4px */
}

#container_btm_bg {
	background-image:url(images/container_btm_bg.png);
	height:0.5em; /* 0.5 * 16 = 8px */
	width:43.563em; /* 43.563 * 16 = 697px */
	margin-left:auto;
	margin-right:auto;
}

#div_img {
	float:right;
	width:10.813em; /* 10.813 * 16 = 173px */
	padding:0.313em 1.875em 0.313em 0.5em; /* 0.313 * 16 = 5px */  /* 1.875 * 16 = 30px */  /* 0.5em * 16 = 8px */  /* padding format: top right bottom left */
}

#div_img p
{
	margin:0;
	text-align:right;
	font-style:italic;
}

acronym {
	margin-left:-1.083em; /* -1.083 * 12px = -13px */
	text-decoration:none;
	border-bottom:dotted 1px #000;
}

#xenonsoft_footer {
	margin:0 auto;
	text-align:center;
	font-size:0.75em; /* 0.75 * 16 = 12 */
	color:#4e4e4e;
	margin:0.6em 0 1em 0; /* padding format: top right bottom left */
}
